home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 January: Mac OS SDK / Dev.CD Jan 00 SDK2.toast / About this CD / Jan 2000 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  1999-12-14  |  3.7 MB  |  75,497 lines  |  [FMP3/AFDC]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Jan 2000 Developer CD Assistant
  2. FMP3AFDC
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. summary
  7. document
  8. discusses
  9. apple's
  10. creating@
  11. color
  12. colour
  13. table
  14. ciconhandle
  15. ctabhandle
  16. clut@
  17. apple
  18. guide
  19. intended
  20. those
  21. developers
  22. preferred@
  23. specialized@
  24. strengths@
  25. summary
  26. document
  27. discusses
  28. apple's
  29. creating@
  30. summary
  31. xcmds
  32. xfcns
  33. perform
  34. folder
  35. contains
  36. apple
  37. source
  38. window's@
  39. apple
  40. directions
  41. 07/96@
  42. cwpro2@
  43. sample
  44. applications@
  45. transitions
  46. themes@
  47. multiprocessing
  48. multitasking
  49. scheduling@
  50. protocol@
  51. technical
  52. publications@
  53. HBAM3016AUG95@
  54. APPLESCRIPT_BROWSER
  55. APPLESCRIPT_OPEN
  56. CDDATE
  57. CDNAME
  58. CDTITLE
  59. CONSTANT
  60. CONTENTS
  61. CURCNT
  62. CURREC
  63. CUSTOMSEARCH
  64. DESCRIPTION
  65.         FINDFIELD
  66. KEYWORDS
  67. KEYWORDSCALC
  68. NEWREVISEDCALC
  69. PATHNAME
  70. PATHNAMECALC
  71. PORTALCOLOR
  72. PORTALFILTERCALC
  73. PORTALSELECTIONCALC
  74. RECEIVED
  75. RECORDID
  76. REQUIREMENTS
  77. SEARCHSELECTED
  78. SHOWPATHNAME
  79. SHOWTEXT
  80. STATUS
  81. UPDATED
  82. WEB_FTP_URL
  83. _COLOR
  84. _CONTENT
  85. _CUSTOMFIND
  86. 2)    _HELPTEXT
  87.     _KEYWORDS
  88. _NAME
  89. _PORTALCLICK
  90. _PORTALFILTER
  91. _PORTALFILTERFIND
  92. _PORTALSELECTION
  93. _PORTALSELECTIONMATCH
  94.     _RECEIVED
  95. _REQUIREMENTS
  96. _SEARCH
  97. _SEARCHFIELD
  98. _SEARCHPACKAGE
  99. _SHOWPATHFLAG
  100. _UPDATED
  101. Sunday
  102. Monday
  103. Tuesday
  104.     Wednesday
  105. Thursday
  106. Friday
  107. Saturday
  108. January
  109. February
  110. March
  111. April
  112. August
  113.     September
  114. October
  115. November
  116. December
  117. 1st Quarter
  118. 2nd Quarter
  119. 3rd Quarter
  120. 4th Quarter
  121. ?P9W#P
  122. 12/14/99
  123. Closing Screen
  124. Intro
  125. Browser
  126. Package Info
  127. @>A    Developer
  128. Find Fewer Choices
  129. Find More Choices
  130. RecordID
  131. Custom Find
  132. Browser Custom Search
  133. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  134. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  135.  "") & "
  136. ! & "
  137.  "new") 
  138.  "updated") 
  139.  "New & Revised" 
  140.  "" )
  141. All Packages
  142. Mac OS SDK Edition
  143. Tool Chest Edition
  144. Reference Library Edition
  145. System Software Edition
  146. updatedG
  147. New & Revised
  148. PortalSelectionCalc
  149. ^("") )
  150. NameB
  151. CurCntB
  152. CurRecB
  153. DescriptionB
  154. ContentsB
  155. ReceivedB
  156. UpdatedB
  157. RequirementsB
  158. KeywordsB
  159. PathNameB
  160. PathNamecalcB
  161. ) - 1 )
  162. " & " - ")
  163. _SearchB
  164. SearchSelectedB
  165. _PortalClickB
  166. _ShowPathFlagB
  167. ShowTextB
  168.  = 1 
  169.  "Hide Path" 
  170.  "Show Path" )
  171.     Hide Path
  172.     Show Path2
  173. RecordIDB
  174. _ColorB
  175. ConstantB
  176. A    FindFieldB
  177.  & " " & 
  178.      & " " & 
  179.  & " " & 
  180.  & " " & 
  181.  & " " & 
  182.  & " " & 
  183.  & " " & 
  184. PortalColorB
  185.  "" )
  186. _PortalSelectionMatchB
  187. ShowPathNameB
  188.  = 1 
  189.  "" )
  190. CDDateB
  191. CDNameB
  192.  3) + 1 
  193.  1) - 
  194.  " " 
  195.  3 ) - 1 )
  196. _SearchFieldB
  197. _SearchPackageB
  198. CustomSearchB
  199.  "Custom Search"
  200.  "" )
  201. Custom Search
  202.  "new")
  203.  "New"  
  204.  "updated") 
  205.  "Revised" 
  206.  "" )
  207. updatedG
  208. Revised
  209. AppleScript_OpenB
  210. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  211.  "" & "
  212. "try" & "
  213. "    tell application ""Finder""" & "
  214. "        open item """ & 
  215.  & """
  216. "        activate" & "
  217. "    end tell" & "
  218. "on error errMsg number errNum" & "
  219. "    --enter statements to perform when no records are found such as..." & "
  220. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  221. "    return" & "
  222. "end try"
  223. A--set theItem to choose file -- uncomment to test in an AS editor
  224.     tell application "Finder"
  225.         open item "
  226.         activate
  227.     end tell
  228. on error errMsg number errNum
  229. F    --enter statements to perform when no records are found such as...
  230. E    display dialog "Sorry, the item you selected could not be found."
  231.     return
  232. end try
  233. AppleScript_BrowserB
  234. StatusB
  235. KeywordsCalcB
  236.  ", " 
  237. _NameB
  238. _PortalFilterFindB
  239. _DescriptionB
  240. _RequirementsB
  241. +A    _KeywordsB
  242. ,A    _ReceivedB
  243. _UpdatedB
  244. _ContentB
  245. Web_FTP_URLB
  246. _WebB
  247. CDTitleB
  248.  1) - 1 )
  249. l Packages
  250. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  251.  "" & "
  252.  "try" & "
  253. "    tell application ""Finder""" & "
  254. "        open item """ & 
  255.  & """
  256. "        activate" & "
  257. "    end tell" & "
  258. "on error errMsg number errNum" & "
  259. "    --enter statements to perform when no records are found such as..." & "
  260. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  261. "    return" & "
  262. "end try"
  263. A--set theItem to choose file -- uncomment to test in an AS editor
  264.     tell application "Finder"
  265.         open item "
  266.         activate
  267.     end tell
  268. on error errMsg number errNum
  269. F    --enter statements to perform when no records are found such as...
  270. G    display dialog "Sorry, the folder you selected could not be found."
  271.     return
  272. end try
  273. elds then click Find or hit Enter.
  274. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  275.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  276.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  277. ackages list on the Browser screen.
  278. 0_    Any Field`
  279. All Packages
  280. HelpB
  281.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  282. IntroB
  283. Homem
  284. Quitn
  285. Browsero
  286. Find...p
  287. Homem
  288. Quitn
  289. Browsero
  290. Find...
  291. BrowserB
  292. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  293. navigating content on the Developer CD Series from Apple Developer Connection.
  294. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  295. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  296. tly to the package folder on the CD.
  297. The Find... button allows you to do full-text searches on all content available on the 
  298. Developer CD Series.
  299. More complete usage instructions are accessed by clicking the Help button.
  300. To quit the Developer CD Series Assistant, click Quit.
  301. Helpe
  302. Find...f
  303. Quith
  304. Browser
  305. Package InfoB
  306. Current Selection:{    <<
  307. ABBF>>
  308. F!Double-click title for more info.
  309. Find...
  310. Open Folder
  311. Package Info
  312. Export List
  313. Browser
  314. Open Folder
  315. Package Info
  316. Export List
  317. A    DeveloperB
  318. DescriptionR
  319. Revision InfoS
  320. FilesV
  321. RequirementsW
  322. Keywords[    Released:\
  323. Revised:b
  324. ABAI>> of <<
  325. ABAH>>h
  326. Current Selection: <<
  327. ABAB>>o    <<
  328. ABCC>>
  329. Web/FTP URL
  330. Open Folder
  331. Find...
  332. ABBF>>
  333. Browser
  334. Find Fewer ChoicesB
  335. A    DeveloperC
  336. Package InfoH
  337. HelpI
  338. Find...J
  339. Open Folder
  340. Current Selection:Q
  341. (Double-click to open)T
  342. QuitY    <<
  343. ABBF>>[.Import with auto update for record ID numbers.`
  344. Portal Selectiona
  345. Show Path Flagd
  346. Click Selecth
  347. Color for Portal Row Selectionk
  348. Show Portal Path}    Released:~
  349. Revised:
  350. Open Folder
  351. ABAI>> of <<
  352. ABAH>>
  353. From Package Info
  354. From Browser
  355. From Browser
  356. From Package Info
  357. Browser
  358. A    DeveloperC
  359. Package InfoH
  360. HelpI
  361. Find...J
  362. Open Folder
  363. Current Selection:Q
  364. (Double-click to open)T
  365. QuitY    <<
  366. ABBF>>[.Import with auto update for record ID numbers.`
  367. Portal Selectiona
  368. Show Path Flagd
  369. Click Selecth
  370. Color for Portal Row Selectionk
  371. Show Portal Path}    Released:~
  372. Revised:
  373. Open Folder
  374. ABAI>> of <<
  375. ABAH>>
  376. From Package Info
  377. From Browser
  378. From Browser
  379. From Package Info
  380. Browser
  381. Find...
  382. Open Folder
  383. ABBF>>
  384. Rectangle Buttons
  385. Find...
  386. Status:
  387. Joint Solutions
  388. Marketing
  389. Specialists
  390. in Web, Print 
  391. and Electronic
  392. Media
  393. 831.471.1500
  394. info@jointsolutions.com
  395. www.jointsolutions.com
  396. Database design: Sheila Kliewer
  397. Data Wizard 831 336-2129
  398. sheilasgk@aol.com
  399. www.DataWizardFMP.com
  400. Find More ChoicesB
  401. Find any package containing:
  402. Cancel
  403. containst    any field
  404. Cancel
  405. More Choices
  406. To search for specific text within package title, package descriptions, or filenames:
  407.  To search any field for a keyword, enter your desired search criteria.
  408.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  409. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  410. Find (fewer choices)
  411. RecordIDB
  412. RecordID
  413. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  414. HTML Text Extractor
  415.  and 
  416. PDF Text Extractor
  417. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  418. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  419. Description
  420. Revision Info
  421. Files
  422. Requirements
  423. Keywords
  424. Released
  425. Revised
  426. Disk/Edition
  427. Web/FTP URL
  428. Cancel
  429. Fewer Choices
  430. Find (more choices)
  431. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  432. gress.
  433. d by your search will appear in the packages listB
  434.  on the Browser screen.
  435. masterB
  436. Unlock Status Bar
  437. Intro
  438. Quit Button
  439. Quit JSM
  440. Browser
  441. Package Info
  442.  = "Custom Search"
  443. Custom Search
  444. Browser Portal
  445. ) = 0    
  446. Show Path
  447. Browser Portal Validation
  448. ) > 0
  449. A    Auto Open
  450. "New & Revised"
  451. New & RevisedB
  452. Go To Record Next
  453. Go To Record First
  454. Go To Record Last
  455. Go To Record Previous
  456. A    Developer
  457. Find Cancel
  458. "All Packages"
  459. All Packages
  460. Find More Choices
  461. Find Fewer Choices
  462. "Any Field"
  463.     Any FieldB.
  464. "All Packages"
  465. All Packages
  466. Find...
  467. "Any Field"
  468.     Any FieldC.
  469. "All Packages"
  470. All PackagesD
  471. Find Execute
  472. A    Find None
  473. )  = 0    
  474.     Try Againgl
  475. cript"
  476.  "1")
  477. CanceloggleDoScript
  478. Toggle
  479. No packages match your request.C+
  480. ) = 1    
  481. "All Packages"
  482. All Packages
  483. A    Find Some
  484. "Custom Search"
  485. Custom Search
  486. A    Find Prep
  487. "Custom Search"
  488. Custom Search
  489. A    Find Prep
  490. Find Request
  491. Find Request
  492. Package Open Folder
  493. Browser Open Folder OLD
  494. ) = "Browser"    
  495. Browser
  496. Z] ow templates in Ne
  497. Canceldialog`
  498. Select a Package to open.D>
  499. ) =  "Package Info"    
  500. Package Info
  501. Import From Master
  502. ) = "Find More Choices"    
  503. Find More Choices
  504.   = "All Packages"
  505. All Packages
  506.  = "Any Field"
  507.     Any Field
  508.  = "Package Title"
  509. Package Title
  510.  = "Any File Name"
  511. Any File Name
  512. Find More Clear
  513. Find More Find
  514. Export List
  515. Cancel
  516. Save the current list to a text file called "Developer CD Search Results"?B+
  517. ) = 2    
  518. AppleScript_Browser
  519. AppleScript_Open
  520. -nulltell application "Developer CD Series Assistant"
  521.     set CDTitle to get data cell "CDTitle" of current record
  522. end tell
  523. tell application "Finder"
  524.     if (disk CDTitle exists) is false then
  525.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  526. end tellFasdUAS 1.101.10
  527. -nulltell application "Developer CD Series Assistant"
  528.     set CDTitle to get data cell "CDTitle" of current record
  529. end tell
  530. tell application "Finder"
  531.     if (disk CDTitle exists) is false then
  532.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  533. end tellFasdUAS 1.101.10
  534. .coregetd****
  535. CDTitle
  536. cdtitle
  537. CDTitle
  538. Developer CD Series Assistant
  539. eAFDCT
  540. Patagrande
  541. Developer CD Series Assistant
  542. 'APPLAFDC
  543. Developer CD S
  544. eries Assistant 
  545. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  546. :Developer CD Series Assistant
  547. Net Ref Zone
  548. tyler.jointsolutions.com
  549. Patagrande
  550. Tyler Stone
  551. .coredoexbool
  552. cdtitle
  553. CDTitle
  554. boovfals
  555. .sysodlogaskr
  556. AThe item you selected could not be found. Please insert the CD - 
  557. cdtitle
  558. CDTitle
  559. Cancel
  560. Continue
  561. Continue
  562.     thechoice
  563.     theChoice
  564. Finder
  565. Patagrande
  566. Finder
  567.     l@FNDRMACS
  568. System Folder
  569. Patagrande:System Folder:Finder
  570. Ref Zone
  571. tyler.jointsolutions.com
  572. Patagrande
  573. Tyler Stone
  574. .aevtoappnull
  575. .aevtoappnull
  576. .coregetd****
  577. cdtitle
  578. CDTitle
  579. .coredoexbool
  580. Button: Web
  581. Browser Portal OLD
  582. Find Prep OLD
  583. .coregetd****
  584. CDTitle
  585. cdtitle
  586. CDTitle
  587. Developer CD Series Assistant
  588. Patagrande
  589. Developer CD Series Assistant
  590. 'APPLAFDC
  591. Developer CD S
  592. eries Assistant 
  593. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  594. :Developer CD Series Assistant
  595. Net Ref Zone
  596. tyler.jointsolutions.com
  597. Patagrande
  598. Tyler Stone
  599. .coredoexbool
  600. cdtitle
  601. CDTitle
  602. boovfals
  603. .sysodlogaskr
  604. AThe item you selected could not be found. Please insert the CD - 
  605. cdtitle
  606. CDTitle
  607. Cancel
  608. Continue
  609. Continue
  610.     thechoice
  611.     theChoice
  612. Finder_
  613. Patagrande
  614. Finder
  615.     l@FNDRMACS
  616. System Folder
  617. Patagrande:System Folder:Finder
  618. Ref Zone
  619. tyler.jointsolutions.com
  620. Patagrande
  621. Tyler Stone
  622. .aevtoappnull
  623. .aevtoappnull
  624. .coregetd****
  625. cdtitle
  626. CDTitle
  627. .coredoexbool
  628. .sysodlogaskr
  629.     thechoice
  630.     theChoice
  631. ) = -128    
  632. cdtitle
  633. CDTitle
  634. boovfals
  635. .sysodlogaskr
  636. Import From Master
  637.     Developer
  638. Unlock Status Bar
  639.     Auto Open
  640. Intro
  641. Package Info
  642. Browser
  643. Quit Button
  644. Quit JSM
  645. Button: Web
  646. Package Open Folder
  647. Browser Open Folder OLD
  648. Browser Portal
  649. Browser Show Path
  650. Browser Portal Validation
  651. Go To Record First
  652. Go To Record Previous
  653. Go To Record Next
  654. Go To Record Last
  655. Find Cancel
  656. Find More Choices
  657. Find Fewer Choices
  658. Find...
  659. Find Execute
  660. :    Find Prep
  661. Find Request
  662. >    Find None
  663. @    Find Some
  664. Find More Clear
  665. Find More Find
  666. Export List
  667. AppleScript_Browser
  668. AppleScript_Open
  669. Browser Portal OLD
  670. Find Prep OLD
  671. _    Any Field`
  672. All Packagesg
  673. oqtutwS6
  674. ingVfp;
  675. mtiEi]B
  676. {M{nH
  677. nro`v6Z
  678. nrruq'
  679. nrquj 
  680. nrvxj11*i
  681. ncSitmc-n
  682. peEFQ`h0Gj>Y
  683. xON\mu5MqA`
  684. lpoid
  685. yrrq0b
  686. glnnopn:m
  687. H]dhbm=    
  688. RofLc
  689. Yzm-qe
  690. Zsnxv
  691. ah35E^x!7W
  692. y{88Ni
  693. Xtyoeaj
  694. @\_`bdk
  695. ]rxzz|
  696. 354&$72
  697. 8://.547<
  698. #()$! , 
  699. '#&,$
  700. 05//5-00/1*,60.41,
  701. %75?-
  702. '53@(
  703. %-'**23
  704. 4*2443247H
  705. ;1731,$
  706. !"34;9
  707. 1DB??;:=>3=<@<=@@T2
  708. D;78DQ
  709. -4',-
  710. -.,(),$6#
  711. (0,-1
  712. 0 02$
  713. %340/58=::2%&
  714. #%(677!4B
  715. AU?CDKJRV&
  716. -"! (0
  717. *)+4*"6#$
  718. -2"-& 
  719. 7V@FKFD?EA>47H@GM<
  720. BLJJR
  721. +PJ_6    EJUX
  722. +@@e/
  723. -HF;?I
  724. JYIVc
  725. G96;RF.'*
  726. '%6:AM
  727. 9-%2;;F+&62,,0472:9L7
  728. -CCR    
  729. D;:3MV
  730. C2=D7
  731. KCKJI@GG*
  732. ,4(G.
  733. G?CQ$'<6?Q0@:27GD4B..?F;)47:A67#
  734. FN3_R
  735. D_FHIACO\$
  736. ,*,5)!2%&
  737. >aJJIIF
  738. IGEHIHP8
  739. ;FCCK 
  740. &IEX1
  741. #OHY(
  742. chest@
  743. edition@
  744. library@
  745. packages@
  746. reference@
  747. system@
  748. tool@
  749. chest
  750. edition@
  751. 32-bit@
  752. 5thcolumn@
  753. 145b@
  754. 7.5.2
  755. 7.5.2
  756. 7200/9500@
  757. 7.5.3
  758. 4400/200@
  759. 7200/9500@
  760. a-law
  761. sdec/scom@
  762. acrobat@
  763. apple
  764. detectors
  765. appletalk
  766. area@
  767. applications@
  768. buginfo
  769. macro@
  770. chinese
  771. language
  772. updater@
  773. controlbackground@
  774. develop
  775. issue
  776. developerdocumentati
  777. hardware@
  778. drawsprocket@
  779. edittextcdev@
  780. embedding
  781. profile
  782. documentation@
  783. enabler@
  784. postscript
  785. sample@
  786. FaliA
  787. VDEFA
  788. FaliA
  789. VDEFA
  790. VDEFA
  791. 1RMKOEEB
  792. C:ECCDEAOX
  793. OJAE6=GAH9==FIVX
  794. #KDE96
  795. FHFHH7
  796. GEJNF
  797.  XJIMKHW`0
  798. ^gQE'
  799. +H@S8
  800. ULLc-
  801. NHGPC:5<<35=L>;RJ@7<4A
  802. seJLHT
  803. o|ngq
  804. ~xViR}
  805. }wp]L<8/
  806. xa;%-
  807. /d}rsRFem
  808. yx|d\MTIp
  809. ?^qa"ax
  810. r|sa^eTY[bVV[eZZV[V]mg5
  811. ke]\Z
  812. 2pau}V7m[d
  813. xzyu{
  814. noOfe
  815. okrahjq_`kriiekbk{q%
  816. Vtxp{nr6
  817. ~{ceH]U
  818. yb_gY^acXXbe_`\a\^og 
  819. 1Sxh|
  820. y~zst}}w
  821. <6iQ|jRXZ[GR
  822. i^h<.8oh{
  823. *EA';t
  824. zMDOw
  825. ^meKTU
  826. q\6G<
  827. Lzyg9
  828. ]`b\O\
  829. {|aYZWDG;8&2
  830. xww9o
  831. dgkfbprukqxkmnru
  832. nllolejdkqkup{
  833. !Fatv Nwf
  834. X7{vecdX
  835. Xcqgty~
  836. qzpvzhxm|}p|w
  837. Snswsb_gq
  838. S%|ccYT]
  839. H&L% _
  840. [_KCOXMLQZ[
  841. |xetj
  842. trbTU
  843. WLIckci4
  844. B \+ S
  845. \oN9he`dNk_h o
  846. fm^XJ
  847. uRjgE
  848. ] C% O
  849. ZhL?gl]lHfe~3w
  850. *9Azz
  851. PLL.!5
  852. o;*M|c=
  853. v{yqp
  854. o).~x}u
  855. kuwcl
  856. t_ns\
  857. 1Lvc{uG
  858. I@+I>;IA@?A;A>9"}
  859. z-~>o
  860. D48G67I3;9
  861. lSp|d
  862. 9/(@./H0>:
  863. zwe9W
  864. SFY?SW`N5hc_wPFY]E<
  865. oxyy{~
  866. }YKcP
  867. UG^0M_^F*sgd
  868. KAS*BZS@%hVW
  869. XOVSB,
  870. L(V|hu
  871. ^ad~g
  872. n_v}>hKaU3;CK29
  873. pdlz{9
  874. w,Q"l
  875. 7cG_X+6GA2-
  876. eKo~2V=KD%7SS:%
  877. }hU[{
  878. khaP\ZqDYbefBp
  879. xcPU]my
  880. mb_ae[ld
  881. ljsik^k[caccnb
  882. _N|nM^
  883. wq}j|
  884. vkkSd^|MZdmdC
  885. g^bDPP`Leilb>y
  886. ?v`s~b
  887. fMN1-
  888. k-&)>52&)>o
  889. \lSRhMY>?]
  890. vv}vyu
  891. PgO^W
  892. fXO.'
  893. mLHXTRVS{
  894. B9U`P>_E>
  895. XXP+#
  896. QheeK?Z:;
  897. +:|yldyQl
  898. S[ey\HC=#
  899. zqvR]u
  900. uxcgagge>-+
  901. {tFIX
  902. VWbOjL@@efCOj]rOm^l]LYZrRg`G@Tgu
  903. N]}Jxh*m?
  904. PQYOm;@Od
  905. cG]`}krzjDB_b~
  906. wA7AZMOKHT
  907. E<lRyMBPoyYX
  908. bcumwgO]c|hq|l>W['e
  909. Y;-PdqhFg
  910. y}F:)1#
  911. bw}lmp
  912. :PhQhU>fSP
  913. 'Yxzzw
  914. }fpiLP
  915. amrlyq
  916. lcT]TiV>S`bA1#>Up
  917. KGyy`>0U
  918. n:N[IK
  919. LZIAQYPRUYROIBhW
  920. KaUH\ymXRTOOUyK_J\AH
  921. -UhIuJA
  922. uph[bwPBLn]>cKR
  923. z2WU%N3;N]EOh\NcWN;CA`UDSY?YwlaXVgUKY6QES;,
  924. `'|>I
  925. ofcjyV<XcU0
  926. l:>SJ0NJ>eWW\S<ULMAA?jCF\U@`
  927. yXXQdWPyPd'8I4-
  928. s@emMbhwiVPZ
  929. txwym
  930. 9/%dzgyr
  931. *=\XV|jo
  932. W0r_V_8W
  933. Z`\nvn
  934. +g{hpv
  935. rF]Y9%
  936. MyS`yv
  937. A8jQRgxvn
  938. iKnO],
  939. H;USgPUVF<+
  940. I^pWVE20YU
  941. JgjWkw
  942. ,Nc=ITFEKR@LQ@
  943. JYVWSRNOR@FNFHnKgO@CHeOO]LID?P?<\HL]Y3/D]JCXMQQWUF][HOAYbVeZhfZ
  944. xKE13MEOaceUpaXe
  945. mfglda^mig\dO]if[hrlW?Im[I[:plgtZ^_e
  946. 1-hRUs
  947. pHtXV*Nr_!
  948. ns]NG;
  949. F`zTOD]=gd
  950. 8.>;XhL4ON54Q;EBCG:
  951. J\^QIL>FHNUBILrL
  952. fACFSD:
  953. KM=59,cHXGRL9:6QRQMOIKZd@FYdTPLnRfmjqrfF[=9aL]VmfouZvxkym`smhsiq
  954. bOfX]Uc
  955. qlfD6
  956. q?n^5
  957. *)\IKf
  958. cAfQO
  959. kLRbB
  960. ~BYv]S<
  961. 0FkPNO?MK89Ka=A?:H9
  962. F><PPXNH:HJFOIJKc>gT/6@gNIQGM97@0<bCJEWS09U@T\PTOW]ETIJBNUZvSR)
  963. )Yo[g
  964. h{gwrpph|~m|wmw{pynrx}pnsevj'g|nljP8
  965. 2hxrwt
  966. a1g{z
  967. 6AQ[@73TKf
  968. wPKTae
  969. iW[Rc]tvxy
  970. feoedJac<tgt
  971. ygcw|RL\r{r
  972. 7KcunC"P
  973. J43]`|
  974. }X/]Qi
  975. -C4Xq
  976. `fmmeIq
  977. eFKOpd
  978. i]p^S
  979. _fvf`M\m[]nfRQMnswuX]mj[f
  980. {YRXfv
  981. <KJTqphB_ajhdikVsqc@6TReeXU^NLclogTRXZdVa~
  982. o}w`md_akxSQX^v
  983. qnd`G@F`S=cn
  984. rnjzinT[Ovl
  985. YB\[xa
  986. v\}fg
  987. ]tugcRep`g
  988. j`cpdruh
  989. VXa]]N_
  990. qsfpp6Cn~o
  991. rr\ua
  992. }jytdy
  993. \Vwom
  994. y_Lpu_mk8
  995. P:]koQ
  996. jbpht
  997. [pqcdF`mS[ghTRNN=glZ_fddZ^'=j^eTUpe9VhvlHC`rwfz
  998. k`T*Mbfexn
  999. \wzeL
  1000. GRRI39&M7D7Gg_hZR8H
  1001. ~l|A"
  1002. rrb|}aGD`wn}uprqjxnOZesfq~dY`pr
  1003. qgym}
  1004. __FZ^lP@Mpyh]w
  1005. IuuX[]OPXg\u
  1006. z8VN808
  1007. G/M'3Nakk].@)
  1008. AAX@a
  1009. ?C=;65
  1010. ?-G!;\gujT&2
  1011. M%vj8
  1012. vozui
  1013. zpcjgc
  1014. F|Zgj
  1015. h`caTmhV\
  1016. X`KV^N5Tvl]`[aiah`tcjunbkA
  1017. vhinnv
  1018. }momlv
  1019. fj\RR^\Yv
  1020. aL]d`C?
  1021. VR]pvbedlgin}xm
  1022. owxys
  1023. tjg^cn`~p]L
  1024. _MfR2do$
  1025. WZn_|WZr
  1026. u|yphq}
  1027. pdptk
  1028. S[ja}gfykn^qdbrle>!
  1029. ijwqtxzpo4
  1030. BkTxs
  1031. yg]dfkbVdUYrs}h_|^&5
  1032. rwgeYUMO
  1033. [QO>:GO{hTe^XNj`^Q\Yiq[\Vt
  1034. 2M_MAI`3QdPSXbKabn^UU[WXVFZYKNef
  1035. YVWALWATV:13>Ups\NSq^barudi
  1036. oZewRH`MIPb
  1037. O^86fKTaJ?Q];RSPIKP]h<AHlCJg
  1038. RmVEl
  1039. ]Cdpue\l
  1040. mG+#ENbb
  1041. b<[;bXhYMDNw
  1042. 6LjdQ1FHTGTcaTJb
  1043. dIDQaVQ1VR]a\n19]=T_BldO^h;
  1044. f_Iphop
  1045. {[itO?Y_koA7xPdn^4O
  1046. AMbcbZZm`NbS
  1047. lSXl{a
  1048.  ynYA]T
  1049. `Pd[cn]QQx
  1050. *WjUOMbdmWOVbR>3?eVRcYYTD.E][Y;QalG
  1051. ed+RZNC:JMZps
  1052. a\Kvihw
  1053. jY{LFZidxGD
  1054. Viyb<`
  1055. Gmus'oVJl
  1056. awyWudjfm
  1057. y=yf]^pio^qzgoqpggD&0N^
  1058. sszgUrdA6;
  1059. HRZMre
  1060. H:C[t
  1061. y}}mL
  1062. vxd6\
  1063. eRNUI`o
  1064. txl}q
  1065. c2&8_fgY
  1066. {R1MrkzQ]
  1067. V/G>*,192
  1068. gfYEaHOfPkjRY
  1069. m^XY_]hfN]ej[Uc*?T
  1070. &Ihkkf_
  1071. ue`c_rapmlidOXvmdgkgO][
  1072. `KSbdkd`lafXfZ^TK9A:F^}e^X[TGV>pze
  1073. {X|`hXI^Z^qt
  1074. dj]]9ENWrv]
  1075. X|\aESdn1kf^f
  1076. `>4>Sh
  1077. lfbdx
  1078. ny|r{laWqsj^pzZZRjZhtenlh}s
  1079. d`drjN=`]pxf`_\Zs^QD
  1080. _RS@6?nf[^Yg[DloB?W`bPWZZaW!?Wx^9IMqaL^gNUMj
  1081. ljhm{
  1082. rwg^\yrbmomXbav]bncioozwtbr`ls'gYlfozwickfm_VA
  1083. ey~^lw}
  1084. Y2gze`
  1085. FFrqqfX
  1086. 0GkY8^tn64
  1087. D%Rhz
  1088. qxphe_aPk|{
  1089. o]]^iimx*
  1090. _;+ _
  1091. JJd}0"1[
  1092. wDoxDzgT
  1093. 0KM;s
  1094. zsst^k
  1095. ^XPjkf_i
  1096. noyh|vyc
  1097. zutcufBAWu
  1098. }^Zprnui{nm
  1099. jugY~zdnj
  1100. gwwYm
  1101. Xlffro\cVVmls
  1102. n`ok_PXan^RR`p[`qteS_Y
  1103. |q{tk
  1104. TUJbhgc
  1105. w}fdygdwcevvu|]kcDEEL{
  1106. p}vc|toyjk|
  1107. zmhmx
  1108. x`{gRdSsuXj~g^ha
  1109. jy~p[
  1110. kYhx^eM[NjwhhngtlmF9O^_^[Uqrlw
  1111. ]my~wyq
  1112. ub{zhpclw
  1113. yzg~'
  1114. |^lnurjq
  1115. f5:TN;><B?*
  1116. EB;;98:3/-0/.*,6/&$"!
  1117. IFIF?A>9B'%
  1118. .45:8JJG3.0,2*.&22&$0546;=7"$
  1119. 1.,,("
  1120. ,)',*-"0//-
  1121. bSBQ:>;5169>FI<Bb
  1122. -E<?A?6/00.,*()-7+7DAA@D6 %
  1123. 22./.%
  1124. %'*)'($$1/0101.
  1125. .sysodlogaskr
  1126.     thechoice
  1127.     theChoice
  1128. ) = -128    
  1129. .RPTH
  1130. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1131. FaliA
  1132. Current
  1133. CD_Catalog.FP3
  1134. FMP3FMP3
  1135. Joint Solns Apple 10/99
  1136. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1137. MSPCA
  1138. NAMEA
  1139. CD_Catalog.FP3
  1140. RPTHA
  1141. CD_Catalog.FP3
  1142. alisA
  1143. Current
  1144. CD_Catalog.FP3
  1145. FMP3FMP3
  1146. Joint Solns Apple 10/99
  1147. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1148. .RPTH
  1149. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1150.  to the previous package.
  1151. To find all new and revised packages on the current CD:
  1152.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1153.  Double-click an interesting-looking item in the packages list to see information about that package.
  1154. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1155. To search for specific text within package title, package descriptions, 
  1156. or filenames:
  1157.     Click the Find... button on the toolbar at the bottom of any screen.
  1158.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1159.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1160.     Click the Find button. The packages found by your search will appear in t
  1161. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1162.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1163. To Display the full path to a package on the CD:
  1164.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1165.  click the Show Path button in the toolbar at the bottom of the screen.
  1166. To Open a package
  1167. s folder on the CD:
  1168.     From the Browser, select the package from the list and click the Open Folder button.
  1169.     From a package info screen, click the Open Folder button.
  1170. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1171. Browser Show Path
  1172. Browser Show Path
  1173. ^("")
  1174. ^("")
  1175. @ @0`
  1176. `0@ p
  1177. P @0`
  1178. `0@ p
  1179. @ @0`
  1180. `0@ p
  1181. P @0`
  1182. `0@ p
  1183. @ @0`
  1184. `0@ p
  1185. P @0`
  1186. `0@ p
  1187. `@p0p 
  1188. `@p0p 
  1189. `@p0p 
  1190. 99:CD_Catalog.FP3
  1191. FaliA
  1192. Current
  1193. CD_Catalog.FP3
  1194. FMP3FMP3
  1195. Joint Solns Apple 10/99
  1196. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1197. MSPCA
  1198. NAMEA
  1199. CD_Catalog.FP3
  1200. RPTHA
  1201. CD_Catalog.FP3
  1202. alisA
  1203. Current
  1204. CD_Catalog.FP3
  1205. FMP3FMP3
  1206. Joint Solns Apple 10/99
  1207. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1208. .RPTH
  1209. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1210. O`gjeoA
  1211. VofNd}
  1212. \ym1pc#
  1213. ]srz~
  1214. ]sowt
  1215. ]u~~p
  1216. cg68G_u#:Z
  1217. {{<<Pi
  1218. [twnebh
  1219. _abdfk
  1220. btz|{}
  1221. +RPTH
  1222. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1223. FaliA
  1224. Current
  1225. Catalog.txt
  1226. TEXTttxt
  1227. Joint Solns Apple 10/99
  1228. +Current:Joint Solns Apple 10/99:Catalog.txt
  1229. MSPCA
  1230. NAMEA
  1231. Catalog.txt
  1232. RPTHA
  1233. Catalog.txt
  1234. alisA
  1235. Current
  1236. Catalog.txt
  1237. TEXTttxt
  1238. Joint Solns Apple 10/99
  1239. +Current:Joint Solns Apple 10/99:Catalog.txt
  1240. QRPTH
  1241. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1242. MSPCA
  1243. NAMEA
  1244. Developer CD Search Results
  1245. RPTHA
  1246. Developer CD Search Results
  1247. FaliA
  1248. Current
  1249. ADC_Master.FP3
  1250. FMP3FMP3
  1251. Joint Solns Apple 10/99
  1252. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1253. MSPCA
  1254. NAMEA
  1255. ADC_Master.FP3
  1256. RPTHA
  1257. ADC_Master.FP3
  1258. alisA
  1259. Current
  1260. ADC_Master.FP3
  1261. FMP3FMP3
  1262. Joint Solns Apple 10/99
  1263. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1264. FMRLA
  1265. SORTA
  1266. FMRLA
  1267. FMRLA
  1268. FMRLA
  1269. FMRLA
  1270. FilterB    SelectionC
  1271. ClickedE
  1272. CUstom
  1273. (LIST
  1274. LISTA
  1275. New & Revised
  1276. Mac OS SDK Edition
  1277. System Software Edition
  1278. Tool Chest Edition
  1279. Reference Library Edition
  1280. All Packages
  1281. Custom Search
  1282. VDEFA(
  1283. (LIST
  1284. LISTA%Any Field
  1285. Package Title
  1286. Any File Name
  1287. VDEFA(
  1288. (LIST
  1289. LISTAPAll Packages
  1290. New & Revised
  1291. Tool Chest CD
  1292. Reference Library CD
  1293. System Software CD
  1294. VDEFA(
  1295. (LIST
  1296. VDEFA(
  1297. (LIST
  1298. VDEFA(
  1299. (LIST
  1300. VDEFA(
  1301. (LIST
  1302. (LIST
  1303. PortalFilterB
  1304. SearchFieldC
  1305. SearchFilterD
  1306. PortalFilterCalcE
  1307. ReceivedF
  1308. UpdatedG
  1309. Keywords
  1310. VDEFA(
  1311.     Helvetica
  1312. Geneva
  1313. Palatino
  1314. Chicago
  1315. NewRevisedCalcB
  1316.  "new")
  1317.  "New"  
  1318.  "updated") 
  1319.  "Revised" 
  1320.  "" )
  1321. updatedG
  1322. Revised
  1323. AppleScript_OpenB
  1324. t_OpenB
  1325. Pro 3.0 - 4.1F!
  1326. USENGLSH.MPR
  1327. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1328. ore Choices button, then choo
  1329. Custom FindB
  1330. CustomFind
  1331. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1332. HTML Text Extractor
  1333.  and 
  1334. PDF Text Extractor
  1335. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1336. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1337. 0230e search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1338.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1339.     Click the Find button. The packages found by your search will appear in t
  1340. 0098e packages list. The full path will be displayed on the right.
  1341. "Custom Search"
  1342. Custom SearchB+
  1343. ) > 0    
  1344. needsE
  1345. networkE
  1346. noteN
  1347. notesI
  1348. All Packages
  1349. 0.1OqDev.CD Vol. VII
  1350. Dev CD Vol. VI
  1351. Dev CD Vol. V
  1352. Dev CD Vol. IV Developer CD (III)
  1353. Developer CD (II)
  1354. Excellent CD (I)PpDev.CD Vol. VII
  1355. Dev CD Vol. VI
  1356. Dev CD Vol. V
  1357. Dev CD Vol. IV Developer CD (III)
  1358. Developer CD (II)
  1359. Excellent CD (IV
  1360. 1394X
  1361. Vol. V
  1362. --set theItem to choose file -- uncomment to test in an AS editor
  1363.     tell application "Finder"
  1364.         open item "Dev.CD Vol. VII
  1365. Dev CD Vol. VI
  1366. Dev CD Vol. V
  1367. Dev CD Vol. IV Developer CD (III)
  1368. Developer CD (II)
  1369. Excellent CD (I)"
  1370.         activate
  1371.     end tell
  1372. on error errMsg number errNum
  1373.     --enter statements to perform when no records are found such as...
  1374.     display dialog "Sorry, the item you selected could not be found."
  1375.     return
  1376. end try
  1377. All Packages
  1378. 0.3OqDev.CD Vol. VII
  1379. Dev CD Vol. VI
  1380. Dev CD Vol. V
  1381. Dev CD Vol. IV Developer CD (III)
  1382. Developer CD (II)
  1383. Excellent CD (I)V
  1384. 1395X
  1385. _DESCRIPTION
  1386. Closing ScreenB
  1387. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1388. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1389. Current Selection:{    <<
  1390. ABBF>>
  1391. Double-click for more info.
  1392. Find...
  1393. Open Folder
  1394. Package Info
  1395. Export List
  1396. Find...
  1397. Open Folder
  1398. Package Info
  1399. Export List
  1400. "Any Field"
  1401.     Any FieldC.
  1402. "All Packages"
  1403. All PackagesD
  1404. Find Execute
  1405. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1406. Tool Chest Edition
  1407. appletalk
  1408. component
  1409. _PortalFilterB
  1410. _PortalSelectionB
  1411. A    _HelpTextB
  1412. PortalFilterCalcB
  1413. C"All Packages" & "
  1414.  "SDK") 
  1415.  "Mac OS SDK Edition"
  1416.  = "TC" 
  1417.  "Tool Chest Edition" 
  1418.  = "RL" 
  1419.  "Reference Library Edition"
  1420.  "SSW")
  1421.  "System Software Edition"  
  1422.  "") & "
  1423. ! & "
  1424.  "new") 
  1425.  "updated") 
  1426.  "New & Revised" 
  1427.  "" )
  1428. All Packages
  1429. Mac OS SDK Edition
  1430. Tool Chest Edition
  1431. Reference Library Edition
  1432. System Software Edition
  1433. updatedG
  1434. New & Revised
  1435. PortalSelectionCalc
  1436. Browser Custom SearchM
  1437. New & RevisedB
  1438. To get information about a package on the CD:
  1439.     Click the Browser button below to go to the Browser screen.
  1440.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1441.     Double-click a title in the Browser list to go to the information screen for that package.
  1442.     Click Next to advance to the next package in the current selection, or Back to gor Back to go
  1443. _CustomFindB
  1444. )script
  1445. scriptable
  1446. search
  1447. sherlock
  1448. softwareI
  1449. tokenI
  1450. token
  1451. ringI
  1452. tokentalk
  1453. video
  1454. nubusI
  1455. objectI
  1456. octoberJ
  1457. onlyA
  1458. openF
  1459. openedA
  1460. orientedJ
  1461. otherD
  1462. outlinesJ
  1463. overE
  1464. packageC
  1465. packagesA
  1466. packetK
  1467. packetsK
  1468. parserM
  1469. partF
  1470. particularF
  1471. pascalO
  1472. patchesN
  1473. patchingL
  1474. patternsC
  1475. physicalL
  1476. platformI
  1477. plug-inA
  1478. plug-insA
  1479. portK
  1480. portableA
  1481. powerbookN
  1482. powerpcD
  1483. pre-translateD
  1484. prerequisitesJ
  1485. previouslyA
  1486. printF
  1487. printingF
  1488. problemM
  1489. processD
  1490. productD
  1491. productsD
  1492. providedD
  1493. providesA
  1494. quadraM
  1495. quadrasM
  1496. quickdrawF
  1497. quicklyA
  1498. quitF
  1499. _DESCRIPTION
  1500. )    _HELPTEXT
  1501.     _KEYWORDS
  1502. _NAME
  1503. _PORTALCLICK
  1504. _PORTALFILTER
  1505. _PORTALFILTERFIND
  1506. _PORTALSELECTION
  1507. _PORTALSELECTIONMATCH
  1508.     _RECEIVED
  1509. _REQUIREMENTS
  1510. _SEARCH
  1511. _SEARCHFIELD
  1512. _SEARCHPACKAGE
  1513. _SHOWPATHFLAG
  1514. _UPDATED
  1515. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  1516. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  1517. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  1518. PpDev.CD Vol. VII
  1519. Dev CD Vol. VI
  1520. Dev CD Vol. V
  1521. Dev CD Vol. IV Developer CD (III)
  1522. Developer CD (II)
  1523. Excellent CD (IV
  1524. 1395X
  1525. Vol. V
  1526. --set theItem to choose file -- uncomment to test in an AS editor
  1527.     tell application "Finder"
  1528.         open item "Dev.CD Vol. VII
  1529. Dev CD Vol. VI
  1530. Dev CD Vol. V
  1531. Dev CD Vol. IV Developer CD (III)
  1532. Developer CD (II)
  1533. Excellent CD (I)"
  1534.         activate
  1535.     end tell
  1536. on error errMsg number errNum
  1537.     --enter statements to perform when no records are found such as...
  1538.     display dialog "Sorry, the item you selected could not be found."
  1539.     return
  1540. end try
  1541. All Packages
  1542. 0.5OqDev.CD Vol. VII
  1543. Dev CD Vol. VI
  1544. Dev CD Vol. V
  1545. Dev CD Vol. IV Developer CD (III)
  1546. Developer CD (II)
  1547. Excellent CD (I)PpDev.CD Vol. VII
  1548. Dev CD Vol. VI
  1549. Dev CD Vol. V
  1550. Dev CD Vol. IV Developer CD (III)
  1551. Developer CD (II)
  1552. Excellent CD (IV
  1553. 1396X
  1554. Vol. V
  1555. All Packages
  1556. 0.7OqDev.CD Vol. VII
  1557. Dev CD Vol. VI
  1558. Dev CD Vol. V
  1559. Dev CD Vol. IV Developer CD (III)
  1560. Developer CD (II)
  1561. Excellent CD (I)PpDev.CD Vol. VII
  1562. Dev CD Vol. VI
  1563. Dev CD Vol. V
  1564. Dev CD Vol. IV Developer CD (III)
  1565. Developer CD (II)
  1566. Excellent CD (IV
  1567. 1397X
  1568. Vol. V
  1569. --set theItem to choose file -- uncomment to test in an AS editor
  1570.     tell application "Finder"
  1571.         open item "Dev.CD Vol. VII
  1572. Dev CD Vol. VI
  1573. Dev CD Vol. V
  1574. Dev CD Vol. IV Developer CD (III)
  1575. Developer CD (II)
  1576. Excellent CD (I)"
  1577.         activate
  1578.     end tell
  1579. on error errMsg number errNum
  1580.     --enter statements to perform when no records are found such as...
  1581.     display dialog "Sorry, the item you selected could not be found."
  1582.     return
  1583. end try
  1584. All Packages
  1585. 1.0OqDev.CD Vol. VII
  1586. Dev CD Vol. VI
  1587. Dev CD Vol. V
  1588. Dev CD Vol. IV Developer CD (III)
  1589. Developer CD (II)
  1590. Excellent CD (I)PpDev.CD Vol. VII
  1591. Dev CD Vol. VI
  1592. Dev CD Vol. V
  1593. Dev CD Vol. IV Developer CD (III)
  1594. Developer CD (II)
  1595. Excellent CD (IV
  1596. 1398X
  1597. --set theItem to choose file -- uncomment to test in an AS editor
  1598.     tell application "Finder"
  1599.         open item "Dev.CD Vol. VII
  1600. Dev CD Vol. VI
  1601. Dev CD Vol. V
  1602. Dev CD Vol. IV Developer CD (III)
  1603. Developer CD (II)
  1604. Excellent CD (I)"
  1605.         activate
  1606.     end tell
  1607. on error errMsg number errNum
  1608.     --enter statements to perform when no records are found such as...
  1609.     display dialog "Sorry, the item you selected could not be found."
  1610.     return
  1611. end try
  1612. Vol. V
  1613. --set theItem to choose file -- uncomment to test in an AS editor
  1614.     tell application "Finder"
  1615.         open item "Dev.CD Vol. VII
  1616. Dev CD Vol. VI
  1617. Dev CD Vol. V
  1618. Dev CD Vol. IV Developer CD (III)
  1619. Developer CD (II)
  1620. Excellent CD (I)"
  1621.         activate
  1622.     end tell
  1623. on error errMsg number errNum
  1624.     --enter statements to perform when no records are found such as...
  1625.     display dialog "Sorry, the item you selected could not be found."
  1626.     return
  1627. end try
  1628. All Packages
  1629. 1.0O"Developer CD (II)
  1630. Excellent CD (I)P!Developer CD (II)
  1631. Excellent CD (IV
  1632. 1399X
  1633. er CD 
  1634. w--set theItem to choose file -- uncomment to test in an AS editor
  1635.     tell application "Finder"
  1636.         open item "Developer CD (II)
  1637. Excellent CD (I)"
  1638.         activate
  1639.     end tell
  1640. on error errMsg number errNum
  1641.     --enter statements to perform when no records are found such as...
  1642.     display dialog "Sorry, the item you selected could not be found."
  1643.     return
  1644. end try
  1645. All Packages
  1646. 1400X
  1647. nt CD 
  1648. e--set theItem to choose file -- uncomment to test in an AS editor
  1649.     tell application "Finder"
  1650.         open item "Excellent CD (I)"
  1651.         activate
  1652.     end tell
  1653. on error errMsg number errNum
  1654.     --enter statements to perform when no records are found such as...
  1655.     display dialog "Sorry, the item you selected could not be found."
  1656.     return
  1657. end try
  1658. All Packages
  1659. 1.1OqDev.CD Vol. VII
  1660. Dev CD Vol. VI
  1661. Dev CD Vol. V
  1662. Dev CD Vol. IV Developer CD (III)
  1663. Developer CD (II)
  1664. Excellent CD (I)PpDev.CD Vol. VII
  1665. Dev CD Vol. VI
  1666. Dev CD Vol. V
  1667. Dev CD Vol. IV Developer CD (III)
  1668. Developer CD (II)
  1669. Excellent CD (IV
  1670. 1401X
  1671. Vol. V
  1672. Excellent CD (I)P
  1673. Excellent CD (I
  1674. All Packages
  1675. 1.2O"Developer CD (II)
  1676. Excellent CD (I)P!Developer CD (II)
  1677. Excellent CD (IV
  1678. 1402X
  1679. er CD 
  1680. w--set theItem to choose file -- uncomment to test in an AS editor
  1681.     tell application "Finder"
  1682.         open item "Developer CD (II)
  1683. Excellent CD (I)"
  1684.         activate
  1685.     end tell
  1686. on error errMsg number errNum
  1687.     --enter statements to perform when no records are found such as...
  1688.     display dialog "Sorry, the item you selected could not be found."
  1689.     return
  1690. end try
  1691. All Packages
  1692. 1.2O"Developer CD (II)
  1693. Excellent CD (I)P!Developer CD (II)
  1694. Excellent CD (IV
  1695. 1403X
  1696. er CD 
  1697. w--set theItem to choose file -- uncomment to test in an AS editor
  1698.     tell application "Finder"
  1699.         open item "Developer CD (II)
  1700. Excellent CD (I)"
  1701.         activate
  1702.     end tell
  1703. on error errMsg number errNum
  1704.     --enter statements to perform when no records are found such as...
  1705.     display dialog "Sorry, the item you selected could not be found."
  1706.     return
  1707. end try
  1708. --set theItem to choose file -- uncomment to test in an AS editor
  1709.     tell application "Finder"
  1710.         open item "Dev.CD Vol. VII
  1711. Dev CD Vol. VI
  1712. Dev CD Vol. V
  1713. Dev CD Vol. IV Developer CD (III)
  1714. Developer CD (II)
  1715. Excellent CD (I)"
  1716.         activate
  1717.     end tell
  1718. on error errMsg number errNum
  1719.     --enter statements to perform when no records are found such as...
  1720.     display dialog "Sorry, the item you selected could not be found."
  1721.     return
  1722. end try
  1723. All Packages
  1724. 2.0OaDev CD Vol. VI
  1725. Dev CD Vol. V
  1726. Dev CD Vol. IV Developer CD (III)
  1727. Developer CD (II)
  1728. Excellent CD (I)P`Dev CD Vol. VI
  1729. Dev CD Vol. V
  1730. Dev CD Vol. IV Developer CD (III)
  1731. Developer CD (II)
  1732. Excellent CD (IV
  1733. 1404X
  1734. Vol. V
  1735. --set theItem to choose file -- uncomment to test in an AS editor
  1736.     tell application "Finder"
  1737.         open item "Dev CD Vol. VI
  1738. Dev CD Vol. V
  1739. Dev CD Vol. IV Developer CD (III)
  1740. Developer CD (II)
  1741. Excellent CD (I)"
  1742.         activate
  1743.     end tell
  1744. on error errMsg number errNum
  1745.     --enter statements to perform when no records are found such as...
  1746.     display dialog "Sorry, the item you selected could not be found."
  1747.     return
  1748. end try
  1749. All Packages
  1750. Excellent CD (I)P
  1751. Excellent CD (IV
  1752. 1405X
  1753. nt CD 
  1754. All Packages
  1755. Excellent CD (I)P
  1756. Excellent CD (IV
  1757. 1406X
  1758. nt CD 
  1759. e--set theItem to choose file -- uncomment to test in an AS editor
  1760.     tell application "Finder"
  1761.         open item "Excellent CD (I)"
  1762.         activate
  1763.     end tell
  1764. on error errMsg number errNum
  1765.     --enter statements to perform when no records are found such as...
  1766.     display dialog "Sorry, the item you selected could not be found."
  1767.     return
  1768. end try
  1769. All Packages
  1770. 2.0.1OqDev.CD Vol. VII
  1771. Dev CD Vol. VI
  1772. Dev CD Vol. V
  1773. Dev CD Vol. IV Developer CD (III)
  1774. Developer CD (II)
  1775. Excellent CD (I)PpDev.CD Vol. VII
  1776. Dev CD Vol. VI
  1777. Dev CD Vol. V
  1778. Dev CD Vol. IV Developer CD (III)
  1779. Developer CD (II)
  1780. Excellent CD (IV
  1781. 1407X
  1782. Vol. V
  1783. e--set theItem to choose file -- uncomment to test in an AS editor
  1784.     tell application "Finder"
  1785.         open item "Excellent CD (I)"
  1786.         activate
  1787.     end tell
  1788. on error errMsg number errNum
  1789.     --enter statements to perform when no records are found such as...
  1790.     display dialog "Sorry, the item you selected could not be found."
  1791.     return
  1792. end try
  1793. All Packages
  1794. 32-Bit System EnablerO
  1795. Dev.CD Apr 94P
  1796. Dev.CD Apr 9V
  1797. 1408X
  1798. Apr 94
  1799. b--set theItem to choose file -- uncomment to test in an AS editor
  1800.     tell application "Finder"
  1801.         open item "Dev.CD Apr 94"
  1802.         activate
  1803.     end tell
  1804. on error errMsg number errNum
  1805.     --enter statements to perform when no records are found such as...
  1806.     display dialog "Sorry, the item you selected could not be found."
  1807.     return
  1808. end try
  1809. All Packages
  1810. Developer CD (III)P
  1811. Developer CD (IIIV
  1812. 1409X
  1813. er CD 
  1814. g--set theItem to choose file -- uncomment to test in an AS editor
  1815.     tell application "Finder"
  1816.         open item "Developer CD (III)"
  1817.         activate
  1818.     end tell
  1819. on error errMsg number errNum
  1820.     --enter statements to perform when no records are found such as...
  1821.     display dialog "Sorry, the item you selected could not be found."
  1822.     return
  1823. end try
  1824. D!All Packages
  1825. Mac OS SDK Edition
  1826. 4PM 5.0
  1827. --set theItem to choose file -- uncomment to test in an AS editor
  1828.     tell application "Finder"
  1829.         open item "Dev.CD Vol. VII
  1830. Dev CD Vol. VI
  1831. Dev CD Vol. V
  1832. Dev CD Vol. IV Developer CD (III)
  1833. Developer CD (II)
  1834. Excellent CD (I)"
  1835.         activate
  1836.     end tell
  1837. on error errMsg number errNum
  1838.     --enter statements to perform when no records are found such as...
  1839.     display dialog "Sorry, the item you selected could not be found."
  1840.     return
  1841. end try
  1842. 1410X
  1843. Jul 99^
  1844. --set theItem to choose file -- uncomment to test in an AS editor
  1845.     tell application "Finder"
  1846.         open item "Dev.CD Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:"
  1847.         activate
  1848.     end tell
  1849. on error errMsg number errNum
  1850.     --enter statements to perform when no records are found such as...
  1851.     display dialog "Sorry, the item you selected could not be found."
  1852.     return
  1853. end try
  1854. e    No ChangefTperformance
  1855. hardware
  1856. PowerPC,bandwidth
  1857. 'cache miss rates'
  1858. 'performance counters'q
  1859. Dev.CD Jul 99 SDK1
  1860. All Packages
  1861. Dev.CD Vol. X
  1862. Dev.CD Vol. IX
  1863. Dev.CD Vol. VIII
  1864. Dev.CD Vol. VII
  1865. Dev CD Vol. VI
  1866. Dev CD Vol. V
  1867. Dev CD Vol. IV Developer CD (III)
  1868. Developer CD (II)
  1869. Excellent CD (I)P
  1870. Dev.CD Vol. X
  1871. Dev.CD Vol. IX
  1872. Dev.CD Vol. VIII
  1873. Dev.CD Vol. VII
  1874. Dev CD Vol. VI
  1875. Dev CD Vol. V
  1876. Dev CD Vol. IV Developer CD (III)
  1877. Developer CD (II)
  1878. Excellent CD (IV
  1879. 1411X
  1880. Vol. X
  1881. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1882. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1883. JK4PM 5 0 Doc.pdf
  1884. 4PM 5.0
  1885. 4PM Library 1 0 Doc.pdf
  1886. 4PMLibrary 1.0
  1887. 4PMLibrary.hK
  1888. Jun 99L
  1889. Jul 99M
  1890. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'OEDev.CD Jul 99 SDK1:What's New:Tool Chest:Testing & Debugging:4PM 5.0:PPDev.CD Jul 99 SDK1
  1891.  - What's New
  1892.  - Tool Chest
  1893.  - Testing & Debugging
  1894.  - 4PM 5.0
  1895. 64-bit
  1896. 640x480
  1897. 651-3561
  1898. 651-7584
  1899. 65c02
  1900. 68000
  1901. 68020
  1902. 68030
  1903. 68040
  1904. 680x0
  1905. 68881/2
  1906. 68k-based
  1907. 7.0.0
  1908. 7.0.4
  1909. 7.1.2
  1910. 7.5.2
  1911. 7.5.3
  1912. 7.6.1
  1913. 7100/66
  1914. 7100/80
  1915. 711702111
  1916. 73007200/1207200/906
  1917. 730513255
  1918. performance
  1919. hardware
  1920. powerpc
  1921. bandwidth
  1922. cache
  1923. rates
  1924. phone
  1925. photoshop
  1926. physical
  1927. picker
  1928. pippin
  1929. pippin
  1930. bandai
  1931. atworld
  1932. atmark
  1933. multimedia
  1934. pixel
  1935. plaintalk
  1936. plaintalk
  1937. speech
  1938. recognition
  1939. platform
  1940. playback
  1941. player
  1942. plist
  1943. plotting
  1944. plug-ins
  1945. pmforecolor
  1946. polymorphic
  1947. portables
  1948. ports
  1949. posers
  1950. postscript
  1951. power
  1952. power
  1953. macintosh
  1954. debugger
  1955. printer
  1956. printer
  1957. selected
  1958. chooser
  1959. printing
  1960. printing
  1961. carbon
  1962. carbon
  1963. printing
  1964. carbon
  1965. printing
  1966. manager
  1967. printing
  1968. postscript
  1969. filter
  1970. processes
  1971. processing
  1972. profile
  1973. profiler
  1974. program
  1975. program
  1976. linking
  1977. appleevents
  1978. guest
  1979. project
  1980. projector
  1981. promise
  1982. promisehfsflavor
  1983. property
  1984. proportional
  1985. All Packages
  1986. 5.0O"Developer CD (II)
  1987. Excellent CD (I)P!Developer CD (II)
  1988. Excellent CD (IV
  1989. 1412X
  1990. er CD 
  1991. w--set theItem to choose file -- uncomment to test in an AS editor
  1992.     tell application "Finder"
  1993.         open item "Developer CD (II)
  1994. Excellent CD (I)"
  1995.         activate
  1996.     end tell
  1997. on error errMsg number errNum
  1998.     --enter statements to perform when no records are found such as...
  1999.     display dialog "Sorry, the item you selected could not be found."
  2000.     return
  2001. end try
  2002. All Packages
  2003. 5.0O"Developer CD (II)
  2004. Excellent CD (I)P!Developer CD (II)
  2005. Excellent CD (IV
  2006. 1413X
  2007. er CD 
  2008. w--set theItem to choose file -- uncomment to test in an AS editor
  2009.     tell application "Finder"
  2010.         open item "Developer CD (II)
  2011. Excellent CD (I)"
  2012.         activate
  2013.     end tell
  2014. on error errMsg number errNum
  2015.     --enter statements to perform when no records are found such as...
  2016.     display dialog "Sorry, the item you selected could not be found."
  2017.     return
  2018. end try
  2019. --set theItem to choose file -- uncomment to test in an AS editor
  2020.     tell application "Finder"
  2021.         open item "Dev.CD Vol. X
  2022. Dev.CD Vol. IX
  2023. Dev.CD Vol. VIII
  2024. Dev.CD Vol. VII
  2025. Dev CD Vol. VI
  2026. Dev CD Vol. V
  2027. Dev CD Vol. IV Developer CD (III)
  2028. Developer CD (II)
  2029. Excellent CD (I)"
  2030.         activate
  2031.     end tell
  2032. on error errMsg number errNum
  2033.     --enter statements to perform when no records are found such as...
  2034.     display dialog "Sorry, the item you selected could not be found."
  2035.     return
  2036. nd try
  2037. All Packages
  2038. Excellent CD (I)P
  2039. Excellent CD (IV
  2040. 1414X
  2041. nt CD 
  2042. e--set theItem to choose file -- uncomment to test in an AS editor
  2043.     tell application "Finder"
  2044.         open item "Excellent CD (I)"
  2045.         activate
  2046.     end tell
  2047. on error errMsg number errNum
  2048.     --enter statements to perform when no records are found such as...
  2049.     display dialog "Sorry, the item you selected could not be found."
  2050.     return
  2051. end try
  2052. All Packages
  2053. Dev.CD Vol. X
  2054. Dev.CD Vol. IX
  2055. Dev.CD Vol. VIII
  2056. Dev.CD Vol. VII
  2057. Dev CD Vol. VI
  2058. Dev CD Vol. V
  2059. Dev CD Vol. IV Developer CD (III)
  2060. Developer CD (II)
  2061. Excellent CD (I)P
  2062. Dev.CD Vol. X
  2063. Dev.CD Vol. IX
  2064. Dev.CD Vol. VIII
  2065. Dev.CD Vol. VII
  2066. Dev CD Vol. VI
  2067. Dev CD Vol. V
  2068. Dev CD Vol. IV Developer CD (III)
  2069. Developer CD (II)
  2070. Excellent CD (IV
  2071. 1415X
  2072. Vol. X
  2073. D!All Packages
  2074. Tool Chest Edition
  2075. 5thColumn
  2076. Summary: 5thColumn
  2077.  allows one CPU to control or get information on another CPU remotely. This is done by executing functions over an AppleTalk network (LocalTalk, EtherTalk, TokenTalk).
  2078. Features: 5thColumn
  2079.  can synchronize clocks, shutdown, restart, take screen shots, launch applications, read memory, get gestalt information, delete files/folders, get directory IDs and drop CPU into MacsBug executing commands.
  2080. J}alert.html
  2081. applescript.html
  2082. clients.html
  2083. downloads
  2084. downloads.html
  2085. filemaker.html
  2086. index.html
  2087. solutions
  2088. tools.html
  2089. wtm siteK
  2090. Vol IVL
  2091. Vol VIM[Runs on all Macintoshes and system software. As of now it needs MPW on the controlling end.O=Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User:PEDev.CD Nov 99 TC
  2092.  - Tool Chest
  2093.  - Testing & Debugging
  2094.  - Virtual UserV
  2095. 1416X
  2096. Nov 99^
  2097. --set theItem to choose file -- uncomment to test in an AS editor
  2098.     tell application "Finder"
  2099.         open item "Dev.CD Vol. X
  2100. Dev.CD Vol. IX
  2101. Dev.CD Vol. VIII
  2102. Dev.CD Vol. VII
  2103. Dev CD Vol. VI
  2104. Dev CD Vol. V
  2105. Dev CD Vol. IV Developer CD (III)
  2106. Developer CD (II)
  2107. Excellent CD (I)"
  2108.         activate
  2109.     end tell
  2110. on error errMsg number errNum
  2111.     --enter statements to perform when no records are found such as...
  2112.     display dialog "Sorry, the item you selected could not be found."
  2113.     return
  2114. nd try
  2115. e    No Changeq
  2116. Dev.CD Nov 99 TC
  2117. All Packages
  2118. Dev.CD Vol. X
  2119. Dev.CD Vol. IX
  2120. Dev.CD Vol. VIII
  2121. Dev.CD Vol. VII
  2122. Dev CD Vol. VI
  2123. Dev CD Vol. V
  2124. Dev CD Vol. IV Developer CD (III)
  2125. Developer CD (II)P
  2126. Dev.CD Vol. X
  2127. Dev.CD Vol. IX
  2128. Dev.CD Vol. VIII
  2129. Dev.CD Vol. VII
  2130. Dev CD Vol. VI
  2131. Dev CD Vol. V
  2132. Dev CD Vol. IV Developer CD (III)
  2133. Developer CD (IIV
  2134. 1417X
  2135. Vol. X
  2136. --set theItem to choose file -- uncomment to test in an AS editor
  2137.     tell application "Finder"
  2138.         open item "Dev.CD Vol. X
  2139. Dev.CD Vol. IX
  2140. Dev.CD Vol. VIII
  2141. Dev.CD Vol. VII
  2142. Dev CD Vol. VI
  2143. Dev CD Vol. V
  2144. Dev CD Vol. IV Developer CD (III)
  2145. Developer CD (II)"
  2146.         activate
  2147.     end tell
  2148. on error errMsg number errNum
  2149.     --enter statements to perform when no records are found such as...
  2150.     display dialog "Sorry, the item you selected could not be found."
  2151.     return
  2152. end try
  2153. All Packages
  2154. 6.0.2V
  2155. 1418X
  2156. --set theItem to choose file -- uncomment to test in an AS editor
  2157.     tell application "Finder"
  2158.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User:"
  2159.         activate
  2160.     end tell
  2161. on error errMsg number errNum
  2162.     --enter statements to perform when no records are found such as...
  2163.     display dialog "Sorry, the item you selected could not be found."
  2164.     return
  2165. end try
  2166. tokentalkW
  2167. tolerant
  2168. tomorrow
  2169. tones
  2170. tool/script
  2171. toolbox
  2172. toolkit
  2173. toolkits
  2174. tools
  2175. Dev.CD Vol. X
  2176. Dev.CD Vol. IX
  2177. Dev.CD Vol. VIII
  2178. Dev.CD Vol. VII
  2179. Dev CD Vol. VI
  2180. Dev CD Vol. V
  2181. Dev CD Vol. IV Developer CD (III)
  2182. Developer CD (II)
  2183. Excellent CD (I)P
  2184. Dev.CD Vol. X
  2185. Dev.CD Vol. IX
  2186. Dev.CD Vol. VIII
  2187. Dev.CD Vol. VII
  2188. Dev CD Vol. VI
  2189. Dev CD Vol. V
  2190. Dev CD Vol. IV Developer CD (III)
  2191. Developer CD (II)
  2192. Excellent CD (IV
  2193. 1418X
  2194. Vol. X
  2195. --set theItem to choose file -- uncomment to test in an AS editor
  2196.     tell application "Finder"
  2197.         open item "Dev.CD Vol. X
  2198. Dev.CD Vol. IX
  2199. Dev.CD Vol. VIII
  2200. Dev.CD Vol. VII
  2201. Dev CD Vol. VI
  2202. Dev CD Vol. V
  2203. Dev CD Vol. IV Developer CD (III)
  2204. Developer CD (II)
  2205. Excellent CD (I)"
  2206.         activate
  2207.     end tell
  2208. on error errMsg number errNum
  2209.     --enter statements to perform when no records are found such as...
  2210.     display dialog "Sorry, the item you selected could not be found."
  2211.     return
  2212. nd try
  2213. All Packages
  2214. 6.0.2O"Developer CD (II)
  2215. Excellent CD (I)P!Developer CD (II)
  2216. Excellent CD (IV
  2217. 1419X
  2218. er CD 
  2219. All Packages
  2220. 6.0.2O"Developer CD (II)
  2221. Excellent CD (I)P!Developer CD (II)
  2222. Excellent CD (IV
  2223. 1420X
  2224. er CD 
  2225. w--set theItem to choose file -- uncomment to test in an AS editor
  2226.     tell application "Finder"
  2227.         open item "Developer CD (II)
  2228. Excellent CD (I)"
  2229.         activate
  2230.     end tell
  2231. on error errMsg number errNum
  2232.     --enter statements to perform when no records are found such as...
  2233.     display dialog "Sorry, the item you selected could not be found."
  2234.     return
  2235. end try
  2236. All Packages
  2237. 6.0.2O
  2238. Developer CD (II)P
  2239. Developer CD (IIV
  2240. 1421X
  2241. er CD 
  2242. f--set theItem to choose file -- uncomment to test in an AS editor
  2243.     tell application "Finder"
  2244.         open item "Developer CD (II)"
  2245.         activate
  2246.     end tell
  2247. on error errMsg number errNum
  2248.     --enter statements to perform when no records are found such as...
  2249.     display dialog "Sorry, the item you selected could not be found."
  2250.     return
  2251. end try
  2252. All Packages
  2253. 6.0.2V
  2254. 1422X
  2255. w--set theItem to choose file -- uncomment to test in an AS editor
  2256.     tell application "Finder"
  2257.         open item "Developer CD (II)
  2258. Excellent CD (I)"
  2259.         activate
  2260.     end tell
  2261. on error errMsg number errNum
  2262.     --enter statements to perform when no records are found such as...
  2263.     display dialog "Sorry, the item you selected could not be found."
  2264.     return
  2265. end try
  2266. O"Developer CD (II)
  2267. Excellent CD (I)P!Developer CD (II)
  2268. Excellent CD (IV
  2269. 1422X
  2270. er CD 
  2271. w--set theItem to choose file -- uncomment to test in an AS editor
  2272.     tell application "Finder"
  2273.         open item "Developer CD (II)
  2274. Excellent CD (I)"
  2275.         activate
  2276.     end tell
  2277. on error errMsg number errNum
  2278.     --enter statements to perform when no records are found such as...
  2279.     display dialog "Sorry, the item you selected could not be found."
  2280.     return
  2281. end try
  2282. All Packages
  2283. 6.0.2O
  2284. Excellent CD (I)P
  2285. Excellent CD (IV
  2286. 1423X
  2287. nt CD 
  2288. e--set theItem to choose file -- uncomment to test in an AS editor
  2289.     tell application "Finder"
  2290.         open item "Excellent CD (I)"
  2291.         activate
  2292.     end tell
  2293. on error errMsg number errNum
  2294.     --enter statements to perform when no records are found such as...
  2295.     display dialog "Sorry, the item you selected could not be found."
  2296.     return
  2297. end try
  2298. All Packages
  2299. 6.0.2O
  2300. Excellent CD (I)P
  2301. Excellent CD (IV
  2302. 1424X
  2303. nt CD 
  2304. e--set theItem to choose file -- uncomment to test in an AS editor
  2305.     tell application "Finder"
  2306.         open item "Excellent CD (I)"
  2307.         activate
  2308.     end tell
  2309. on error errMsg number errNum
  2310.     --enter statements to perform when no records are found such as...
  2311.     display dialog "Sorry, the item you selected could not be found."
  2312.     return
  2313. end try
  2314. All Packages
  2315. 6.0.2.4O
  2316. Developer CD (III)P
  2317. Developer CD (IIIV
  2318. 1425X
  2319. er CD 
  2320. g--set theItem to choose file -- uncomment to test in an AS editor
  2321.     tell application "Finder"
  2322.         open item "Developer CD (III)"
  2323.         activate
  2324.     end tell
  2325. on error errMsg number errNum
  2326.     --enter statements to perform when no records are found such as...
  2327.     display dialog "Sorry, the item you selected could not be found."
  2328.     return
  2329. end try
  2330. All Packages
  2331. 6.0.3V
  2332. 1426X
  2333. Dev.CD Mar 92
  2334. Dev.CD Feb 92
  2335. Dev.CD Jan 92
  2336. Dev.CD Vol. XI
  2337. Dev.CD Vol. IX
  2338. Dev.CD Vol. VIII
  2339. Dev.CD Vol. VII
  2340. Dev CD Vol. V
  2341. Dev CD Vol. IV
  2342. Developer CD (III)
  2343. Developer CD (II)P
  2344. Dev.CD Mar 92
  2345. Dev.CD Feb 92
  2346. Dev.CD Jan 92
  2347. Dev.CD Vol. XI
  2348. Dev.CD Vol. IX
  2349. Dev.CD Vol. VIII
  2350. Dev.CD Vol. VII
  2351. Dev CD Vol. V
  2352. Dev CD Vol. IV
  2353. Developer CD (III)
  2354. Developer CD (IIV
  2355. 1426X
  2356. Mar 92
  2357. --set theItem to choose file -- uncomment to test in an AS editor
  2358.     tell application "Finder"
  2359.         open item "Dev.CD Mar 92
  2360. Dev.CD Feb 92
  2361. Dev.CD Jan 92
  2362. Dev.CD Vol. XI
  2363. Dev.CD Vol. IX
  2364. Dev.CD Vol. VIII
  2365. Dev.CD Vol. VII
  2366. Dev CD Vol. V
  2367. Dev CD Vol. IV
  2368. Developer CD (III)
  2369. Developer CD (II)"
  2370.         activate
  2371.     end tell
  2372. on error errMsg number errNum
  2373.     --enter statements to perform when no records are found such as...
  2374.     display dialog "Sorry, the item you selected could not be found."
  2375.    return
  2376. end try
  2377. All Packages
  2378. 6.0.3V
  2379. 1427X
  2380. Dev.CD Vol. XI
  2381. Dev.CD Vol. X
  2382. Dev.CD Vol. IX
  2383. Dev.CD Vol. VIII
  2384. Dev.CD Vol. VII
  2385. Dev CD Vol. VI
  2386. Dev CD Vol. V
  2387. Dev CD Vol. IV Developer CD (III)
  2388. Developer CD (II)
  2389. Excellent CD (I)P
  2390. Dev.CD Vol. XI
  2391. Dev.CD Vol. X
  2392. Dev.CD Vol. IX
  2393. Dev.CD Vol. VIII
  2394. Dev.CD Vol. VII
  2395. Dev CD Vol. VI
  2396. Dev CD Vol. V
  2397. Dev CD Vol. IV Developer CD (III)
  2398. Developer CD (II)
  2399. Excellent CD (IV
  2400. 1427X
  2401. Vol. X
  2402. --set theItem to choose file -- uncomment to test in an AS editor
  2403.     tell application "Finder"
  2404.         open item "Dev.CD Vol. XI
  2405. Dev.CD Vol. X
  2406. Dev.CD Vol. IX
  2407. Dev.CD Vol. VIII
  2408. Dev.CD Vol. VII
  2409. Dev CD Vol. VI
  2410. Dev CD Vol. V
  2411. Dev CD Vol. IV Developer CD (III)
  2412. Developer CD (II)
  2413. Excellent CD (I)"
  2414.         activate
  2415.     end tell
  2416. on error errMsg number errNum
  2417.     --enter statements to perform when no records are found such as...
  2418.     display dialog "Sorry, the item you selected could not be foundB
  2419.     return
  2420. end try
  2421. All Packages
  2422. 6.0.3O,Dev.CD Vol. VII
  2423. Dev CD Vol. V
  2424. Dev CD Vol. IVV
  2425. 1428X
  2426. #P+Dev.CD Vol. VII
  2427. Dev CD Vol. V
  2428. Dev CD Vol. IV
  2429. 1428X
  2430. Vol. V
  2431. --set theItem to choose file -- uncomment to test in an AS editor
  2432.     tell application "Finder"
  2433.         open item "Dev.CD Vol. VII
  2434. Dev CD Vol. V
  2435. Dev CD Vol. IV"
  2436.         activate
  2437.     end tell
  2438. on error errMsg number errNum
  2439.     --enter statements to perform when no records are found such as...
  2440.     display dialog "Sorry, the item you selected could not be found."
  2441.     return
  2442. end try
  2443. All Packages
  2444. 6.0.3O3Dev CD Vol. IV
  2445. Developer CD (III)
  2446. Developer CD (II)P2Dev CD Vol. IV
  2447. Developer CD (III)
  2448. Developer CD (IIV
  2449. 1429X
  2450. Vol. I
  2451. All Packages
  2452. 6.0.3O$Developer CD (III)
  2453. Developer CD (II)P#Developer CD (III)
  2454. Developer CD (IIV
  2455. 1430X
  2456. er CD 
  2457. y--set theItem to choose file -- uncomment to test in an AS editor
  2458.     tell application "Finder"
  2459.         open item "Developer CD (III)
  2460. Developer CD (II)"
  2461.         activate
  2462.     end tell
  2463. on error errMsg number errNum
  2464.     --enter statements to perform when no records are found such as...
  2465.     display dialog "Sorry, the item you selected could not be found."
  2466.     return
  2467. end try
  2468. All Packages
  2469. 6.0.3O"Developer CD (II)
  2470. Excellent CD (I)P!Developer CD (II)
  2471. Excellent CD (IV
  2472. 1431X
  2473. er CD 
  2474. --set theItem to choose file -- uncomment to test in an AS editor
  2475.     tell application "Finder"
  2476.         open item "Dev CD Vol. IV
  2477. Developer CD (III)
  2478. Developer CD (II)"
  2479.         activate
  2480.     end tell
  2481. on error errMsg number errNum
  2482.     --enter statements to perform when no records are found such as...
  2483.     display dialog "Sorry, the item you selected could not be found."
  2484.     return
  2485. end try
  2486. All Packages
  2487. 6.0.3O"Developer CD (II)
  2488. Excellent CD (I)P!Developer CD (II)
  2489. Excellent CD (IV
  2490. 1432X
  2491. er CD 
  2492. w--set theItem to choose file -- uncomment to test in an AS editor
  2493.     tell application "Finder"
  2494.         open item "Developer CD (II)
  2495. Excellent CD (I)"
  2496.         activate
  2497.     end tell
  2498. on error errMsg number errNum
  2499.     --enter statements to perform when no records are found such as...
  2500.     display dialog "Sorry, the item you selected could not be found."
  2501.     return
  2502. end try
  2503. All Packages
  2504. 6.0.3O"Developer CD (II)
  2505. Excellent CD (I)P!Developer CD (II)
  2506. Excellent CD (IV
  2507. 1433X
  2508. er CD 
  2509. w--set theItem to choose file -- uncomment to test in an AS editor
  2510.     tell application "Finder"
  2511.         open item "Developer CD (II)
  2512. Excellent CD (I)"
  2513.         activate
  2514.     end tell
  2515. on error errMsg number errNum
  2516.     --enter statements to perform when no records are found such as...
  2517.     display dialog "Sorry, the item you selected could not be found."
  2518.     return
  2519. end try
  2520. w--set theItem to choose file -- uncomment to test in an AS editor
  2521.     tell application "Finder"
  2522.         open item "Developer CD (II)
  2523. Excellent CD (I)"
  2524.         activate
  2525.     end tell
  2526. on error errMsg number errNum
  2527.     --enter statements to perform when no records are found such as...
  2528.     display dialog "Sorry, the item you selected could not be found."
  2529.     return
  2530. end try
  2531. All Packages
  2532. 6.0.3O"Developer CD (II)
  2533. Excellent CD (I)P!Developer CD (II)
  2534. Excellent CD (IV
  2535. 1434X
  2536. er CD 
  2537. w--set theItem to choose file -- uncomment to test in an AS editor
  2538.     tell application "Finder"
  2539.         open item "Developer CD (II)
  2540. Excellent CD (I)"
  2541.         activate
  2542.     end tell
  2543. on error errMsg number errNum
  2544.     --enter statements to perform when no records are found such as...
  2545.     display dialog "Sorry, the item you selected could not be found."
  2546.     return
  2547. end try
  2548. All Packages
  2549. 6.0.3O"Developer CD (II)
  2550. Excellent CD (I)P!Developer CD (II)
  2551. Excellent CD (IV
  2552. 1435X
  2553. er CD 
  2554. w--set theItem to choose file -- uncomment to test in an AS editor
  2555.     tell application "Finder"
  2556.         open item "Developer CD (II)
  2557. Excellent CD (I)"
  2558.         activate
  2559.     end tell
  2560. on error errMsg number errNum
  2561.     --enter statements to perform when no records are found such as...
  2562.     display dialog "Sorry, the item you selected could not be found."
  2563.     return
  2564. end try
  2565. All Packages
  2566. 6.0.3O"Developer CD (II)
  2567. Excellent CD (I)P!Developer CD (II)
  2568. Excellent CD (IV
  2569. 1436X
  2570. er CD 
  2571. w--set theItem to choose file -- uncomment to test in an AS editor
  2572.     tell application "Finder"
  2573.         open item "Developer CD (II)
  2574. Excellent CD (I)"
  2575.         activate
  2576.     end tell
  2577. on error errMsg number errNum
  2578.     --enter statements to perform when no records are found such as...
  2579.     display dialog "Sorry, the item you selected could not be found."
  2580.     return
  2581. end try
  2582. All Packages
  2583. 6.0.3O
  2584. Developer CD (II)P
  2585. Developer CD (IIV
  2586. 1437X
  2587. er CD 
  2588. f--set theItem to choose file -- uncomment to test in an AS editor
  2589.     tell application "Finder"
  2590.         open item "Developer CD (II)"
  2591.         activate
  2592.     end tell
  2593. on error errMsg number errNum
  2594.     --enter statements to perform when no records are found such as...
  2595.     display dialog "Sorry, the item you selected could not be found."
  2596.     return
  2597. end try
  2598. All Packages
  2599. 6.0.3V
  2600. 1438X
  2601. Developer CD (II)P
  2602. Developer CD (IIV
  2603. 1438X
  2604. er CD 
  2605. f--set theItem to choose file -- uncomment to test in an AS editor
  2606.     tell application "Finder"
  2607.         open item "Developer CD (II)"
  2608.         activate
  2609.     end tell
  2610. on error errMsg number errNum
  2611.     --enter statements to perform when no records are found such as...
  2612.     display dialog "Sorry, the item you selected could not be found."
  2613.     return
  2614. end try
  2615. All Packages
  2616. 6.0.3O$Developer CD (III)
  2617. Developer CD (II)P#Developer CD (III)
  2618. Developer CD (IIV
  2619. 1439X
  2620. er CD 
  2621. y--set theItem to choose file -- uncomment to test in an AS editor
  2622.     tell application "Finder"
  2623.         open item "Developer CD (III)
  2624. Developer CD (II)"
  2625.         activate
  2626.     end tell
  2627. on error errMsg number errNum
  2628.     --enter statements to perform when no records are found such as...
  2629.     display dialog "Sorry, the item you selected could not be found."
  2630.     return
  2631. end try
  2632. All Packages
  2633. 6.0.3V
  2634. 1440X
  2635. /O"Developer CD (II)
  2636. Excellent CD (I)P!Developer CD (II)
  2637. Excellent CD (IV
  2638. 1440X
  2639. er CD 
  2640. w--set theItem to choose file -- uncomment to test in an AS editor
  2641.     tell application "Finder"
  2642.         open item "Developer CD (II)
  2643. Excellent CD (I)"
  2644.         activate
  2645.     end tell
  2646. on error errMsg number errNum
  2647.     --enter statements to perform when no records are found such as...
  2648.     display dialog "Sorry, the item you selected could not be found."
  2649.     return
  2650. end try
  2651. All Packages
  2652. 6.0.3O"Developer CD (II)
  2653. Excellent CD (I)P!Developer CD (II)
  2654. Excellent CD (IV
  2655. 1441X
  2656. er CD 
  2657. w--set theItem to choose file -- uncomment to test in an AS editor
  2658.     tell application "Finder"
  2659.         open item "Developer CD (II)
  2660. Excellent CD (I)"
  2661.         activate
  2662.     end tell
  2663. on error errMsg number errNum
  2664.     --enter statements to perform when no records are found such as...
  2665.     display dialog "Sorry, the item you selected could not be found."
  2666.     return
  2667. end try
  2668. All Packages
  2669. 1442X
  2670. er CD 
  2671. w--set theItem to choose file -- uncomment to test in an AS editor
  2672.     tell application "Finder"
  2673.         open item "Developer CD (II)
  2674. Excellent CD (I)"
  2675.         activate
  2676.     end tell
  2677. on error errMsg number errNum
  2678.     --enter statements to perform when no records are found such as...
  2679.     display dialog "Sorry, the item you selected could not be found."
  2680.     return
  2681. end try
  2682. All Packages
  2683. 6.0.3O"Developer CD (II)
  2684. Excellent CD (I)P!Developer CD (II)
  2685. Excellent CD (IV
  2686. 1443X
  2687. er CD 
  2688. w--set theItem to choose file -- uncomment to test in an AS editor
  2689.     tell application "Finder"
  2690.         open item "Developer CD (II)
  2691. Excellent CD (I)"
  2692.         activate
  2693.     end tell
  2694. on error errMsg number errNum
  2695.     --enter statements to perform when no records are found such as...
  2696.     display dialog "Sorry, the item you selected could not be found."
  2697.     return
  2698. end try
  2699. All Packages
  2700. 6.0.3O$Developer CD (III)
  2701. Developer CD (II)V
  2702. 1444X
  2703. 6.0.3O"Developer CD (II)
  2704. Excellent CD (I)P!Developer CD (II)
  2705. Excellent CD (I
  2706. 3P#Developer CD (III)
  2707. Developer CD (IIV
  2708. 1444X
  2709. er CD 
  2710. y--set theItem to choose file -- uncomment to test in an AS editor
  2711.     tell application "Finder"
  2712.         open item "Developer CD (III)
  2713. Developer CD (II)"
  2714.         activate
  2715.     end tell
  2716. on error errMsg number errNum
  2717.     --enter statements to perform when no records are found such as...
  2718.     display dialog "Sorry, the item you selected could not be found."
  2719.     return
  2720. end try
  2721. All Packages
  2722. 6.0.3O
  2723. Developer CD (III)P
  2724. Developer CD (IIIV
  2725. 1445X
  2726. er CD 
  2727. g--set theItem to choose file -- uncomment to test in an AS editor
  2728.     tell application "Finder"
  2729.         open item "Developer CD (III)"
  2730.         activate
  2731.     end tell
  2732. on error errMsg number errNum
  2733.     --enter statements to perform when no records are found such as...
  2734.     display dialog "Sorry, the item you selected could not be found."
  2735.     return
  2736. end try
  2737. All Packages
  2738. 6.0.3O
  2739. Developer CD (III)P
  2740. Developer CD (IIIV
  2741. 1446X
  2742. er CD 
  2743. All Packages
  2744. 6.0.3O
  2745. Developer CD (III)P
  2746. Developer CD (IIIV
  2747. 1447X
  2748. er CD 
  2749. g--set theItem to choose file -- uncomment to test in an AS editor
  2750.     tell application "Finder"
  2751.         open item "Developer CD (III)"
  2752.         activate
  2753.     end tell
  2754. on error errMsg number errNum
  2755.     --enter statements to perform when no records are found such as...
  2756.     display dialog "Sorry, the item you selected could not be found."
  2757.     return
  2758. end try
  2759. All Packages
  2760. 6.0.3.1O"Developer CD (II)
  2761. Excellent CD (I)P!Developer CD (II)
  2762. Excellent CD (IV
  2763. 1448X
  2764. er CD 
  2765. w--set theItem to choose file -- uncomment to test in an AS editor
  2766.     tell application "Finder"
  2767.         open item "Developer CD (II)
  2768. Excellent CD (I)"
  2769.         activate
  2770.     end tell
  2771. on error errMsg number errNum
  2772.     --enter statements to perform when no records are found such as...
  2773.     display dialog "Sorry, the item you selected could not be found."
  2774.     return
  2775. end try
  2776. All Packages
  2777. 6.0.4V
  2778. 1449X
  2779. g--set theItem to choose file -- uncomment to test in an AS editor
  2780.     tell application "Finder"
  2781.         open item "Developer CD (III)"
  2782.         activate
  2783.     end tell
  2784. on error errMsg number errNum
  2785.     --enter statements to perform when no records are found such as...
  2786.     display dialog "Sorry, the item you selected could not be found."
  2787.     return
  2788. end try
  2789. enablerO
  2790. Dev.CD Vol. XI
  2791. Dev.CD Vol. X
  2792. Dev.CD Vol. IX
  2793. Dev.CD Vol. VIII
  2794. Dev.CD Vol. VII
  2795. Dev CD Vol. VI
  2796. Dev CD Vol. V
  2797. Dev CD Vol. IV Developer CD (III)
  2798. Developer CD (II)P
  2799. Dev.CD Vol. XI
  2800. Dev.CD Vol. X
  2801. Dev.CD Vol. IX
  2802. Dev.CD Vol. VIII
  2803. Dev.CD Vol. VII
  2804. Dev CD Vol. VI
  2805. Dev CD Vol. V
  2806. Dev CD Vol. IV Developer CD (III)
  2807. Developer CD (IIV
  2808. 1449X
  2809. Vol. X
  2810. --set theItem to choose file -- uncomment to test in an AS editor
  2811.     tell application "Finder"
  2812.         open item "Dev.CD Vol. XI
  2813. Dev.CD Vol. X
  2814. Dev.CD Vol. IX
  2815. Dev.CD Vol. VIII
  2816. Dev.CD Vol. VII
  2817. Dev CD Vol. VI
  2818. Dev CD Vol. V
  2819. Dev CD Vol. IV Developer CD (III)
  2820. Developer CD (II)"
  2821.         activate
  2822.     end tell
  2823. on error errMsg number errNum
  2824.     --enter statements to perform when no records are found such as...
  2825.     display dialog "Sorry, the item you selected could not be found."
  2826.     return
  2827. All Packages
  2828. 6.0.4O
  2829. Dev.CD Vol. VII
  2830. Dev CD Vol. VP
  2831. Dev.CD Vol. VII
  2832. Dev CD Vol. V
  2833. 1450X
  2834. Vol. V
  2835. All Packages
  2836. 6.0.4O
  2837. Dev CD Vol. VP
  2838. Dev CD Vol. V
  2839. 1451X
  2840. Vol. V
  2841. b--set theItem to choose file -- uncomment to test in an AS editor
  2842.     tell application "Finder"
  2843.         open item "Dev CD Vol. V"
  2844.         activate
  2845.     end tell
  2846. on error errMsg number errNum
  2847.     --enter statements to perform when no records are found such as...
  2848.     display dialog "Sorry, the item you selected could not be found."
  2849.     return
  2850. end try
  2851. All Packages
  2852. 6.0.4O
  2853. Dev CD Vol. V
  2854. Dev CD Vol. IVP
  2855. Dev CD Vol. V
  2856. Dev CD Vol. IV
  2857. 1452X
  2858. Vol. V
  2859. q--set theItem to choose file -- uncomment to test in an AS editor
  2860.     tell application "Finder"
  2861.         open item "Dev CD Vol. V
  2862. Dev CD Vol. IV"
  2863.         activate
  2864.     end tell
  2865. on error errMsg number errNum
  2866.     --enter statements to perform when no records are found such as...
  2867.     display dialog "Sorry, the item you selected could not be found."
  2868.     return
  2869. end try
  2870. All Packages
  2871. 6.0.4O
  2872. Dev CD Vol. V
  2873. Dev CD Vol. IVV
  2874. 1453X
  2875. r--set theItem to choose file -- uncomment to test in an AS editor
  2876.     tell application "Finder"
  2877.         open item "Dev.CD Vol. VII
  2878. Dev CD Vol. V"
  2879.         activate
  2880.     end tell
  2881. on error errMsg number errNum
  2882.     --enter statements to perform when no records are found such as...
  2883.     display dialog "Sorry, the item you selected could not be found."
  2884.     return
  2885. end try
  2886. Dev CD Vol. V
  2887. Dev CD Vol. IV
  2888. 1453X
  2889. Vol. V
  2890. q--set theItem to choose file -- uncomment to test in an AS editor
  2891.     tell application "Finder"
  2892.         open item "Dev CD Vol. V
  2893. Dev CD Vol. IV"
  2894.         activate
  2895.     end tell
  2896. on error errMsg number errNum
  2897.     --enter statements to perform when no records are found such as...
  2898.     display dialog "Sorry, the item you selected could not be found."
  2899.     return
  2900. end try
  2901. All Packages
  2902. 6.0.4O
  2903. Dev CD Vol. VP
  2904. Dev CD Vol. V
  2905. 1454X
  2906. Vol. V
  2907. b--set theItem to choose file -- uncomment to test in an AS editor
  2908.     tell application "Finder"
  2909.         open item "Dev CD Vol. V"
  2910.         activate
  2911.     end tell
  2912. on error errMsg number errNum
  2913.     --enter statements to perform when no records are found such as...
  2914.     display dialog "Sorry, the item you selected could not be found."
  2915.     return
  2916. end try
  2917. All Packages
  2918. 6.0.4O Dev CD Vol. V
  2919. Developer CD (III)P
  2920. Dev CD Vol. V
  2921. Developer CD (IIIV
  2922. 1455X
  2923. Vol. V
  2924. All Packages
  2925. 6.0.4O!Dev CD Vol. IV
  2926. Developer CD (III)P Dev CD Vol. IV
  2927. Developer CD (IIIV
  2928. 1456X
  2929. Vol. I
  2930. v--set theItem to choose file -- uncomment to test in an AS editor
  2931.     tell application "Finder"
  2932.         open item "Dev CD Vol. IV
  2933. Developer CD (III)"
  2934.         activate
  2935.     end tell
  2936. on error errMsg number errNum
  2937.     --enter statements to perform when no records are found such as...
  2938.     display dialog "Sorry, the item you selected could not be found."
  2939.     return
  2940. end try
  2941. All Packages
  2942. 6.0.4O
  2943. Dev CD Vol. IVP
  2944. Dev CD Vol. IV
  2945. 1457X
  2946. Vol. I
  2947. c--set theItem to choose file -- uncomment to test in an AS editor
  2948.     tell application "Finder"
  2949.         open item "Dev CD Vol. IV"
  2950.         activate
  2951.     end tell
  2952. on error errMsg number errNum
  2953.     --enter statements to perform when no records are found such as...
  2954.     display dialog "Sorry, the item you selected could not be found."
  2955.     return
  2956. end try
  2957. All Packages
  2958. 6.0.4O
  2959. Dev CD Vol. IVV
  2960. 1458X
  2961. u--set theItem to choose file -- uncomment to test in an AS editor
  2962.     tell application "Finder"
  2963.         open item "Dev CD Vol. V
  2964. Developer CD (III)"
  2965.         activate
  2966.     end tell
  2967. on error errMsg number errNum
  2968.     --enter statements to perform when no records are found such as...
  2969.     display dialog "Sorry, the item you selected could not be found."
  2970.     return
  2971. end try
  2972. chestW
  2973. Dev CD Vol. IV
  2974. 1458X
  2975. Vol. I
  2976. c--set theItem to choose file -- uncomment to test in an AS editor
  2977.     tell application "Finder"
  2978.         open item "Dev CD Vol. IV"
  2979.         activate
  2980.     end tell
  2981. on error errMsg number errNum
  2982.     --enter statements to perform when no records are found such as...
  2983.     display dialog "Sorry, the item you selected could not be found."
  2984.     return
  2985. end try
  2986. All Packages
  2987. 6.0.4O
  2988. Dev CD Vol. IVP
  2989. Dev CD Vol. IV
  2990. 1459X
  2991. Vol. I
  2992. c--set theItem to choose file -- uncomment to test in an AS editor
  2993.     tell application "Finder"
  2994.         open item "Dev CD Vol. IV"
  2995.         activate
  2996.     end tell
  2997. on error errMsg number errNum
  2998.     --enter statements to perform when no records are found such as...
  2999.     display dialog "Sorry, the item you selected could not be found."
  3000.     return
  3001. end try
  3002. All Packages
  3003. 6.0.4O
  3004. Developer CD (III)P
  3005. Developer CD (IIIV
  3006. 1460X
  3007. er CD 
  3008. All Packages
  3009. 6.0.4O
  3010. Developer CD (III)P
  3011. Developer CD (IIIV
  3012. 1461X
  3013. er CD 
  3014. g--set theItem to choose file -- uncomment to test in an AS editor
  3015.     tell application "Finder"
  3016.         open item "Developer CD (III)"
  3017.         activate
  3018.     end tell
  3019. on error errMsg number errNum
  3020.     --enter statements to perform when no records are found such as...
  3021.     display dialog "Sorry, the item you selected could not be found."
  3022.     return
  3023. end try
  3024. All Packages
  3025. 6.0.4O
  3026. Developer CD (III)P
  3027. Developer CD (IIIV
  3028. 1462X
  3029. er CD 
  3030. g--set theItem to choose file -- uncomment to test in an AS editor
  3031.     tell application "Finder"
  3032.         open item "Developer CD (III)"
  3033.         activate
  3034.     end tell
  3035. on error errMsg number errNum
  3036.     --enter statements to perform when no records are found such as...
  3037.     display dialog "Sorry, the item you selected could not be found."
  3038.     return
  3039. end try
  3040. All Packages
  3041. 6.0.4O
  3042. Developer CD (III)P
  3043. Developer CD (IIIV
  3044. 1463X
  3045. er CD 
  3046. g--set theItem to choose file -- uncomment to test in an AS editor
  3047.     tell application "Finder"
  3048.         open item "Developer CD (III)"
  3049.         activate
  3050.     end tell
  3051. on error errMsg number errNum
  3052.     --enter statements to perform when no records are found such as...
  3053.     display dialog "Sorry, the item you selected could not be found."
  3054.     return
  3055. end try
  3056. All Packages
  3057. 6.0.4O
  3058. Developer CD (III)P
  3059. Developer CD (IIIV
  3060. 1464X
  3061. er CD 
  3062. g--set theItem to choose file -- uncomment to test in an AS editor
  3063.     tell application "Finder"
  3064.         open item "Developer CD (III)"
  3065.         activate
  3066.     end tell
  3067. on error errMsg number errNum
  3068.     --enter statements to perform when no records are found such as...
  3069.     display dialog "Sorry, the item you selected could not be found."
  3070.     return
  3071. end try
  3072. All Packages
  3073. 6.0.4O
  3074. Developer CD (III)P
  3075. Developer CD (IIIV
  3076. 1465X
  3077. er CD 
  3078. g--set theItem to choose file -- uncomment to test in an AS editor
  3079.     tell application "Finder"
  3080.         open item "Developer CD (III)"
  3081.         activate
  3082.     end tell
  3083. on error errMsg number errNum
  3084.     --enter statements to perform when no records are found such as...
  3085.     display dialog "Sorry, the item you selected could not be found."
  3086.     return
  3087. end try
  3088. All Packages
  3089. 6.0.4O
  3090. Developer CD (III)P
  3091. Developer CD (IIIV
  3092. 1466X
  3093. er CD 
  3094. g--set theItem to choose file -- uncomment to test in an AS editor
  3095.     tell application "Finder"
  3096.         open item "Developer CD (III)"
  3097.         activate
  3098.     end tell
  3099. on error errMsg number errNum
  3100.     --enter statements to perform when no records are found such as...
  3101.     display dialog "Sorry, the item you selected could not be found."
  3102.     return
  3103. end try
  3104. All Packages
  3105. 6.0.4O
  3106. Developer CD (III)P
  3107. Developer CD (IIIV
  3108. 1467X
  3109. er CD 
  3110. g--set theItem to choose file -- uncomment to test in an AS editor
  3111.     tell application "Finder"
  3112.         open item "Developer CD (III)"
  3113.         activate
  3114.     end tell
  3115. on error errMsg number errNum
  3116.     --enter statements to perform when no records are found such as...
  3117.     display dialog "Sorry, the item you selected could not be found."
  3118.     return
  3119. end try
  3120. All Packages
  3121. 6.0.4O
  3122. Developer CD (III)P
  3123. Developer CD (IIIV
  3124. 1468X
  3125. er CD 
  3126. g--set theItem to choose file -- uncomment to test in an AS editor
  3127.     tell application "Finder"
  3128.         open item "Developer CD (III)"
  3129.         activate
  3130.     end tell
  3131. on error errMsg number errNum
  3132.     --enter statements to perform when no records are found such as...
  3133.     display dialog "Sorry, the item you selected could not be found."
  3134.     return
  3135. end try
  3136. All Packages
  3137. 6.0.4O
  3138. Developer CD (III)P
  3139. Developer CD (IIIV
  3140. 1469X
  3141. er CD 
  3142. g--set theItem to choose file -- uncomment to test in an AS editor
  3143.     tell application "Finder"
  3144.         open item "Developer CD (III)"
  3145.         activate
  3146.     end tell
  3147. on error errMsg number errNum
  3148.     --enter statements to perform when no records are found such as...
  3149.     display dialog "Sorry, the item you selected could not be found."
  3150.     return
  3151. end try
  3152. All Packages
  3153. 6.0.4O
  3154. Developer CD (III)P
  3155. Developer CD (IIIV
  3156. 1470X
  3157. er CD 
  3158. g--set theItem to choose file -- uncomment to test in an AS editor
  3159.     tell application "Finder"
  3160.         open item "Developer CD (III)"
  3161.         activate
  3162.     end tell
  3163. on error errMsg number errNum
  3164.     --enter statements to perform when no records are found such as...
  3165.     display dialog "Sorry, the item you selected could not be found."
  3166.     return
  3167. end try
  3168. All Packages
  3169. 6.0.4O
  3170. Developer CD (III)P
  3171. Developer CD (IIIV
  3172. 1471X
  3173. er CD 
  3174. g--set theItem to choose file -- uncomment to test in an AS editor
  3175.     tell application "Finder"
  3176.         open item "Developer CD (III)"
  3177.         activate
  3178.     end tell
  3179. on error errMsg number errNum
  3180.     --enter statements to perform when no records are found such as...
  3181.     display dialog "Sorry, the item you selected could not be found."
  3182.     return
  3183. end try
  3184. All Packages
  3185. 6.0.4O
  3186. Developer CD (III)P
  3187. Developer CD (IIIV
  3188. 1472X
  3189. er CD 
  3190. g--set theItem to choose file -- uncomment to test in an AS editor
  3191.     tell application "Finder"
  3192.         open item "Developer CD (III)"
  3193.         activate
  3194.     end tell
  3195. on error errMsg number errNum
  3196.     --enter statements to perform when no records are found such as...
  3197.     display dialog "Sorry, the item you selected could not be found."
  3198.     return
  3199. end try
  3200. All Packages
  3201. 6.0.5O
  3202. Dev.CD Apr 94
  3203. Dev.CD Jan 94
  3204. Dev.CD Oct 93
  3205. Dev.CD Apr 93
  3206. Dev.CD Vol. XI
  3207. Dev.CD Vol. X
  3208. Dev.CD Vol. IX
  3209. Dev.CD Vol. VIII
  3210. Dev.CD Vol. VII
  3211. Dev CD Vol. VI
  3212. Dev CD Vol. V
  3213. Dev CD Vol. IV Developer CD (III)P
  3214. Dev.CD Apr 94
  3215. Dev.CD Jan 94
  3216. Dev.CD Oct 93
  3217. Dev.CD Apr 93
  3218. Dev.CD Vol. XI
  3219. Dev.CD Vol. X
  3220. Dev.CD Vol. IX
  3221. Dev.CD Vol. VIII
  3222. Dev.CD Vol. VII
  3223. Dev CD Vol. VI
  3224. Dev CD Vol. V
  3225. Dev CD Vol. IV Developer CD (IIIV
  3226. 1473X
  3227. Apr 94
  3228. --set theItem to choose file -- uncomment to test in an AS editor
  3229.     tell application "Finder"
  3230.         open item "Dev.CD Apr 94
  3231. Dev.CD Jan 94
  3232. Dev.CD Oct 93
  3233. Dev.CD Apr 93
  3234. Dev.CD Vol. XI
  3235. Dev.CD Vol. X
  3236. Dev.CD Vol. IX
  3237. Dev.CD Vol. VIII
  3238. Dev.CD Vol. VII
  3239. Dev CD Vol. VI
  3240. Dev CD Vol. V
  3241. Dev CD Vol. IV Developer CD (III)"
  3242.         activate
  3243.     end tell
  3244. on error errMsg number errNum
  3245.     --enter statements to perform when no records are found such as...
  3246.     display dialog "Sorry, the item you selectB*ed could not be found."
  3247.     return
  3248. end try
  3249. g--set theItem to choose file -- uncomment to test in an AS editor
  3250.     tell application "Finder"
  3251.         open item "Developer CD (III)"
  3252.         activate
  3253.     end tell
  3254. on error errMsg number errNum
  3255.     --enter statements to perform when no records are found such as...
  3256.     display dialog "Sorry, the item you selected could not be found."
  3257.     return
  3258. end try
  3259. All Packages
  3260. 6.0.5OZDev.CD Vol. X
  3261. Dev.CD Vol. IX
  3262. Dev.CD Vol. VIII
  3263. Dev.CD Vol. VII
  3264. Dev CD Vol. V
  3265. Dev CD Vol. IVPYDev.CD Vol. X
  3266. Dev.CD Vol. IX
  3267. Dev.CD Vol. VIII
  3268. Dev.CD Vol. VII
  3269. Dev CD Vol. V
  3270. Dev CD Vol. IV
  3271. 1474X
  3272. Vol. X
  3273. --set theItem to choose file -- uncomment to test in an AS editor
  3274.     tell application "Finder"
  3275.         open item "Dev.CD Vol. X
  3276. Dev.CD Vol. IX
  3277. Dev.CD Vol. VIII
  3278. Dev.CD Vol. VII
  3279. Dev CD Vol. V
  3280. Dev CD Vol. IV"
  3281.         activate
  3282.     end tell
  3283. on error errMsg number errNum
  3284.     --enter statements to perform when no records are found such as...
  3285.     display dialog "Sorry, the item you selected could not be found."
  3286.     return
  3287. end try
  3288. All Packages
  3289. 6.0.5O
  3290. Dev.CD Vol. VII
  3291. Dev CD Vol. VP
  3292. Dev.CD Vol. VII
  3293. Dev CD Vol. V
  3294. 1475X
  3295. Vol. V
  3296. All Packages
  3297. 6.0.5O
  3298. Dev.CD Vol. VII
  3299. Dev CD Vol. VP
  3300. Dev.CD Vol. VII
  3301. Dev CD Vol. V
  3302. 1476X
  3303. Vol. V
  3304. r--set theItem to choose file -- uncomment to test in an AS editor
  3305.     tell application "Finder"
  3306.         open item "Dev.CD Vol. VII
  3307. Dev CD Vol. V"
  3308.         activate
  3309.     end tell
  3310. on error errMsg number errNum
  3311.     --enter statements to perform when no records are found such as...
  3312.     display dialog "Sorry, the item you selected could not be found."
  3313.     return
  3314. end try
  3315. All Packages
  3316. 6.0.5O,Dev.CD Vol. VII
  3317. Dev CD Vol. V
  3318. Dev CD Vol. IVP+Dev.CD Vol. VII
  3319. Dev CD Vol. V
  3320. Dev CD Vol. IV
  3321. 1477X
  3322. Vol. V
  3323. r--set theItem to choose file -- uncomment to test in an AS editor
  3324.     tell application "Finder"
  3325.         open item "Dev.CD Vol. VII
  3326. Dev CD Vol. V"
  3327.         activate
  3328.     end tell
  3329. on error errMsg number errNum
  3330.     --enter statements to perform when no records are found such as...
  3331.     display dialog "Sorry, the item you selected could not be found."
  3332.     return
  3333. end try
  3334. All Packages
  3335. 6.0.5O,Dev.CD Vol. VII
  3336. Dev CD Vol. V
  3337. Dev CD Vol. IVP+Dev.CD Vol. VII
  3338. Dev CD Vol. V
  3339. Dev CD Vol. IV
  3340. 1478X
  3341. Vol. V
  3342. --set theItem to choose file -- uncomment to test in an AS editor
  3343.     tell application "Finder"
  3344.         open item "Dev.CD Vol. VII
  3345. Dev CD Vol. V
  3346. Dev CD Vol. IV"
  3347.         activate
  3348.     end tell
  3349. on error errMsg number errNum
  3350.     --enter statements to perform when no records are found such as...
  3351.     display dialog "Sorry, the item you selected could not be found."
  3352.     return
  3353. end try
  3354. All Packages
  3355. 6.0.5O,Dev.CD Vol. VII
  3356. Dev CD Vol. V
  3357. Dev CD Vol. IVP+Dev.CD Vol. VII
  3358. Dev CD Vol. V
  3359. Dev CD Vol. IV
  3360. 1479X
  3361. Vol. V
  3362. --set theItem to choose file -- uncomment to test in an AS editor
  3363.     tell application "Finder"
  3364.         open item "Dev.CD Vol. VII
  3365. Dev CD Vol. V
  3366. Dev CD Vol. IV"
  3367.         activate
  3368.     end tell
  3369. on error errMsg number errNum
  3370.     --enter statements to perform when no records are found such as...
  3371.     display dialog "Sorry, the item you selected could not be found."
  3372.     return
  3373. end try
  3374. All Packages
  3375. 6.0.5O
  3376. Dev CD Vol. V
  3377. Dev CD Vol. IVP
  3378. Dev CD Vol. V
  3379. Dev CD Vol. IV
  3380. 1480X
  3381. Vol. V
  3382. q--set theItem to choose file -- uncomment to test in an AS editor
  3383.     tell application "Finder"
  3384.         open item "Dev CD Vol. V
  3385. Dev CD Vol. IV"
  3386.         activate
  3387.     end tell
  3388. on error errMsg number errNum
  3389.     --enter statements to perform when no records are found such as...
  3390.     display dialog "Sorry, the item you selected could not be found."
  3391.     return
  3392. end try
  3393. All Packages
  3394. 6.0.5O
  3395. Dev CD Vol. V
  3396. Dev CD Vol. IVP
  3397. Dev CD Vol. V
  3398. Dev CD Vol. IV
  3399. 1481X
  3400. Vol. V
  3401. q--set theItem to choose file -- uncomment to test in an AS editor
  3402.     tell application "Finder"
  3403.         open item "Dev CD Vol. V
  3404. Dev CD Vol. IV"
  3405.         activate
  3406.     end tell
  3407. on error errMsg number errNum
  3408.     --enter statements to perform when no records are found such as...
  3409.     display dialog "Sorry, the item you selected could not be found."
  3410.     return
  3411. end try
  3412. All Packages
  3413. 1482X
  3414. --set theItem to choose file -- uncomment to test in an AS editor
  3415.     tell application "Finder"
  3416.         open item "Dev.CD Vol. VII
  3417. Dev CD Vol. V
  3418. Dev CD Vol. IV"
  3419.         activate
  3420.     end tell
  3421. on error errMsg number errNum
  3422.     --enter statements to perform when no records are found such as...
  3423.     display dialog "Sorry, the item you selected could not be found."
  3424.     return
  3425. end try
  3426. 6.0.5O
  3427. Dev CD Vol. V
  3428. Dev CD Vol. IVP
  3429. Dev CD Vol. V
  3430. Dev CD Vol. IV
  3431. 1482X
  3432. Vol. V
  3433. q--set theItem to choose file -- uncomment to test in an AS editor
  3434.     tell application "Finder"
  3435.         open item "Dev CD Vol. V
  3436. Dev CD Vol. IV"
  3437.         activate
  3438.     end tell
  3439. on error errMsg number errNum
  3440.     --enter statements to perform when no records are found such as...
  3441.     display dialog "Sorry, the item you selected could not be found."
  3442.     return
  3443. end try
  3444. All Packages
  3445. 6.0.5O
  3446. Dev CD Vol. V
  3447. Dev CD Vol. IVP
  3448. Dev CD Vol. V
  3449. Dev CD Vol. IV
  3450. 1483X
  3451. Vol. V
  3452. q--set theItem to choose file -- uncomment to test in an AS editor
  3453.     tell application "Finder"
  3454.         open item "Dev CD Vol. V
  3455. Dev CD Vol. IV"
  3456.         activate
  3457.     end tell
  3458. on error errMsg number errNum
  3459.     --enter statements to perform when no records are found such as...
  3460.     display dialog "Sorry, the item you selected could not be found."
  3461.     return
  3462. end try
  3463. All Packages
  3464. 6.0.5V
  3465. 1484X
  3466. Dev CD Vol. V
  3467. Dev CD Vol. IVP
  3468. Dev CD Vol. V
  3469. Dev CD Vol. IV
  3470. 1484X
  3471. Vol. V
  3472. q--set theItem to choose file -- uncomment to test in an AS editor
  3473.     tell application "Finder"
  3474.         open item "Dev CD Vol. V
  3475. Dev CD Vol. IV"
  3476.         activate
  3477.     end tell
  3478. on error errMsg number errNum
  3479.     --enter statements to perform when no records are found such as...
  3480.     display dialog "Sorry, the item you selected could not be found."
  3481.     return
  3482. end try
  3483. All Packages
  3484. 6.0.5O
  3485. Dev CD Vol. VP
  3486. Dev CD Vol. V
  3487. 1485X
  3488. Vol. V
  3489. b--set theItem to choose file -- uncomment to test in an AS editor
  3490.     tell application "Finder"
  3491.         open item "Dev CD Vol. V"
  3492.         activate
  3493.     end tell
  3494. on error errMsg number errNum
  3495.     --enter statements to perform when no records are found such as...
  3496.     display dialog "Sorry, the item you selected could not be found."
  3497.     return
  3498. end try
  3499. All Packages
  3500. 6.0.5O
  3501. Dev CD Vol. V
  3502. Dev CD Vol. IVP
  3503. Dev CD Vol. V
  3504. Dev CD Vol. IV
  3505. 1486X
  3506. Vol. V
  3507. q--set theItem to choose file -- uncomment to test in an AS editor
  3508.     tell application "Finder"
  3509.         open item "Dev CD Vol. V
  3510. Dev CD Vol. IV"
  3511.         activate
  3512.     end tell
  3513. on error errMsg number errNum
  3514.     --enter statements to perform when no records are found such as...
  3515.     display dialog "Sorry, the item you selected could not be found."
  3516.     return
  3517. end try
  3518. All Packages
  3519. 6.0.5O
  3520. Dev CD Vol. VP
  3521. Dev CD Vol. V
  3522. 1487X
  3523. Vol. V
  3524. b--set theItem to choose file -- uncomment to test in an AS editor
  3525.     tell application "Finder"
  3526.         open item "Dev CD Vol. V"
  3527.         activate
  3528.     end tell
  3529. on error errMsg number errNum
  3530.     --enter statements to perform when no records are found such as...
  3531.     display dialog "Sorry, the item you selected could not be found."
  3532.     return
  3533. end try
  3534. All Packages
  3535. 6.0.5O
  3536. Dev CD Vol. V
  3537. Dev CD Vol. IVP
  3538. Dev CD Vol. V
  3539. Dev CD Vol. IV
  3540. 1488X
  3541. Vol. V
  3542. All Packages
  3543. 6.0.5O
  3544. Dev CD Vol. VP
  3545. Dev CD Vol. V
  3546. 1489X
  3547. Vol. V
  3548. b--set theItem to choose file -- uncomment to test in an AS editor
  3549.     tell application "Finder"
  3550.         open item "Dev CD Vol. V"
  3551.         activate
  3552.     end tell
  3553. on error errMsg number errNum
  3554.     --enter statements to perform when no records are found such as...
  3555.     display dialog "Sorry, the item you selected could not be found."
  3556.     return
  3557. end try
  3558. All Packages
  3559. 6.0.5O
  3560. Dev CD Vol. V
  3561. Dev CD Vol. IVP
  3562. Dev CD Vol. V
  3563. Dev CD Vol. IV
  3564. 1490X
  3565. Vol. V
  3566. q--set theItem to choose file -- uncomment to test in an AS editor
  3567.     tell application "Finder"
  3568.         open item "Dev CD Vol. V
  3569. Dev CD Vol. IV"
  3570.         activate
  3571.     end tell
  3572. on error errMsg number errNum
  3573.     --enter statements to perform when no records are found such as...
  3574.     display dialog "Sorry, the item you selected could not be found."
  3575.     return
  3576. end try
  3577. All Packages
  3578. 6.0.5O
  3579. Dev CD Vol. V
  3580. Dev CD Vol. IVV
  3581. 1491X
  3582. q--set theItem to choose file -- uncomment to test in an AS editor
  3583.     tell application "Finder"
  3584.         open item "Dev CD Vol. V
  3585. Dev CD Vol. IV"
  3586.         activate
  3587.     end tell
  3588. on error errMsg number errNum
  3589.     --enter statements to perform when no records are found such as...
  3590.     display dialog "Sorry, the item you selected could not be found."
  3591.     return
  3592. end try
  3593. Dev CD Vol. V
  3594. Dev CD Vol. IV
  3595. 1491X
  3596. Vol. V
  3597. q--set theItem to choose file -- uncomment to test in an AS editor
  3598.     tell application "Finder"
  3599.         open item "Dev CD Vol. V
  3600. Dev CD Vol. IV"
  3601.         activate
  3602.     end tell
  3603. on error errMsg number errNum
  3604.     --enter statements to perform when no records are found such as...
  3605.     display dialog "Sorry, the item you selected could not be found."
  3606.     return
  3607. end try
  3608. All Packages
  3609. 6.0.5O
  3610. Dev CD Vol. VP
  3611. Dev CD Vol. V
  3612. 1492X
  3613. Vol. V
  3614. b--set theItem to choose file -- uncomment to test in an AS editor
  3615.     tell application "Finder"
  3616.         open item "Dev CD Vol. V"
  3617.         activate
  3618.     end tell
  3619. on error errMsg number errNum
  3620.     --enter statements to perform when no records are found such as...
  3621.     display dialog "Sorry, the item you selected could not be found."
  3622.     return
  3623. end try
  3624. All Packages
  3625. 6.0.5O
  3626. Dev CD Vol. IVP
  3627. Dev CD Vol. IV
  3628. 1493X
  3629. Vol. I
  3630. All Packages
  3631. 6.0.6OvDev.CD Mar 92
  3632. Dev.CD Feb 92
  3633. Dev.CD Jan 92
  3634. Dev.CD Vol. XI
  3635. Dev.CD Vol. X
  3636. Dev.CD Vol. IX
  3637. Dev.CD Vol. VIII
  3638. Dev.CD Vol. VIIPuDev.CD Mar 92
  3639. Dev.CD Feb 92
  3640. Dev.CD Jan 92
  3641. Dev.CD Vol. XI
  3642. Dev.CD Vol. X
  3643. Dev.CD Vol. IX
  3644. Dev.CD Vol. VIII
  3645. Dev.CD Vol. VIV
  3646. 1494X
  3647. Mar 92
  3648. --set theItem to choose file -- uncomment to test in an AS editor
  3649.     tell application "Finder"
  3650.         open item "Dev.CD Mar 92
  3651. Dev.CD Feb 92
  3652. Dev.CD Jan 92
  3653. Dev.CD Vol. XI
  3654. Dev.CD Vol. X
  3655. Dev.CD Vol. IX
  3656. Dev.CD Vol. VIII
  3657. Dev.CD Vol. VII"
  3658.         activate
  3659.     end tell
  3660. on error errMsg number errNum
  3661.     --enter statements to perform when no records are found such as...
  3662.     display dialog "Sorry, the item you selected could not be found."
  3663.     return
  3664. end try
  3665. All Packages
  3666. 6.0.7O
  3667. Dev.CD Apr 94
  3668. Dev.CD Jan 94
  3669. Dev.CD Oct 93
  3670. Dev.CD Jul 93
  3671. Dev.CD Apr 93
  3672. Dev.CD Jan 92
  3673. Dev.CD Vol. XI
  3674. Dev.CD Vol. X
  3675. Dev.CD Vol. IX
  3676. Dev.CD Vol. VIII
  3677. Dev.CD Vol. VII
  3678. Dev CD Vol. VIV
  3679. 1495X
  3680. c--set theItem to choose file -- uncomment to test in an AS editor
  3681.     tell application "Finder"
  3682.         open item "Dev CD Vol. IV"
  3683.         activate
  3684.     end tell
  3685. on error errMsg number errNum
  3686.     --enter statements to perform when no records are found such as...
  3687.     display dialog "Sorry, the item you selected could not be found."
  3688.     return
  3689. end try
  3690. Dev.CD Apr 94
  3691. Dev.CD Jan 94
  3692. Dev.CD Oct 93
  3693. Dev.CD Jul 93
  3694. Dev.CD Apr 93
  3695. Dev.CD Jan 92
  3696. Dev.CD Vol. XI
  3697. Dev.CD Vol. X
  3698. Dev.CD Vol. IX
  3699. Dev.CD Vol. VIII
  3700. Dev.CD Vol. VII
  3701. Dev CD Vol. VV
  3702. 1495X
  3703. Apr 94
  3704. --set theItem to choose file -- uncomment to test in an AS editor
  3705.     tell application "Finder"
  3706.         open item "Dev.CD Apr 94
  3707. Dev.CD Jan 94
  3708. Dev.CD Oct 93
  3709. Dev.CD Jul 93
  3710. Dev.CD Apr 93
  3711. Dev.CD Jan 92
  3712. Dev.CD Vol. XI
  3713. Dev.CD Vol. X
  3714. Dev.CD Vol. IX
  3715. Dev.CD Vol. VIII
  3716. Dev.CD Vol. VII
  3717. Dev CD Vol. VI"
  3718.         activate
  3719.     end tell
  3720. on error errMsg number errNum
  3721.     --enter statements to perform when no records are found such as...
  3722.     display dialog "Sorry, the item you selected could not be founB
  3723.     return
  3724. end try
  3725. All Packages
  3726. 6.0.7OcDev.CD July 92
  3727. Dev.CD June 92
  3728. Dev.CD May 92
  3729. Dev.CD Apr 92
  3730. Dev.CD Mar 92
  3731. Dev.CD Feb 92
  3732. Dev.CD Jan 92PbDev.CD July 92
  3733. Dev.CD June 92
  3734. Dev.CD May 92
  3735. Dev.CD Apr 92
  3736. Dev.CD Mar 92
  3737. Dev.CD Feb 92
  3738. Dev.CD Jan 9V
  3739. 1496X
  3740. July 9
  3741. All Packages
  3742. 6.0.7O
  3743. Dev.CD July 92
  3744. Dev.CD June 92
  3745. Dev.CD May 92
  3746. Dev.CD Apr 92
  3747. Dev.CD Mar 92
  3748. Dev.CD Feb 92
  3749. Dev.CD Jan 92
  3750. Dev.CD Vol. XI
  3751. Dev.CD Vol. X
  3752. Dev.CD Vol. IX
  3753. Dev.CD Vol. VIIIP
  3754. Dev.CD July 92
  3755. Dev.CD June 92
  3756. Dev.CD May 92
  3757. Dev.CD Apr 92
  3758. Dev.CD Mar 92
  3759. Dev.CD Feb 92
  3760. Dev.CD Jan 92
  3761. Dev.CD Vol. XI
  3762. Dev.CD Vol. X
  3763. Dev.CD Vol. IX
  3764. Dev.CD Vol. VIIV
  3765. 1497X
  3766. July 9
  3767. --set theItem to choose file -- uncomment to test in an AS editor
  3768.     tell application "Finder"
  3769.         open item "Dev.CD July 92
  3770. Dev.CD June 92
  3771. Dev.CD May 92
  3772. Dev.CD Apr 92
  3773. Dev.CD Mar 92
  3774. Dev.CD Feb 92
  3775. Dev.CD Jan 92
  3776. Dev.CD Vol. XI
  3777. Dev.CD Vol. X
  3778. Dev.CD Vol. IX
  3779. Dev.CD Vol. VIII"
  3780.         activate
  3781.     end tell
  3782. on error errMsg number errNum
  3783.     --enter statements to perform when no records are found such as...
  3784.     display dialog "Sorry, the item you selected could not be found."
  3785.     return
  3786. end try
  3787. All Packages
  3788. 6.0.7V
  3789. 1498X
  3790. --set theItem to choose file -- uncomment to test in an AS editor
  3791.     tell application "Finder"
  3792.         open item "Dev.CD July 92
  3793. Dev.CD June 92
  3794. Dev.CD May 92
  3795. Dev.CD Apr 92
  3796. Dev.CD Mar 92
  3797. Dev.CD Feb 92
  3798. Dev.CD Jan 92"
  3799.         activate
  3800.     end tell
  3801. on error errMsg number errNum
  3802.     --enter statements to perform when no records are found such as...
  3803.     display dialog "Sorry, the item you selected could not be found."
  3804.     return
  3805. end try
  3806. iOcDev.CD July 92
  3807. Dev.CD June 92
  3808. Dev.CD May 92
  3809. Dev.CD Apr 92
  3810. Dev.CD Mar 92
  3811. Dev.CD Feb 92
  3812. Dev.CD Jan 92PbDev.CD July 92
  3813. Dev.CD June 92
  3814. Dev.CD May 92
  3815. Dev.CD Apr 92
  3816. Dev.CD Mar 92
  3817. Dev.CD Feb 92
  3818. Dev.CD Jan 9V
  3819. 1498X
  3820. July 9
  3821. --set theItem to choose file -- uncomment to test in an AS editor
  3822.     tell application "Finder"
  3823.         open item "Dev.CD July 92
  3824. Dev.CD June 92
  3825. Dev.CD May 92
  3826. Dev.CD Apr 92
  3827. Dev.CD Mar 92
  3828. Dev.CD Feb 92
  3829. Dev.CD Jan 92"
  3830.         activate
  3831.     end tell
  3832. on error errMsg number errNum
  3833.     --enter statements to perform when no records are found such as...
  3834.     display dialog "Sorry, the item you selected could not be found."
  3835.     return
  3836. end try
  3837. All Packages
  3838. 6.0.7O9Dev.CD July 92
  3839. Dev.CD June 92
  3840. Dev.CD May 92
  3841. Dev.CD Apr 92P8Dev.CD July 92
  3842. Dev.CD June 92
  3843. Dev.CD May 92
  3844. Dev.CD Apr 9V
  3845. 1499X
  3846. July 9
  3847. All Packages
  3848. 6.0.7O
  3849. Dev.CD July 92
  3850. Dev.CD June 92
  3851. Dev.CD May 92
  3852. Dev.CD Apr 92
  3853. Dev.CD Mar 92
  3854. Dev.CD Feb 92
  3855. Dev.CD Jan 92
  3856. Dev.CD Vol. XI
  3857. Dev.CD Vol. IX
  3858. Dev.CD Vol. VIIIP
  3859. Dev.CD July 92
  3860. Dev.CD June 92
  3861. Dev.CD May 92
  3862. Dev.CD Apr 92
  3863. Dev.CD Mar 92
  3864. Dev.CD Feb 92
  3865. Dev.CD Jan 92
  3866. Dev.CD Vol. XI
  3867. Dev.CD Vol. IX
  3868. Dev.CD Vol. VIIV
  3869. 1500X
  3870. July 9
  3871. --set theItem to choose file -- uncomment to test in an AS editor
  3872.     tell application "Finder"
  3873.         open item "Dev.CD July 92
  3874. Dev.CD June 92
  3875. Dev.CD May 92
  3876. Dev.CD Apr 92
  3877. Dev.CD Mar 92
  3878. Dev.CD Feb 92
  3879. Dev.CD Jan 92
  3880. Dev.CD Vol. XI
  3881. Dev.CD Vol. IX
  3882. Dev.CD Vol. VIII"
  3883.         activate
  3884.     end tell
  3885. on error errMsg number errNum
  3886.     --enter statements to perform when no records are found such as...
  3887.     display dialog "Sorry, the item you selected could not be found."
  3888.     return
  3889. end try
  3890. All Packages
  3891. 6.0.7V
  3892. 1501X
  3893. --set theItem to choose file -- uncomment to test in an AS editor
  3894.     tell application "Finder"
  3895.         open item "Dev.CD July 92
  3896. Dev.CD June 92
  3897. Dev.CD May 92
  3898. Dev.CD Apr 92"
  3899.         activate
  3900.     end tell
  3901. on error errMsg number errNum
  3902.     --enter statements to perform when no records are found such as...
  3903.     display dialog "Sorry, the item you selected could not be found."
  3904.     return
  3905. end try
  3906. Dev.CD July 92
  3907. Dev.CD June 92
  3908. Dev.CD May 92
  3909. Dev.CD Apr 92
  3910. Dev.CD Mar 92
  3911. Dev.CD Feb 92
  3912. Dev.CD Jan 92
  3913. Dev.CD Vol. XI
  3914. Dev.CD Vol. IX
  3915. Dev.CD Vol. VIII
  3916. Dev.CD Vol. VIIP
  3917. Dev.CD July 92
  3918. Dev.CD June 92
  3919. Dev.CD May 92
  3920. Dev.CD Apr 92
  3921. Dev.CD Mar 92
  3922. Dev.CD Feb 92
  3923. Dev.CD Jan 92
  3924. Dev.CD Vol. XI
  3925. Dev.CD Vol. IX
  3926. Dev.CD Vol. VIII
  3927. Dev.CD Vol. VIV
  3928. 1501X
  3929. July 9
  3930. --set theItem to choose file -- uncomment to test in an AS editor
  3931.     tell application "Finder"
  3932.         open item "Dev.CD July 92
  3933. Dev.CD June 92
  3934. Dev.CD May 92
  3935. Dev.CD Apr 92
  3936. Dev.CD Mar 92
  3937. Dev.CD Feb 92
  3938. Dev.CD Jan 92
  3939. Dev.CD Vol. XI
  3940. Dev.CD Vol. IX
  3941. Dev.CD Vol. VIII
  3942. Dev.CD Vol. VII"
  3943.         activate
  3944.     end tell
  3945. on error errMsg number errNum
  3946.     --enter statements to perform when no records are found such as...
  3947.     display dialog "Sorry, the item you selected could not be found."
  3948.     returB    n
  3949. end try
  3950. All Packages
  3951. 6.0.7V
  3952. 1502X
  3953. mOrDev.CD July 92
  3954. Dev.CD June 92
  3955. Dev.CD May 92
  3956. Dev.CD Apr 92
  3957. Dev.CD Mar 92
  3958. Dev.CD Feb 92
  3959. Dev.CD Jan 92
  3960. Dev.CD Vol. XIPqDev.CD July 92
  3961. Dev.CD June 92
  3962. Dev.CD May 92
  3963. Dev.CD Apr 92
  3964. Dev.CD Mar 92
  3965. Dev.CD Feb 92
  3966. Dev.CD Jan 92
  3967. Dev.CD Vol. XV
  3968. 1502X
  3969. July 9
  3970. --set theItem to choose file -- uncomment to test in an AS editor
  3971.     tell application "Finder"
  3972.         open item "Dev.CD July 92
  3973. Dev.CD June 92
  3974. Dev.CD May 92
  3975. Dev.CD Apr 92
  3976. Dev.CD Mar 92
  3977. Dev.CD Feb 92
  3978. Dev.CD Jan 92
  3979. Dev.CD Vol. XI"
  3980.         activate
  3981.     end tell
  3982. on error errMsg number errNum
  3983.     --enter statements to perform when no records are found such as...
  3984.     display dialog "Sorry, the item you selected could not be found."
  3985.     return
  3986. end try
  3987. All Packages
  3988. 6.0.7O
  3989. Dev.CD July 92
  3990. Dev.CD June 92
  3991. Dev.CD May 92
  3992. Dev.CD Apr 92
  3993. Dev.CD Mar 92
  3994. Dev.CD Feb 92
  3995. Dev.CD Jan 92
  3996. Dev.CD Vol. XI
  3997. Dev.CD Vol. X
  3998. Dev.CD Vol. IX
  3999. Dev.CD Vol. VIII
  4000. Dev.CD Vol. VIIV
  4001. 1503X
  4002. Dev.CD July 92
  4003. Dev.CD June 92
  4004. Dev.CD May 92
  4005. Dev.CD Apr 92
  4006. Dev.CD Mar 92
  4007. Dev.CD Feb 92
  4008. Dev.CD Jan 92
  4009. Dev.CD Vol. XI
  4010. Dev.CD Vol. X
  4011. Dev.CD Vol. IX
  4012. Dev.CD Vol. VIII
  4013. Dev.CD Vol. VIV
  4014. 1503X
  4015. July 9
  4016. --set theItem to choose file -- uncomment to test in an AS editor
  4017.     tell application "Finder"
  4018.         open item "Dev.CD July 92
  4019. Dev.CD June 92
  4020. Dev.CD May 92
  4021. Dev.CD Apr 92
  4022. Dev.CD Mar 92
  4023. Dev.CD Feb 92
  4024. Dev.CD Jan 92
  4025. Dev.CD Vol. XI
  4026. Dev.CD Vol. X
  4027. Dev.CD Vol. IX
  4028. Dev.CD Vol. VIII
  4029. Dev.CD Vol. VII"
  4030.         activate
  4031.     end tell
  4032. on error errMsg number errNum
  4033.     --enter statements to perform when no records are found such as...
  4034.     display dialog "Sorry, the item you selected could not be fouB
  4035.     return
  4036. end try
  4037. All Packages
  4038. 6.0.7OvDev.CD Mar 92
  4039. Dev.CD Feb 92
  4040. Dev.CD Jan 92
  4041. Dev.CD Vol. XI
  4042. Dev.CD Vol. X
  4043. Dev.CD Vol. IX
  4044. Dev.CD Vol. VIII
  4045. Dev.CD Vol. VIIPuDev.CD Mar 92
  4046. Dev.CD Feb 92
  4047. Dev.CD Jan 92
  4048. Dev.CD Vol. XI
  4049. Dev.CD Vol. X
  4050. Dev.CD Vol. IX
  4051. Dev.CD Vol. VIII
  4052. Dev.CD Vol. VIV
  4053. 1504X
  4054. Mar 92
  4055. --set theItem to choose file -- uncomment to test in an AS editor
  4056.     tell application "Finder"
  4057.         open item "Dev.CD Mar 92
  4058. Dev.CD Feb 92
  4059. Dev.CD Jan 92
  4060. Dev.CD Vol. XI
  4061. Dev.CD Vol. X
  4062. Dev.CD Vol. IX
  4063. Dev.CD Vol. VIII
  4064. Dev.CD Vol. VII"
  4065.         activate
  4066.     end tell
  4067. on error errMsg number errNum
  4068.     --enter statements to perform when no records are found such as...
  4069.     display dialog "Sorry, the item you selected could not be found."
  4070.     return
  4071. end try
  4072. All Packages
  4073. 6.0.7OhDev.CD Mar 92
  4074. Dev.CD Feb 92
  4075. Dev.CD Jan 92
  4076. Dev.CD Vol. XI
  4077. Dev.CD Vol. IX
  4078. Dev.CD Vol. VIII
  4079. Dev.CD Vol. VIIPgDev.CD Mar 92
  4080. Dev.CD Feb 92
  4081. Dev.CD Jan 92
  4082. Dev.CD Vol. XI
  4083. Dev.CD Vol. IX
  4084. Dev.CD Vol. VIII
  4085. Dev.CD Vol. VIV
  4086. 1505X
  4087. Mar 92
  4088. All Packages
  4089. 6.0.7OLDev.CD Vol. X
  4090. Dev.CD Vol. IX
  4091. Dev.CD Vol. VIII
  4092. Dev.CD Vol. VII
  4093. Dev CD Vol. VIPKDev.CD Vol. X
  4094. Dev.CD Vol. IX
  4095. Dev.CD Vol. VIII
  4096. Dev.CD Vol. VII
  4097. Dev CD Vol. VV
  4098. 1506X
  4099. Vol. X
  4100. --set theItem to choose file -- uncomment to test in an AS editor
  4101.     tell application "Finder"
  4102.         open item "Dev.CD Vol. X
  4103. Dev.CD Vol. IX
  4104. Dev.CD Vol. VIII
  4105. Dev.CD Vol. VII
  4106. Dev CD Vol. VI"
  4107.         activate
  4108.     end tell
  4109. on error errMsg number errNum
  4110.     --enter statements to perform when no records are found such as...
  4111.     display dialog "Sorry, the item you selected could not be found."
  4112.     return
  4113. end try
  4114. All Packages
  4115. 6.0.7O=Dev.CD Vol. X
  4116. Dev.CD Vol. IX
  4117. Dev.CD Vol. VIII
  4118. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4119. Dev.CD Vol. IX
  4120. Dev.CD Vol. VIII
  4121. Dev.CD Vol. VIV
  4122. 1507X
  4123. Vol. X
  4124. --set theItem to choose file -- uncomment to test in an AS editor
  4125.     tell application "Finder"
  4126.         open item "Dev.CD Mar 92
  4127. Dev.CD Feb 92
  4128. Dev.CD Jan 92
  4129. Dev.CD Vol. XI
  4130. Dev.CD Vol. IX
  4131. Dev.CD Vol. VIII
  4132. Dev.CD Vol. VII"
  4133.         activate
  4134.     end tell
  4135. on error errMsg number errNum
  4136.     --enter statements to perform when no records are found such as...
  4137.     display dialog "Sorry, the item you selected could not be found."
  4138.     return
  4139. end try
  4140. All Packages
  4141. 6.0.7O=Dev.CD Vol. X
  4142. Dev.CD Vol. IX
  4143. Dev.CD Vol. VIII
  4144. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4145. Dev.CD Vol. IX
  4146. Dev.CD Vol. VIII
  4147. Dev.CD Vol. VIV
  4148. 1508X
  4149. Vol. X
  4150. --set theItem to choose file -- uncomment to test in an AS editor
  4151.     tell application "Finder"
  4152.         open item "Dev.CD Vol. X
  4153. Dev.CD Vol. IX
  4154. Dev.CD Vol. VIII
  4155. Dev.CD Vol. VII"
  4156.         activate
  4157.     end tell
  4158. on error errMsg number errNum
  4159.     --enter statements to perform when no records are found such as...
  4160.     display dialog "Sorry, the item you selected could not be found."
  4161.     return
  4162. end try
  4163. All Packages
  4164. 6.0.7O=Dev.CD Vol. X
  4165. Dev.CD Vol. IX
  4166. Dev.CD Vol. VIII
  4167. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4168. Dev.CD Vol. IX
  4169. Dev.CD Vol. VIII
  4170. Dev.CD Vol. VIV
  4171. 1509X
  4172. Vol. X
  4173. --set theItem to choose file -- uncomment to test in an AS editor
  4174.     tell application "Finder"
  4175.         open item "Dev.CD Vol. X
  4176. Dev.CD Vol. IX
  4177. Dev.CD Vol. VIII
  4178. Dev.CD Vol. VII"
  4179.         activate
  4180.     end tell
  4181. on error errMsg number errNum
  4182.     --enter statements to perform when no records are found such as...
  4183.     display dialog "Sorry, the item you selected could not be found."
  4184.     return
  4185. end try
  4186. All Packages
  4187. 6.0.7O=Dev.CD Vol. X
  4188. Dev.CD Vol. IX
  4189. Dev.CD Vol. VIII
  4190. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4191. Dev.CD Vol. IX
  4192. Dev.CD Vol. VIII
  4193. Dev.CD Vol. VIV
  4194. 1510X
  4195. Vol. X
  4196. --set theItem to choose file -- uncomment to test in an AS editor
  4197.     tell application "Finder"
  4198.         open item "Dev.CD Vol. X
  4199. Dev.CD Vol. IX
  4200. Dev.CD Vol. VIII
  4201. Dev.CD Vol. VII"
  4202.         activate
  4203.     end tell
  4204. on error errMsg number errNum
  4205.     --enter statements to perform when no records are found such as...
  4206.     display dialog "Sorry, the item you selected could not be found."
  4207.     return
  4208. end try
  4209. All Packages
  4210. 6.0.7O=Dev.CD Vol. X
  4211. Dev.CD Vol. IX
  4212. Dev.CD Vol. VIII
  4213. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4214. Dev.CD Vol. IX
  4215. Dev.CD Vol. VIII
  4216. Dev.CD Vol. VIV
  4217. 1511X
  4218. Vol. X
  4219. --set theItem to choose file -- uncomment to test in an AS editor
  4220.     tell application "Finder"
  4221.         open item "Dev.CD Vol. X
  4222. Dev.CD Vol. IX
  4223. Dev.CD Vol. VIII
  4224. Dev.CD Vol. VII"
  4225.         activate
  4226.     end tell
  4227. on error errMsg number errNum
  4228.     --enter statements to perform when no records are found such as...
  4229.     display dialog "Sorry, the item you selected could not be found."
  4230.     return
  4231. end try
  4232. All Packages
  4233. 6.0.7O=Dev.CD Vol. X
  4234. Dev.CD Vol. IX
  4235. Dev.CD Vol. VIII
  4236. Dev.CD Vol. VIIP<Dev.CD Vol. X
  4237. Dev.CD Vol. IX
  4238. Dev.CD Vol. VIII
  4239. Dev.CD Vol. VIV
  4240. 1512X
  4241. Vol. X
  4242. --set theItem to choose file -- uncomment to test in an AS editor
  4243.     tell application "Finder"
  4244.         open item "Dev.CD Vol. X
  4245. Dev.CD Vol. IX
  4246. Dev.CD Vol. VIII
  4247. Dev.CD Vol. VII"
  4248.         activate
  4249.     end tell
  4250. on error errMsg number errNum
  4251.     --enter statements to perform when no records are found such as...
  4252.     display dialog "Sorry, the item you selected could not be found."
  4253.     return
  4254. end try
  4255. All Packages
  4256. 6.0.7O/Dev.CD Vol. IX
  4257. Dev.CD Vol. VIII
  4258. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4259. Dev.CD Vol. VIII
  4260. Dev.CD Vol. VIV
  4261. 1513X
  4262. Vol. I
  4263. --set theItem to choose file -- uncomment to test in an AS editor
  4264.     tell application "Finder"
  4265.         open item "Dev.CD Vol. X
  4266. Dev.CD Vol. IX
  4267. Dev.CD Vol. VIII
  4268. Dev.CD Vol. VII"
  4269.         activate
  4270.     end tell
  4271. on error errMsg number errNum
  4272.     --enter statements to perform when no records are found such as...
  4273.     display dialog "Sorry, the item you selected could not be found."
  4274.     return
  4275. end try
  4276. All Packages
  4277. 6.0.7O/Dev.CD Vol. IX
  4278. Dev.CD Vol. VIII
  4279. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4280. Dev.CD Vol. VIII
  4281. Dev.CD Vol. VIV
  4282. 1514X
  4283. Vol. I
  4284. --set theItem to choose file -- uncomment to test in an AS editor
  4285.     tell application "Finder"
  4286.         open item "Dev.CD Vol. IX
  4287. Dev.CD Vol. VIII
  4288. Dev.CD Vol. VII"
  4289.         activate
  4290.     end tell
  4291. on error errMsg number errNum
  4292.     --enter statements to perform when no records are found such as...
  4293.     display dialog "Sorry, the item you selected could not be found."
  4294.     return
  4295. end try
  4296. All Packages
  4297. 6.0.7O/Dev.CD Vol. IX
  4298. Dev.CD Vol. VIII
  4299. Dev.CD Vol. VIIP.Dev.CD Vol. IX
  4300. Dev.CD Vol. VIII
  4301. Dev.CD Vol. VIV
  4302. 1515X
  4303. Vol. I
  4304. --set theItem to choose file -- uncomment to test in an AS editor
  4305.     tell application "Finder"
  4306.         open item "Dev.CD Vol. IX
  4307. Dev.CD Vol. VIII
  4308. Dev.CD Vol. VII"
  4309.         activate
  4310.     end tell
  4311. on error errMsg number errNum
  4312.     --enter statements to perform when no records are found such as...
  4313.     display dialog "Sorry, the item you selected could not be found."
  4314.     return
  4315. end try
  4316. All Packages
  4317. 6.0.7O Dev.CD Vol. VIII
  4318. Dev.CD Vol. VIIP
  4319. Dev.CD Vol. VIII
  4320. Dev.CD Vol. VIV
  4321. 1516X
  4322. Vol. V
  4323. u--set theItem to choose file -- uncomment to test in an AS editor
  4324.     tell application "Finder"
  4325.         open item "Dev.CD Vol. VIII
  4326. Dev.CD Vol. VII"
  4327.         activate
  4328.     end tell
  4329. on error errMsg number errNum
  4330.     --enter statements to perform when no records are found such as...
  4331.     display dialog "Sorry, the item you selected could not be found."
  4332.     return
  4333. end try
  4334. All Packages
  4335. 6.0.7O Dev.CD Vol. VIII
  4336. Dev.CD Vol. VIIP
  4337. Dev.CD Vol. VIII
  4338. Dev.CD Vol. VIV
  4339. 1517X
  4340. Vol. V
  4341. u--set theItem to choose file -- uncomment to test in an AS editor
  4342.     tell application "Finder"
  4343.         open item "Dev.CD Vol. VIII
  4344. Dev.CD Vol. VII"
  4345.         activate
  4346.     end tell
  4347. on error errMsg number errNum
  4348.     --enter statements to perform when no records are found such as...
  4349.     display dialog "Sorry, the item you selected could not be found."
  4350.     return
  4351. end try
  4352. --set theItem to choose file -- uncomment to test in an AS editor
  4353.     tell application "Finder"
  4354.         open item "Dev.CD Vol. IX
  4355. Dev.CD Vol. VIII
  4356. Dev.CD Vol. VII"
  4357.         activate
  4358.     end tell
  4359. on error errMsg number errNum
  4360.     --enter statements to perform when no records are found such as...
  4361.     display dialog "Sorry, the item you selected could not be found."
  4362.     return
  4363. end try
  4364. All Packages
  4365. 6.0.7O
  4366. Dev.CD Vol. VIIIP
  4367. Dev.CD Vol. VIIV
  4368. 1518X
  4369. Vol. V
  4370. e--set theItem to choose file -- uncomment to test in an AS editor
  4371.     tell application "Finder"
  4372.         open item "Dev.CD Vol. VIII"
  4373.         activate
  4374.     end tell
  4375. on error errMsg number errNum
  4376.     --enter statements to perform when no records are found such as...
  4377.     display dialog "Sorry, the item you selected could not be found."
  4378.     return
  4379. end try
  4380. All Packages
  4381. 6.0.7O
  4382. Dev.CD Vol. VIIP
  4383. Dev.CD Vol. VIV
  4384. 1519X
  4385. Vol. V
  4386. d--set theItem to choose file -- uncomment to test in an AS editor
  4387.     tell application "Finder"
  4388.         open item "Dev.CD Vol. VII"
  4389.         activate
  4390.     end tell
  4391. on error errMsg number errNum
  4392.     --enter statements to perform when no records are found such as...
  4393.     display dialog "Sorry, the item you selected could not be found."
  4394.     return
  4395. end try
  4396. All Packages
  4397. 6.0.7O
  4398. Dev.CD Vol. VIIP
  4399. Dev.CD Vol. VIV
  4400. 1520X
  4401. Vol. V
  4402. All Packages
  4403. 6.0.7O
  4404. Dev.CD Vol. VIIP
  4405. Dev.CD Vol. VIV
  4406. 1521X
  4407. Vol. V
  4408. d--set theItem to choose file -- uncomment to test in an AS editor
  4409.     tell application "Finder"
  4410.         open item "Dev.CD Vol. VII"
  4411.         activate
  4412.     end tell
  4413. on error errMsg number errNum
  4414.     --enter statements to perform when no records are found such as...
  4415.     display dialog "Sorry, the item you selected could not be found."
  4416.     return
  4417. end try
  4418. All Packages
  4419. 6.0.7O
  4420. Dev.CD Vol. VIIP
  4421. Dev.CD Vol. VIV
  4422. 1522X
  4423. Vol. V
  4424. d--set theItem to choose file -- uncomment to test in an AS editor
  4425.     tell application "Finder"
  4426.         open item "Dev.CD Vol. VII"
  4427.         activate
  4428.     end tell
  4429. on error errMsg number errNum
  4430.     --enter statements to perform when no records are found such as...
  4431.     display dialog "Sorry, the item you selected could not be found."
  4432.     return
  4433. end try
  4434. All Packages
  4435. 6.0.7O
  4436. Dev.CD Vol. VIIP
  4437. Dev.CD Vol. VIV
  4438. 1523X
  4439. Vol. V
  4440. d--set theItem to choose file -- uncomment to test in an AS editor
  4441.     tell application "Finder"
  4442.         open item "Dev.CD Vol. VII"
  4443.         activate
  4444.     end tell
  4445. on error errMsg number errNum
  4446.     --enter statements to perform when no records are found such as...
  4447.     display dialog "Sorry, the item you selected could not be found."
  4448.     return
  4449. end try
  4450. software
  4451. chest
  4452. editionW
  4453. All Packages
  4454. 6.0.7.1OpDev.CD Apr 94
  4455. Dev.CD Jan 94
  4456. Dev.CD Oct 93
  4457. Dev.CD Aug 93
  4458. Dev.CD Mar 92
  4459. Dev.CD Feb 92
  4460. Dev.CD Jan 92
  4461. Dev.CD Vol. XIPoDev.CD Apr 94
  4462. Dev.CD Jan 94
  4463. Dev.CD Oct 93
  4464. Dev.CD Aug 93
  4465. Dev.CD Mar 92
  4466. Dev.CD Feb 92
  4467. Dev.CD Jan 92
  4468. Dev.CD Vol. XV
  4469. 1524X
  4470. Apr 94
  4471. --set theItem to choose file -- uncomment to test in an AS editor
  4472.     tell application "Finder"
  4473.         open item "Dev.CD Apr 94
  4474. Dev.CD Jan 94
  4475. Dev.CD Oct 93
  4476. Dev.CD Aug 93
  4477. Dev.CD Mar 92
  4478. Dev.CD Feb 92
  4479. Dev.CD Jan 92
  4480. Dev.CD Vol. XI"
  4481.         activate
  4482.     end tell
  4483. on error errMsg number errNum
  4484.     --enter statements to perform when no records are found such as...
  4485.     display dialog "Sorry, the item you selected could not be found."
  4486.     return
  4487. end try
  4488. All Packages
  4489. 6.0.7.1O8Dev.CD Mar 92
  4490. Dev.CD Feb 92
  4491. Dev.CD Jan 92
  4492. Dev.CD Vol. XIP7Dev.CD Mar 92
  4493. Dev.CD Feb 92
  4494. Dev.CD Jan 92
  4495. Dev.CD Vol. XV
  4496. 1525X
  4497. Mar 92
  4498. d--set theItem to choose file -- uncomment to test in an AS editor
  4499.     tell application "Finder"
  4500.         open item "Dev.CD Vol. VII"
  4501.         activate
  4502.     end tell
  4503. on error errMsg number errNum
  4504.     --enter statements to perform when no records are found such as...
  4505.     display dialog "Sorry, the item you selected could not be found."
  4506.     return
  4507. end try
  4508. All Packages
  4509. 6.0.7.1O;Dev.CD Vol. XI
  4510. Dev.CD Vol. X
  4511. Dev.CD Vol. IX
  4512. Dev.CD Vol. VIIP:Dev.CD Vol. XI
  4513. Dev.CD Vol. X
  4514. Dev.CD Vol. IX
  4515. Dev.CD Vol. VIV
  4516. 1526X
  4517. Vol. X
  4518. --set theItem to choose file -- uncomment to test in an AS editor
  4519.     tell application "Finder"
  4520.         open item "Dev.CD Vol. XI
  4521. Dev.CD Vol. X
  4522. Dev.CD Vol. IX
  4523. Dev.CD Vol. VII"
  4524.         activate
  4525.     end tell
  4526. on error errMsg number errNum
  4527.     --enter statements to perform when no records are found such as...
  4528.     display dialog "Sorry, the item you selected could not be found."
  4529.     return
  4530. end try
  4531. All Packages
  4532. 6.0.8
  4533. Dev.CD Apr 94
  4534. Dev.CD Jan 94
  4535. Dev.CD Oct 93
  4536. Dev.CD Jul 93
  4537. Dev.CD Apr 93
  4538. Dev.CD Mar 93
  4539. Dev.CD Feb 93
  4540. Dev.CD Jan 93
  4541. Dev.CD Nov/Dec 92
  4542. Dev.CD Oct 92
  4543. Dev.CD May 92
  4544. Dev.CD Apr 92
  4545. Dev.CD Mar 92
  4546. Dev.CD Feb 92
  4547. Dev.CD Jan 92
  4548. Dev.CD Vol. XI
  4549. Dev.CD Vol. X
  4550. Dev.CD Vol. IX
  4551. 1527X
  4552. --set theItem to choose file -- uncomment to test in an AS editor
  4553.     tell application "Finder"
  4554.         open item "Dev.CD Mar 92
  4555. Dev.CD Feb 92
  4556. Dev.CD Jan 92
  4557. Dev.CD Vol. XI"
  4558.         activate
  4559.     end tell
  4560. on error errMsg number errNum
  4561.     --enter statements to perform when no records are found such as...
  4562.     display dialog "Sorry, the item you selected could not be found."
  4563.     return
  4564. end try
  4565. 1527X
  4566. Apr 94
  4567. --set theItem to choose file -- uncomment to test in an AS editor
  4568.     tell application "Finder"
  4569.         open item "Dev.CD Apr 94
  4570. Dev.CD Jan 94
  4571. Dev.CD Oct 93
  4572. Dev.CD Jul 93
  4573. Dev.CD Apr 93
  4574. Dev.CD Mar 93
  4575. Dev.CD Feb 93
  4576. Dev.CD Jan 93
  4577. Dev.CD Nov/Dec 92
  4578. Dev.CD Oct 92
  4579. Dev.CD May 92
  4580. Dev.CD Apr 92
  4581. Dev.CD Mar 92
  4582. Dev.CD Feb 92
  4583. Dev.CD Jan 92
  4584. Dev.CD Vol. XI
  4585. Dev.CD Vol. X
  4586. Dev.CD Vol. IX"
  4587.         activate
  4588.     end tell
  4589. on error errMsg number errNum
  4590.     --enter statements to perform when no records are fBhound such as...
  4591.     display dialog "Sorry, the item you selected could not be found."
  4592.     return
  4593. end try
  4594. All Packages
  4595. 6.0.8.1OIDev.CD June 92
  4596. Dev.CD May 92
  4597. Dev.CD Apr 92
  4598. Dev.CD Mar 92
  4599. Dev.CD Vol. VIIIPHDev.CD June 92
  4600. Dev.CD May 92
  4601. Dev.CD Apr 92
  4602. Dev.CD Mar 92
  4603. Dev.CD Vol. VIIV
  4604. 1528X
  4605. June 9
  4606. Dev.CD Apr 94
  4607. Dev.CD Jan 94
  4608. Dev.CD Oct 93
  4609. Dev.CD Jul 93
  4610. Dev.CD Apr 93
  4611. Dev.CD Mar 93
  4612. Dev.CD Feb 93
  4613. Dev.CD Jan 93
  4614. Dev.CD Nov/Dec 92
  4615. Dev.CD Oct 92
  4616. Dev.CD May 92
  4617. Dev.CD Apr 92
  4618. Dev.CD Mar 92
  4619. Dev.CD Feb 92
  4620. Dev.CD Jan 92
  4621. Dev.CD Vol. XI
  4622. Dev.CD Vol. X
  4623. Dev.CD Vol. I
  4624. All Packages
  4625. 6.1O8Dev.CD Feb 92
  4626. Dev.CD Jan 92
  4627. Dev.CD Vol. XI
  4628. Dev.CD Vol. XP7Dev.CD Feb 92
  4629. Dev.CD Jan 92
  4630. Dev.CD Vol. XI
  4631. Dev.CD Vol. V
  4632. 1529X
  4633. Feb 92
  4634. --set theItem to choose file -- uncomment to test in an AS editor
  4635.     tell application "Finder"
  4636.         open item "Dev.CD Feb 92
  4637. Dev.CD Jan 92
  4638. Dev.CD Vol. XI
  4639. Dev.CD Vol. X"
  4640.         activate
  4641.     end tell
  4642. on error errMsg number errNum
  4643.     --enter statements to perform when no records are found such as...
  4644.     display dialog "Sorry, the item you selected could not be found."
  4645.     return
  4646. end try
  4647. All Packages
  4648. 6.1O8Dev.CD Feb 92
  4649. Dev.CD Jan 92
  4650. Dev.CD Vol. XI
  4651. Dev.CD Vol. XP7Dev.CD Feb 92
  4652. Dev.CD Jan 92
  4653. Dev.CD Vol. XI
  4654. Dev.CD Vol. V
  4655. 1530X
  4656. Feb 92
  4657. --set theItem to choose file -- uncomment to test in an AS editor
  4658.     tell application "Finder"
  4659.         open item "Dev.CD June 92
  4660. Dev.CD May 92
  4661. Dev.CD Apr 92
  4662. Dev.CD Mar 92
  4663. Dev.CD Vol. VIII"
  4664.         activate
  4665.     end tell
  4666. on error errMsg number errNum
  4667.     --enter statements to perform when no records are found such as...
  4668.     display dialog "Sorry, the item you selected could not be found."
  4669.     return
  4670. end try
  4671. packages
  4672. packagesA
  4673. All Packages
  4674. 601 Processor Upgrade EnablerO
  4675. Dev.CD Jul 95P
  4676. Dev.CD Jul 9V
  4677. 1531X
  4678. Jul 95
  4679. b--set theItem to choose file -- uncomment to test in an AS editor
  4680.     tell application "Finder"
  4681.         open item "Dev.CD Jul 95"
  4682.         activate
  4683.     end tell
  4684. on error errMsg number errNum
  4685.     --enter statements to perform when no records are found such as...
  4686.     display dialog "Sorry, the item you selected could not be found."
  4687.     return
  4688. end try
  4689. All Packages
  4690. 601 Processor Upgrade EnablerO
  4691. Dev.CD Jul 95P
  4692. Dev.CD Jul 9V
  4693. 1532X
  4694. Jul 95
  4695. b--set theItem to choose file -- uncomment to test in an AS editor
  4696.     tell application "Finder"
  4697.         open item "Dev.CD Jul 95"
  4698.         activate
  4699.     end tell
  4700. on error errMsg number errNum
  4701.     --enter statements to perform when no records are found such as...
  4702.     display dialog "Sorry, the item you selected could not be found."
  4703.     return
  4704. end try
  4705. All Packages
  4706. 601 Processor Upgrade EnablerV
  4707. 1533X
  4708. --set theItem to choose file -- uncomment to test in an AS editor
  4709.     tell application "Finder"
  4710.         open item "Dev.CD Feb 92
  4711. Dev.CD Jan 92
  4712. Dev.CD Vol. XI
  4713. Dev.CD Vol. X"
  4714.         activate
  4715.     end tell
  4716. on error errMsg number errNum
  4717.     --enter statements to perform when no records are found such as...
  4718.     display dialog "Sorry, the item you selected could not be found."
  4719.     return
  4720. end try
  4721. Dev.CD Jul 95P
  4722. Dev.CD Jul 9V
  4723. 1533X
  4724. Jul 95
  4725. b--set theItem to choose file -- uncomment to test in an AS editor
  4726.     tell application "Finder"
  4727.         open item "Dev.CD Jul 95"
  4728.         activate
  4729.     end tell
  4730. on error errMsg number errNum
  4731.     --enter statements to perform when no records are found such as...
  4732.     display dialog "Sorry, the item you selected could not be found."
  4733.     return
  4734. end try
  4735. All Packages
  4736. 601 Processor Upgrade EnablerO
  4737. Dev.CD Jul 95P
  4738. Dev.CD Jul 9V
  4739. 1534X
  4740. Jul 95
  4741. b--set theItem to choose file -- uncomment to test in an AS editor
  4742.     tell application "Finder"
  4743.         open item "Dev.CD Jul 95"
  4744.         activate
  4745.     end tell
  4746. on error errMsg number errNum
  4747.     --enter statements to perform when no records are found such as...
  4748.     display dialog "Sorry, the item you selected could not be found."
  4749.     return
  4750. end try
  4751. All Packages
  4752. 601 Processor Upgrade EnablerO
  4753. Dev.CD Jul 95P
  4754. Dev.CD Jul 9V
  4755. 1535X
  4756. Jul 95
  4757. All Packages
  4758. 601 Processor Upgrade EnablerO
  4759. Dev.CD Jul 95P
  4760. Dev.CD Jul 9V
  4761. 1536X
  4762. Jul 95
  4763. b--set theItem to choose file -- uncomment to test in an AS editor
  4764.     tell application "Finder"
  4765.         open item "Dev.CD Jul 95"
  4766.         activate
  4767.     end tell
  4768. on error errMsg number errNum
  4769.     --enter statements to perform when no records are found such as...
  4770.     display dialog "Sorry, the item you selected could not be found."
  4771.     return
  4772. end try
  4773. All Packages
  4774. 601 Processor Upgrade EnablerO
  4775. Dev.CD Jul 95P
  4776. Dev.CD Jul 9V
  4777. 1537X
  4778. Jul 95
  4779. b--set theItem to choose file -- uncomment to test in an AS editor
  4780.     tell application "Finder"
  4781.         open item "Dev.CD Jul 95"
  4782.         activate
  4783.     end tell
  4784. on error errMsg number errNum
  4785.     --enter statements to perform when no records are found such as...
  4786.     display dialog "Sorry, the item you selected could not be found."
  4787.     return
  4788. end try
  4789. All Packages
  4790. 601 Processor Upgrade EnablerV
  4791. 1538X
  4792. b--set theItem to choose file -- uncomment to test in an AS editor
  4793.     tell application "Finder"
  4794.         open item "Dev.CD Jul 95"
  4795.         activate
  4796.     end tell
  4797. on error errMsg number errNum
  4798.     --enter statements to perform when no records are found such as...
  4799.     display dialog "Sorry, the item you selected could not be found."
  4800.     return
  4801. end try
  4802. Dev.CD Jul 95P
  4803. Dev.CD Jul 9V
  4804. 1538X
  4805. Jul 95
  4806. b--set theItem to choose file -- uncomment to test in an AS editor
  4807.     tell application "Finder"
  4808.         open item "Dev.CD Jul 95"
  4809.         activate
  4810.     end tell
  4811. on error errMsg number errNum
  4812.     --enter statements to perform when no records are found such as...
  4813.     display dialog "Sorry, the item you selected could not be found."
  4814.     return
  4815. end try
  4816. All Packages
  4817. 601 Processor Upgrade EnablerO
  4818. Dev.CD Jul 95P
  4819. Dev.CD Jul 9V
  4820. 1539X
  4821. Jul 95
  4822. b--set theItem to choose file -- uncomment to test in an AS editor
  4823.     tell application "Finder"
  4824.         open item "Dev.CD Jul 95"
  4825.         activate
  4826.     end tell
  4827. on error errMsg number errNum
  4828.     --enter statements to perform when no records are found such as...
  4829.     display dialog "Sorry, the item you selected could not be found."
  4830.     return
  4831. end try
  4832. All Packages
  4833. 601 Processor Upgrade EnablerO
  4834. Dev.CD Jul 95P
  4835. Dev.CD Jul 9V
  4836. 1540X
  4837. Jul 95
  4838. All Packages
  4839. 601 Processor Upgrade EnablerO
  4840. Dev.CD Jul 95P
  4841. Dev.CD Jul 9V
  4842. 1541X
  4843. Jul 95
  4844. b--set theItem to choose file -- uncomment to test in an AS editor
  4845.     tell application "Finder"
  4846.         open item "Dev.CD Jul 95"
  4847.         activate
  4848.     end tell
  4849. on error errMsg number errNum
  4850.     --enter statements to perform when no records are found such as...
  4851.     display dialog "Sorry, the item you selected could not be found."
  4852.     return
  4853. end try
  4854. All Packages
  4855. 601 Processor Upgrade EnablerO
  4856. Dev.CD Jul 95P
  4857. Dev.CD Jul 9V
  4858. 1542X
  4859. Jul 95
  4860. b--set theItem to choose file -- uncomment to test in an AS editor
  4861.     tell application "Finder"
  4862.         open item "Dev.CD Jul 95"
  4863.         activate
  4864.     end tell
  4865. on error errMsg number errNum
  4866.     --enter statements to perform when no records are found such as...
  4867.     display dialog "Sorry, the item you selected could not be found."
  4868.     return
  4869. end try
  4870. All Packages
  4871. 1543X
  4872. b--set theItem to choose file -- uncomment to test in an AS editor
  4873.     tell application "Finder"
  4874.         open item "Dev.CD Jul 95"
  4875.         activate
  4876.     end tell
  4877. on error errMsg number errNum
  4878.     --enter statements to perform when no records are found such as...
  4879.     display dialog "Sorry, the item you selected could not be found."
  4880.     return
  4881. end try
  4882. Dev.CD Jan 94
  4883. Dev.CD Oct 93
  4884. Dev.CD May 92
  4885. Dev.CD Apr 92
  4886. Dev.CD Mar 92
  4887. Dev.CD Feb 92
  4888. Dev.CD Jan 92
  4889. Dev.CD Vol. XI
  4890. Dev.CD Vol. X
  4891. Dev.CD Vol. IX
  4892. Dev.CD Vol. VIIIP
  4893. Dev.CD Jan 94
  4894. Dev.CD Oct 93
  4895. Dev.CD May 92
  4896. Dev.CD Apr 92
  4897. Dev.CD Mar 92
  4898. Dev.CD Feb 92
  4899. Dev.CD Jan 92
  4900. Dev.CD Vol. XI
  4901. Dev.CD Vol. X
  4902. Dev.CD Vol. IX
  4903. Dev.CD Vol. VIIV
  4904. 1543X
  4905. Jan 94
  4906. --set theItem to choose file -- uncomment to test in an AS editor
  4907.     tell application "Finder"
  4908.         open item "Dev.CD Jan 94
  4909. Dev.CD Oct 93
  4910. Dev.CD May 92
  4911. Dev.CD Apr 92
  4912. Dev.CD Mar 92
  4913. Dev.CD Feb 92
  4914. Dev.CD Jan 92
  4915. Dev.CD Vol. XI
  4916. Dev.CD Vol. X
  4917. Dev.CD Vol. IX
  4918. Dev.CD Vol. VIII"
  4919.         activate
  4920.     end tell
  4921. on error errMsg number errNum
  4922.     --enter statements to perform when no records are found such as...
  4923.     display dialog "Sorry, the item you selected could not be found."
  4924.     return
  4925. d try
  4926. All Packages
  4927. 1544X
  4928. Dev.CD July 92
  4929. Dev.CD June 92
  4930. Dev.CD May 92
  4931. Dev.CD Apr 92
  4932. Dev.CD Mar 92
  4933. Dev.CD Feb 92
  4934. Dev.CD Jan 92
  4935. Dev.CD Vol. XI
  4936. Dev.CD Vol. X
  4937. Dev.CD Vol. IX
  4938. Dev.CD Vol. VIIIP
  4939. Dev.CD July 92
  4940. Dev.CD June 92
  4941. Dev.CD May 92
  4942. Dev.CD Apr 92
  4943. Dev.CD Mar 92
  4944. Dev.CD Feb 92
  4945. Dev.CD Jan 92
  4946. Dev.CD Vol. XI
  4947. Dev.CD Vol. X
  4948. Dev.CD Vol. IX
  4949. Dev.CD Vol. VIIV
  4950. 1544X
  4951. July 9
  4952. --set theItem to choose file -- uncomment to test in an AS editor
  4953.     tell application "Finder"
  4954.         open item "Dev.CD July 92
  4955. Dev.CD June 92
  4956. Dev.CD May 92
  4957. Dev.CD Apr 92
  4958. Dev.CD Mar 92
  4959. Dev.CD Feb 92
  4960. Dev.CD Jan 92
  4961. Dev.CD Vol. XI
  4962. Dev.CD Vol. X
  4963. Dev.CD Vol. IX
  4964. Dev.CD Vol. VIII"
  4965.         activate
  4966.     end tell
  4967. on error errMsg number errNum
  4968.     --enter statements to perform when no records are found such as...
  4969.     display dialog "Sorry, the item you selected could not be found."
  4970.     return
  4971. end try
  4972. All Packages
  4973. 1545X
  4974. Dev.CD July 92
  4975. Dev.CD June 92
  4976. Dev.CD May 92
  4977. Dev.CD Apr 92
  4978. Dev.CD Mar 92
  4979. Dev.CD Feb 92
  4980. Dev.CD Jan 92
  4981. Dev.CD Vol. XI
  4982. Dev.CD Vol. X
  4983. Dev.CD Vol. IX
  4984. Dev.CD Vol. VIIIP
  4985. Dev.CD July 92
  4986. Dev.CD June 92
  4987. Dev.CD May 92
  4988. Dev.CD Apr 92
  4989. Dev.CD Mar 92
  4990. Dev.CD Feb 92
  4991. Dev.CD Jan 92
  4992. Dev.CD Vol. XI
  4993. Dev.CD Vol. X
  4994. Dev.CD Vol. IX
  4995. Dev.CD Vol. VIIV
  4996. 1545X
  4997. July 9
  4998. --set theItem to choose file -- uncomment to test in an AS editor
  4999.     tell application "Finder"
  5000.         open item "Dev.CD July 92
  5001. Dev.CD June 92
  5002. Dev.CD May 92
  5003. Dev.CD Apr 92
  5004. Dev.CD Mar 92
  5005. Dev.CD Feb 92
  5006. Dev.CD Jan 92
  5007. Dev.CD Vol. XI
  5008. Dev.CD Vol. X
  5009. Dev.CD Vol. IX
  5010. Dev.CD Vol. VIII"
  5011.         activate
  5012.     end tell
  5013. on error errMsg number errNum
  5014.     --enter statements to perform when no records are found such as...
  5015.     display dialog "Sorry, the item you selected could not be found."
  5016.     return
  5017. end try
  5018. All Packages
  5019. 1546X
  5020. Dev.CD July 92
  5021. Dev.CD June 92
  5022. Dev.CD May 92
  5023. Dev.CD Apr 92
  5024. Dev.CD Mar 92
  5025. Dev.CD Feb 92
  5026. Dev.CD Jan 92
  5027. Dev.CD Vol. XI
  5028. Dev.CD Vol. X
  5029. Dev.CD Vol. IXP
  5030. Dev.CD July 92
  5031. Dev.CD June 92
  5032. Dev.CD May 92
  5033. Dev.CD Apr 92
  5034. Dev.CD Mar 92
  5035. Dev.CD Feb 92
  5036. Dev.CD Jan 92
  5037. Dev.CD Vol. XI
  5038. Dev.CD Vol. X
  5039. Dev.CD Vol. IV
  5040. 1546X
  5041. July 9
  5042. --set theItem to choose file -- uncomment to test in an AS editor
  5043.     tell application "Finder"
  5044.         open item "Dev.CD July 92
  5045. Dev.CD June 92
  5046. Dev.CD May 92
  5047. Dev.CD Apr 92
  5048. Dev.CD Mar 92
  5049. Dev.CD Feb 92
  5050. Dev.CD Jan 92
  5051. Dev.CD Vol. XI
  5052. Dev.CD Vol. X
  5053. Dev.CD Vol. IX"
  5054.         activate
  5055.     end tell
  5056. on error errMsg number errNum
  5057.     --enter statements to perform when no records are found such as...
  5058.     display dialog "Sorry, the item you selected could not be found."
  5059.     return
  5060. end try
  5061. All Packages
  5062. 7.0O*Dev.CD Jan 92
  5063. Dev.CD Vol. XI
  5064. Dev.CD Vol. XP)Dev.CD Jan 92
  5065. Dev.CD Vol. XI
  5066. Dev.CD Vol. V
  5067. 1547X
  5068. Jan 92
  5069. All Packages
  5070. 7.0O-Dev.CD Vol. X
  5071. Dev.CD Vol. IX
  5072. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5073. Dev.CD Vol. IX
  5074. Dev.CD Vol. VIIV
  5075. 1548X
  5076. Vol. X
  5077. --set theItem to choose file -- uncomment to test in an AS editor
  5078.     tell application "Finder"
  5079.         open item "Dev.CD Vol. X
  5080. Dev.CD Vol. IX
  5081. Dev.CD Vol. VIII"
  5082.         activate
  5083.     end tell
  5084. on error errMsg number errNum
  5085.     --enter statements to perform when no records are found such as...
  5086.     display dialog "Sorry, the item you selected could not be found."
  5087.     return
  5088. end try
  5089. All Packages
  5090. Dev.CD Vol. X
  5091. Dev.CD Vol. IXP
  5092. Dev.CD Vol. X
  5093. Dev.CD Vol. IV
  5094. 1549X
  5095. Vol. X
  5096. --set theItem to choose file -- uncomment to test in an AS editor
  5097.     tell application "Finder"
  5098.         open item "Dev.CD Jan 92
  5099. Dev.CD Vol. XI
  5100. Dev.CD Vol. X"
  5101.         activate
  5102.     end tell
  5103. on error errMsg number errNum
  5104.     --enter statements to perform when no records are found such as...
  5105.     display dialog "Sorry, the item you selected could not be found."
  5106.     return
  5107. end try
  5108. All Packages
  5109. 7.0O-Dev.CD Vol. X
  5110. Dev.CD Vol. IX
  5111. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5112. Dev.CD Vol. IX
  5113. Dev.CD Vol. VIIV
  5114. 1550X
  5115. Vol. X
  5116. --set theItem to choose file -- uncomment to test in an AS editor
  5117.     tell application "Finder"
  5118.         open item "Dev.CD Vol. X
  5119. Dev.CD Vol. IX
  5120. Dev.CD Vol. VIII"
  5121.         activate
  5122.     end tell
  5123. on error errMsg number errNum
  5124.     --enter statements to perform when no records are found such as...
  5125.     display dialog "Sorry, the item you selected could not be found."
  5126.     return
  5127. end try
  5128. All Packages
  5129. 7.0O-Dev.CD Vol. X
  5130. Dev.CD Vol. IX
  5131. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5132. Dev.CD Vol. IX
  5133. Dev.CD Vol. VIIV
  5134. 1551X
  5135. Vol. X
  5136. q--set theItem to choose file -- uncomment to test in an AS editor
  5137.     tell application "Finder"
  5138.         open item "Dev.CD Vol. X
  5139. Dev.CD Vol. IX"
  5140.         activate
  5141.     end tell
  5142. on error errMsg number errNum
  5143.     --enter statements to perform when no records are found such as...
  5144.     display dialog "Sorry, the item you selected could not be found."
  5145.     return
  5146. end try
  5147. All Packages
  5148. Dev.CD Vol. X
  5149. Dev.CD Vol. IXP
  5150. Dev.CD Vol. X
  5151. Dev.CD Vol. IV
  5152. 1552X
  5153. Vol. X
  5154. q--set theItem to choose file -- uncomment to test in an AS editor
  5155.     tell application "Finder"
  5156.         open item "Dev.CD Vol. X
  5157. Dev.CD Vol. IX"
  5158.         activate
  5159.     end tell
  5160. on error errMsg number errNum
  5161.     --enter statements to perform when no records are found such as...
  5162.     display dialog "Sorry, the item you selected could not be found."
  5163.     return
  5164. end try
  5165. All Packages
  5166. 7.0O-Dev.CD Vol. X
  5167. Dev.CD Vol. IX
  5168. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5169. Dev.CD Vol. IX
  5170. Dev.CD Vol. VIIV
  5171. 1553X
  5172. Vol. X
  5173. --set theItem to choose file -- uncomment to test in an AS editor
  5174.     tell application "Finder"
  5175.         open item "Dev.CD Vol. X
  5176. Dev.CD Vol. IX
  5177. Dev.CD Vol. VIII"
  5178.         activate
  5179.     end tell
  5180. on error errMsg number errNum
  5181.     --enter statements to perform when no records are found such as...
  5182.     display dialog "Sorry, the item you selected could not be found."
  5183.     return
  5184. end try
  5185. All Packages
  5186. 7.0O-Dev.CD Vol. X
  5187. Dev.CD Vol. IX
  5188. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5189. Dev.CD Vol. IX
  5190. Dev.CD Vol. VIIV
  5191. 1554X
  5192. Vol. X
  5193. --set theItem to choose file -- uncomment to test in an AS editor
  5194.     tell application "Finder"
  5195.         open item "Dev.CD Vol. X
  5196. Dev.CD Vol. IX
  5197. Dev.CD Vol. VIII"
  5198.         activate
  5199.     end tell
  5200. on error errMsg number errNum
  5201.     --enter statements to perform when no records are found such as...
  5202.     display dialog "Sorry, the item you selected could not be found."
  5203.     return
  5204. end try
  5205. All Packages
  5206. Dev.CD Vol. X
  5207. Dev.CD Vol. IXP
  5208. Dev.CD Vol. X
  5209. Dev.CD Vol. IV
  5210. 1555X
  5211. Vol. X
  5212. --set theItem to choose file -- uncomment to test in an AS editor
  5213.     tell application "Finder"
  5214.         open item "Dev.CD Vol. X
  5215. Dev.CD Vol. IX
  5216. Dev.CD Vol. VIII"
  5217.         activate
  5218.     end tell
  5219. on error errMsg number errNum
  5220.     --enter statements to perform when no records are found such as...
  5221.     display dialog "Sorry, the item you selected could not be found."
  5222.     return
  5223. end try
  5224. All Packages
  5225. 7.0O-Dev.CD Vol. X
  5226. Dev.CD Vol. IX
  5227. Dev.CD Vol. VIIIP,Dev.CD Vol. X
  5228. Dev.CD Vol. IX
  5229. Dev.CD Vol. VIIV
  5230. 1556X
  5231. Vol. X
  5232. --set theItem to choose file -- uncomment to test in an AS editor
  5233.     tell application "Finder"
  5234.         open item "Dev.CD Vol. X
  5235. Dev.CD Vol. IX
  5236. Dev.CD Vol. VIII"
  5237.         activate
  5238.     end tell
  5239. on error errMsg number errNum
  5240.     --enter statements to perform when no records are found such as...
  5241.     display dialog "Sorry, the item you selected could not be found."
  5242.     return
  5243. end try
  5244. All Packages
  5245. Dev.CD Vol. VIIIP
  5246. Dev.CD Vol. VIIV
  5247. 1557X
  5248. Vol. V
  5249. e--set theItem to choose file -- uncomment to test in an AS editor
  5250.     tell application "Finder"
  5251.         open item "Dev.CD Vol. VIII"
  5252.         activate
  5253.     end tell
  5254. on error errMsg number errNum
  5255.     --enter statements to perform when no records are found such as...
  5256.     display dialog "Sorry, the item you selected could not be found."
  5257.     return
  5258. end try
  5259. q--set theItem to choose file -- uncomment to test in an AS editor
  5260.     tell application "Finder"
  5261.         open item "Dev.CD Vol. X
  5262. Dev.CD Vol. IX"
  5263.         activate
  5264.     end tell
  5265. on error errMsg number errNum
  5266.     --enter statements to perform when no records are found such as...
  5267.     display dialog "Sorry, the item you selected could not be found."
  5268.     return
  5269. end try
  5270. All Packages
  5271. 7.0.0.1O
  5272. Dev.CD Vol. X
  5273. Dev.CD Vol. IXP
  5274. Dev.CD Vol. X
  5275. Dev.CD Vol. IV
  5276. 1558X
  5277. Vol. X
  5278. q--set theItem to choose file -- uncomment to test in an AS editor
  5279.     tell application "Finder"
  5280.         open item "Dev.CD Vol. X
  5281. Dev.CD Vol. IX"
  5282.         activate
  5283.     end tell
  5284. on error errMsg number errNum
  5285.     --enter statements to perform when no records are found such as...
  5286.     display dialog "Sorry, the item you selected could not be found."
  5287.     return
  5288. end try
  5289. All Packages
  5290. 7.0.1
  5291. Dev.CD Apr 94
  5292. Dev.CD Jan 94
  5293. Dev.CD Oct 93
  5294. Dev.CD Mar 93
  5295. Dev.CD Feb 93
  5296. Dev.CD Jan 93
  5297. Dev.CD Nov/Dec 92
  5298. Dev.CD Oct 92
  5299. Dev.CD Sept 92
  5300. Dev.CD Aug 92
  5301. Dev.CD July 92
  5302. Dev.CD June 92
  5303. Dev.CD May 92
  5304. Dev.CD Apr 92
  5305. Dev.CD Mar 92
  5306. Dev.CD Feb 92
  5307. Dev.CD Jan 92
  5308. Dev.CD Vol. XI
  5309. Dev.CD Vol. X
  5310. 1559X
  5311. 1559X
  5312. Apr 94
  5313. --set theItem to choose file -- uncomment to test in an AS editor
  5314.     tell application "Finder"
  5315.         open item "Dev.CD Apr 94
  5316. Dev.CD Jan 94
  5317. Dev.CD Oct 93
  5318. Dev.CD Mar 93
  5319. Dev.CD Feb 93
  5320. Dev.CD Jan 93
  5321. Dev.CD Nov/Dec 92
  5322. Dev.CD Oct 92
  5323. Dev.CD Sept 92
  5324. Dev.CD Aug 92
  5325. Dev.CD July 92
  5326. Dev.CD June 92
  5327. Dev.CD May 92
  5328. Dev.CD Apr 92
  5329. Dev.CD Mar 92
  5330. Dev.CD Feb 92
  5331. Dev.CD Jan 92
  5332. Dev.CD Vol. XI
  5333. Dev.CD Vol. X"
  5334.         activate
  5335.     end tell
  5336. on error errMsg number errNum
  5337.     --enter statements to perform when Bxno records are found such as...
  5338.     display dialog "Sorry, the item you selected could not be found."
  5339.     return
  5340. end try
  5341. All Packages
  5342. 7.0.1O
  5343. Dev.CD Apr 94
  5344. Dev.CD Jan 94
  5345. Dev.CD Oct 93
  5346. Dev.CD Jul 93
  5347. Dev.CD Apr 93
  5348. Dev.CD July 92
  5349. Dev.CD June 92
  5350. Dev.CD May 92
  5351. Dev.CD Apr 92P~Dev.CD Apr 94
  5352. Dev.CD Jan 94
  5353. Dev.CD Oct 93
  5354. Dev.CD Jul 93
  5355. Dev.CD Apr 93
  5356. Dev.CD July 92
  5357. Dev.CD June 92
  5358. Dev.CD May 92
  5359. Dev.CD Apr 9V
  5360. 1560X
  5361. Apr 94
  5362. Dev.CD Apr 94
  5363. Dev.CD Jan 94
  5364. Dev.CD Oct 93
  5365. Dev.CD Mar 93
  5366. Dev.CD Feb 93
  5367. Dev.CD Jan 93
  5368. Dev.CD Nov/Dec 92
  5369. Dev.CD Oct 92
  5370. Dev.CD Sept 92
  5371. Dev.CD Aug 92
  5372. Dev.CD July 92
  5373. Dev.CD June 92
  5374. Dev.CD May 92
  5375. Dev.CD Apr 92
  5376. Dev.CD Mar 92
  5377. Dev.CD Feb 92
  5378. Dev.CD Jan 92
  5379. Dev.CD Vol. XI
  5380. Dev.CD Vol. 
  5381. All Packages
  5382. 7.0.1O
  5383. Dev.CD Apr 94
  5384. Dev.CD Jan 94P
  5385. Dev.CD Apr 94
  5386. Dev.CD Jan 9V
  5387. 1561X
  5388. Apr 94
  5389. p--set theItem to choose file -- uncomment to test in an AS editor
  5390.     tell application "Finder"
  5391.         open item "Dev.CD Apr 94
  5392. Dev.CD Jan 94"
  5393.         activate
  5394.     end tell
  5395. on error errMsg number errNum
  5396.     --enter statements to perform when no records are found such as...
  5397.     display dialog "Sorry, the item you selected could not be found."
  5398.     return
  5399. end try
  5400. All Packages
  5401. 7.0.1O
  5402. Dev.CD Jul 93
  5403. Dev.CD Apr 93P
  5404. Dev.CD Jul 93
  5405. Dev.CD Apr 9V
  5406. 1562X
  5407. Jul 93
  5408. p--set theItem to choose file -- uncomment to test in an AS editor
  5409.     tell application "Finder"
  5410.         open item "Dev.CD Jul 93
  5411. Dev.CD Apr 93"
  5412.         activate
  5413.     end tell
  5414. on error errMsg number errNum
  5415.     --enter statements to perform when no records are found such as...
  5416.     display dialog "Sorry, the item you selected could not be found."
  5417.     return
  5418. end try
  5419. All Packages
  5420. 1563X
  5421. --set theItem to choose file -- uncomment to test in an AS editor
  5422.     tell application "Finder"
  5423.         open item "Dev.CD Apr 94
  5424. Dev.CD Jan 94
  5425. Dev.CD Oct 93
  5426. Dev.CD Jul 93
  5427. Dev.CD Apr 93
  5428. Dev.CD July 92
  5429. Dev.CD June 92
  5430. Dev.CD May 92
  5431. Dev.CD Apr 92"
  5432.         activate
  5433.     end tell
  5434. on error errMsg number errNum
  5435.     --enter statements to perform when no records are found such as...
  5436.     display dialog "Sorry, the item you selected could not be found."
  5437.     return
  5438. end try
  5439. 7.0.1OUDev.CD Apr 93
  5440. Dev.CD July 92
  5441. Dev.CD June 92
  5442. Dev.CD May 92
  5443. Dev.CD Apr 92
  5444. Dev.CD Mar 92PTDev.CD Apr 93
  5445. Dev.CD July 92
  5446. Dev.CD June 92
  5447. Dev.CD May 92
  5448. Dev.CD Apr 92
  5449. Dev.CD Mar 9V
  5450. 1563X
  5451. Apr 93
  5452. --set theItem to choose file -- uncomment to test in an AS editor
  5453.     tell application "Finder"
  5454.         open item "Dev.CD Apr 93
  5455. Dev.CD July 92
  5456. Dev.CD June 92
  5457. Dev.CD May 92
  5458. Dev.CD Apr 92
  5459. Dev.CD Mar 92"
  5460.         activate
  5461.     end tell
  5462. on error errMsg number errNum
  5463.     --enter statements to perform when no records are found such as...
  5464.     display dialog "Sorry, the item you selected could not be found."
  5465.     return
  5466. end try
  5467. All Packages
  5468. 7.0.1O*Dev.CD Oct 92
  5469. Dev.CD Sept 92
  5470. Dev.CD Aug 92P)Dev.CD Oct 92
  5471. Dev.CD Sept 92
  5472. Dev.CD Aug 9V
  5473. 1564X
  5474. Oct 92
  5475. All Packages
  5476. 7.0.1O
  5477. Dev.CD Sept 92
  5478. Dev.CD Aug 92P
  5479. Dev.CD Sept 92
  5480. Dev.CD Aug 9V
  5481. 1565X
  5482. Sept 9
  5483. q--set theItem to choose file -- uncomment to test in an AS editor
  5484.     tell application "Finder"
  5485.         open item "Dev.CD Sept 92
  5486. Dev.CD Aug 92"
  5487.         activate
  5488.     end tell
  5489. on error errMsg number errNum
  5490.     --enter statements to perform when no records are found such as...
  5491.     display dialog "Sorry, the item you selected could not be found."
  5492.     return
  5493. end try
  5494. All Packages
  5495. 7.0.1O*Dev.CD Apr 93
  5496. Dev.CD Sept 92
  5497. Dev.CD Aug 92P)Dev.CD Apr 93
  5498. Dev.CD Sept 92
  5499. Dev.CD Aug 9V
  5500. 1566X
  5501. Apr 93
  5502. --set theItem to choose file -- uncomment to test in an AS editor
  5503.     tell application "Finder"
  5504.         open item "Dev.CD Oct 92
  5505. Dev.CD Sept 92
  5506. Dev.CD Aug 92"
  5507.         activate
  5508.     end tell
  5509. on error errMsg number errNum
  5510.     --enter statements to perform when no records are found such as...
  5511.     display dialog "Sorry, the item you selected could not be found."
  5512.     return
  5513. end try
  5514. All Packages
  5515. 7.0.1O
  5516. Dev.CD Sept 92
  5517. Dev.CD Aug 92P
  5518. Dev.CD Sept 92
  5519. Dev.CD Aug 9V
  5520. 1567X
  5521. Sept 9
  5522. q--set theItem to choose file -- uncomment to test in an AS editor
  5523.     tell application "Finder"
  5524.         open item "Dev.CD Sept 92
  5525. Dev.CD Aug 92"
  5526.         activate
  5527.     end tell
  5528. on error errMsg number errNum
  5529.     --enter statements to perform when no records are found such as...
  5530.     display dialog "Sorry, the item you selected could not be found."
  5531.     return
  5532. end try
  5533. All Packages
  5534. 7.0.1O
  5535. Dev.CD Sept 92
  5536. Dev.CD Aug 92P
  5537. Dev.CD Sept 92
  5538. Dev.CD Aug 9V
  5539. 1568X
  5540. Sept 9
  5541. q--set theItem to choose file -- uncomment to test in an AS editor
  5542.     tell application "Finder"
  5543.         open item "Dev.CD Sept 92
  5544. Dev.CD Aug 92"
  5545.         activate
  5546.     end tell
  5547. on error errMsg number errNum
  5548.     --enter statements to perform when no records are found such as...
  5549.     display dialog "Sorry, the item you selected could not be found."
  5550.     return
  5551. end try
  5552. All Packages
  5553. --set theItem to choose file -- uncomment to test in an AS editor
  5554.     tell application "Finder"
  5555.         open item "Dev.CD Apr 93
  5556. Dev.CD Sept 92
  5557. Dev.CD Aug 92"
  5558.         activate
  5559.     end tell
  5560. on error errMsg number errNum
  5561.     --enter statements to perform when no records are found such as...
  5562.     display dialog "Sorry, the item you selected could not be found."
  5563.     return
  5564. end try
  5565. Sept 9
  5566. q--set theItem to choose file -- uncomment to test in an AS editor
  5567.     tell application "Finder"
  5568.         open item "Dev.CD Sept 92
  5569. Dev.CD Aug 92"
  5570.         activate
  5571.     end tell
  5572. on error errMsg number errNum
  5573.     --enter statements to perform when no records are found such as...
  5574.     display dialog "Sorry, the item you selected could not be found."
  5575.     return
  5576. end try
  5577. All Packages
  5578. 7.0.1OVDev.CD Sept 92
  5579. Dev.CD Aug 92
  5580. Dev.CD July 92
  5581. Dev.CD June 92
  5582. Dev.CD May 92
  5583. Dev.CD Apr 92PUDev.CD Sept 92
  5584. Dev.CD Aug 92
  5585. Dev.CD July 92
  5586. Dev.CD June 92
  5587. Dev.CD May 92
  5588. Dev.CD Apr 9V
  5589. 1570X
  5590. Sept 9
  5591. 7.0.1O
  5592. Dev.CD Sept 92
  5593. Dev.CD Aug 92P
  5594. Dev.CD Sept 92
  5595. Dev.CD Aug 9V
  5596. All Packages
  5597. 7.0.1OGDev.CD July 92
  5598. Dev.CD June 92
  5599. Dev.CD May 92
  5600. Dev.CD Apr 92
  5601. Dev.CD Mar 92PFDev.CD July 92
  5602. Dev.CD June 92
  5603. Dev.CD May 92
  5604. Dev.CD Apr 92
  5605. Dev.CD Mar 9V
  5606. 1571X
  5607. July 9
  5608. --set theItem to choose file -- uncomment to test in an AS editor
  5609.     tell application "Finder"
  5610.         open item "Dev.CD July 92
  5611. Dev.CD June 92
  5612. Dev.CD May 92
  5613. Dev.CD Apr 92
  5614. Dev.CD Mar 92"
  5615.         activate
  5616.     end tell
  5617. on error errMsg number errNum
  5618.     --enter statements to perform when no records are found such as...
  5619.     display dialog "Sorry, the item you selected could not be found."
  5620.     return
  5621. end try
  5622. All Packages
  5623. 7.0.1OrDev.CD July 92
  5624. Dev.CD June 92
  5625. Dev.CD May 92
  5626. Dev.CD Apr 92
  5627. Dev.CD Mar 92
  5628. Dev.CD Feb 92
  5629. Dev.CD Jan 92
  5630. Dev.CD Vol. XIPqDev.CD July 92
  5631. Dev.CD June 92
  5632. Dev.CD May 92
  5633. Dev.CD Apr 92
  5634. Dev.CD Mar 92
  5635. Dev.CD Feb 92
  5636. Dev.CD Jan 92
  5637. Dev.CD Vol. XV
  5638. 1572X
  5639. July 9
  5640. --set theItem to choose file -- uncomment to test in an AS editor
  5641.     tell application "Finder"
  5642.         open item "Dev.CD Sept 92
  5643. Dev.CD Aug 92
  5644. Dev.CD July 92
  5645. Dev.CD June 92
  5646. Dev.CD May 92
  5647. Dev.CD Apr 92"
  5648.         activate
  5649.     end tell
  5650. on error errMsg number errNum
  5651.     --enter statements to perform when no records are found such as...
  5652.     display dialog "Sorry, the item you selected could not be found."
  5653.     return
  5654. end try
  5655. All Packages
  5656. 7.0.1OrDev.CD July 92
  5657. Dev.CD June 92
  5658. Dev.CD May 92
  5659. Dev.CD Apr 92
  5660. Dev.CD Mar 92
  5661. Dev.CD Feb 92
  5662. Dev.CD Jan 92
  5663. Dev.CD Vol. XIPqDev.CD July 92
  5664. Dev.CD June 92
  5665. Dev.CD May 92
  5666. Dev.CD Apr 92
  5667. Dev.CD Mar 92
  5668. Dev.CD Feb 92
  5669. Dev.CD Jan 92
  5670. Dev.CD Vol. XV
  5671. 1573X
  5672. July 9
  5673. --set theItem to choose file -- uncomment to test in an AS editor
  5674.     tell application "Finder"
  5675.         open item "Dev.CD July 92
  5676. Dev.CD June 92
  5677. Dev.CD May 92
  5678. Dev.CD Apr 92
  5679. Dev.CD Mar 92
  5680. Dev.CD Feb 92
  5681. Dev.CD Jan 92
  5682. Dev.CD Vol. XI"
  5683.         activate
  5684.     end tell
  5685. on error errMsg number errNum
  5686.     --enter statements to perform when no records are found such as...
  5687.     display dialog "Sorry, the item you selected could not be found."
  5688.     return
  5689. end try
  5690. All Packages
  5691. 7.0.1OUDev.CD July 92
  5692. Dev.CD June 92
  5693. Dev.CD May 92
  5694. Dev.CD Apr 92
  5695. Dev.CD Mar 92
  5696. Dev.CD Feb 92PTDev.CD July 92
  5697. Dev.CD June 92
  5698. Dev.CD May 92
  5699. Dev.CD Apr 92
  5700. Dev.CD Mar 92
  5701. Dev.CD Feb 9V
  5702. 1574X
  5703. July 9
  5704. --set theItem to choose file -- uncomment to test in an AS editor
  5705.     tell application "Finder"
  5706.         open item "Dev.CD July 92
  5707. Dev.CD June 92
  5708. Dev.CD May 92
  5709. Dev.CD Apr 92
  5710. Dev.CD Mar 92
  5711. Dev.CD Feb 92
  5712. Dev.CD Jan 92
  5713. Dev.CD Vol. XI"
  5714.         activate
  5715.     end tell
  5716. on error errMsg number errNum
  5717.     --enter statements to perform when no records are found such as...
  5718.     display dialog "Sorry, the item you selected could not be found."
  5719.     return
  5720. end try
  5721. All Packages
  5722. 7.0.1OrDev.CD July 92
  5723. Dev.CD June 92
  5724. Dev.CD May 92
  5725. Dev.CD Apr 92
  5726. Dev.CD Mar 92
  5727. Dev.CD Feb 92
  5728. Dev.CD Jan 92
  5729. Dev.CD Vol. XIPqDev.CD July 92
  5730. Dev.CD June 92
  5731. Dev.CD May 92
  5732. Dev.CD Apr 92
  5733. Dev.CD Mar 92
  5734. Dev.CD Feb 92
  5735. Dev.CD Jan 92
  5736. Dev.CD Vol. XV
  5737. 1575X
  5738. July 9
  5739. --set theItem to choose file -- uncomment to test in an AS editor
  5740.     tell application "Finder"
  5741.         open item "Dev.CD July 92
  5742. Dev.CD June 92
  5743. Dev.CD May 92
  5744. Dev.CD Apr 92
  5745. Dev.CD Mar 92
  5746. Dev.CD Feb 92
  5747. Dev.CD Jan 92
  5748. Dev.CD Vol. XI"
  5749.         activate
  5750.     end tell
  5751. on error errMsg number errNum
  5752.     --enter statements to perform when no records are found such as...
  5753.     display dialog "Sorry, the item you selected could not be found."
  5754.     return
  5755. end try
  5756. All Packages
  5757. 7.0.1OrDev.CD July 92
  5758. Dev.CD June 92
  5759. Dev.CD May 92
  5760. Dev.CD Apr 92
  5761. Dev.CD Mar 92
  5762. Dev.CD Feb 92
  5763. Dev.CD Jan 92
  5764. Dev.CD Vol. XIV
  5765. 1576X
  5766. --set theItem to choose file -- uncomment to test in an AS editor
  5767.     tell application "Finder"
  5768.         open item "Dev.CD July 92
  5769. Dev.CD June 92
  5770. Dev.CD May 92
  5771. Dev.CD Apr 92
  5772. Dev.CD Mar 92
  5773. Dev.CD Feb 92"
  5774.         activate
  5775.     end tell
  5776. on error errMsg number errNum
  5777.     --enter statements to perform when no records are found such as...
  5778.     display dialog "Sorry, the item you selected could not be found."
  5779.     return
  5780. end try
  5781. 7PqDev.CD July 92
  5782. Dev.CD June 92
  5783. Dev.CD May 92
  5784. Dev.CD Apr 92
  5785. Dev.CD Mar 92
  5786. Dev.CD Feb 92
  5787. Dev.CD Jan 92
  5788. Dev.CD Vol. XV
  5789. 1576X
  5790. July 9
  5791. --set theItem to choose file -- uncomment to test in an AS editor
  5792.     tell application "Finder"
  5793.         open item "Dev.CD July 92
  5794. Dev.CD June 92
  5795. Dev.CD May 92
  5796. Dev.CD Apr 92
  5797. Dev.CD Mar 92
  5798. Dev.CD Feb 92
  5799. Dev.CD Jan 92
  5800. Dev.CD Vol. XI"
  5801.         activate
  5802.     end tell
  5803. on error errMsg number errNum
  5804.     --enter statements to perform when no records are found such as...
  5805.     display dialog "Sorry, the item you selected could not be found."
  5806.     return
  5807. end try
  5808. All Packages
  5809. 7.0.1OrDev.CD July 92
  5810. Dev.CD June 92
  5811. Dev.CD May 92
  5812. Dev.CD Apr 92
  5813. Dev.CD Mar 92
  5814. Dev.CD Feb 92
  5815. Dev.CD Jan 92
  5816. Dev.CD Vol. XIPqDev.CD July 92
  5817. Dev.CD June 92
  5818. Dev.CD May 92
  5819. Dev.CD Apr 92
  5820. Dev.CD Mar 92
  5821. Dev.CD Feb 92
  5822. Dev.CD Jan 92
  5823. Dev.CD Vol. XV
  5824. 1577X
  5825. July 9
  5826. All Packages
  5827. 7.0.1O9Dev.CD July 92
  5828. Dev.CD June 92
  5829. Dev.CD May 92
  5830. Dev.CD Apr 92P8Dev.CD July 92
  5831. Dev.CD June 92
  5832. Dev.CD May 92
  5833. Dev.CD Apr 9V
  5834. 1578X
  5835. July 9
  5836. --set theItem to choose file -- uncomment to test in an AS editor
  5837.     tell application "Finder"
  5838.         open item "Dev.CD July 92
  5839. Dev.CD June 92
  5840. Dev.CD May 92
  5841. Dev.CD Apr 92"
  5842.         activate
  5843.     end tell
  5844. on error errMsg number errNum
  5845.     --enter statements to perform when no records are found such as...
  5846.     display dialog "Sorry, the item you selected could not be found."
  5847.     return
  5848. end try
  5849. All Packages
  5850. 7.0.1OrDev.CD July 92
  5851. Dev.CD June 92
  5852. Dev.CD May 92
  5853. Dev.CD Apr 92
  5854. Dev.CD Mar 92
  5855. Dev.CD Feb 92
  5856. Dev.CD Jan 92
  5857. Dev.CD Vol. XIPqDev.CD July 92
  5858. Dev.CD June 92
  5859. Dev.CD May 92
  5860. Dev.CD Apr 92
  5861. Dev.CD Mar 92
  5862. Dev.CD Feb 92
  5863. Dev.CD Jan 92
  5864. Dev.CD Vol. XV
  5865. 1579X
  5866. July 9
  5867. --set theItem to choose file -- uncomment to test in an AS editor
  5868.     tell application "Finder"
  5869.         open item "Dev.CD July 92
  5870. Dev.CD June 92
  5871. Dev.CD May 92
  5872. Dev.CD Apr 92
  5873. Dev.CD Mar 92
  5874. Dev.CD Feb 92
  5875. Dev.CD Jan 92
  5876. Dev.CD Vol. XI"
  5877.         activate
  5878.     end tell
  5879. on error errMsg number errNum
  5880.     --enter statements to perform when no records are found such as...
  5881.     display dialog "Sorry, the item you selected could not be found."
  5882.     return
  5883. end try
  5884. All Packages
  5885. 7.0.1OrDev.CD July 92
  5886. Dev.CD June 92
  5887. Dev.CD May 92
  5888. Dev.CD Apr 92
  5889. Dev.CD Mar 92
  5890. Dev.CD Feb 92
  5891. Dev.CD Jan 92
  5892. Dev.CD Vol. XIPqDev.CD July 92
  5893. Dev.CD June 92
  5894. Dev.CD May 92
  5895. Dev.CD Apr 92
  5896. Dev.CD Mar 92
  5897. Dev.CD Feb 92
  5898. Dev.CD Jan 92
  5899. Dev.CD Vol. XV
  5900. 1580X
  5901. July 9
  5902. --set theItem to choose file -- uncomment to test in an AS editor
  5903.     tell application "Finder"
  5904.         open item "Dev.CD July 92
  5905. Dev.CD June 92
  5906. Dev.CD May 92
  5907. Dev.CD Apr 92
  5908. Dev.CD Mar 92
  5909. Dev.CD Feb 92
  5910. Dev.CD Jan 92
  5911. Dev.CD Vol. XI"
  5912.         activate
  5913.     end tell
  5914. on error errMsg number errNum
  5915.     --enter statements to perform when no records are found such as...
  5916.     display dialog "Sorry, the item you selected could not be found."
  5917.     return
  5918. end try
  5919. All Packages
  5920. 7.0.1OrDev.CD July 92
  5921. Dev.CD June 92
  5922. Dev.CD May 92
  5923. Dev.CD Apr 92
  5924. Dev.CD Mar 92
  5925. Dev.CD Feb 92
  5926. Dev.CD Jan 92
  5927. Dev.CD Vol. XIV
  5928. 1581X
  5929. --set theItem to choose file -- uncomment to test in an AS editor
  5930.     tell application "Finder"
  5931.         open item "Dev.CD July 92
  5932. Dev.CD June 92
  5933. Dev.CD May 92
  5934. Dev.CD Apr 92
  5935. Dev.CD Mar 92
  5936. Dev.CD Feb 92
  5937. Dev.CD Jan 92
  5938. Dev.CD Vol. XI"
  5939.         activate
  5940.     end tell
  5941. on error errMsg number errNum
  5942.     --enter statements to perform when no records are found such as...
  5943.     display dialog "Sorry, the item you selected could not be found."
  5944.     return
  5945. end try
  5946. <PqDev.CD July 92
  5947. Dev.CD June 92
  5948. Dev.CD May 92
  5949. Dev.CD Apr 92
  5950. Dev.CD Mar 92
  5951. Dev.CD Feb 92
  5952. Dev.CD Jan 92
  5953. Dev.CD Vol. XV
  5954. 1581X
  5955. July 9
  5956. --set theItem to choose file -- uncomment to test in an AS editor
  5957.     tell application "Finder"
  5958.         open item "Dev.CD July 92
  5959. Dev.CD June 92
  5960. Dev.CD May 92
  5961. Dev.CD Apr 92
  5962. Dev.CD Mar 92
  5963. Dev.CD Feb 92
  5964. Dev.CD Jan 92
  5965. Dev.CD Vol. XI"
  5966.         activate
  5967.     end tell
  5968. on error errMsg number errNum
  5969.     --enter statements to perform when no records are found such as...
  5970.     display dialog "Sorry, the item you selected could not be found."
  5971.     return
  5972. end try
  5973. All Packages
  5974. 7.0.1OrDev.CD July 92
  5975. Dev.CD June 92
  5976. Dev.CD May 92
  5977. Dev.CD Apr 92
  5978. Dev.CD Mar 92
  5979. Dev.CD Feb 92
  5980. Dev.CD Jan 92
  5981. Dev.CD Vol. XIPqDev.CD July 92
  5982. Dev.CD June 92
  5983. Dev.CD May 92
  5984. Dev.CD Apr 92
  5985. Dev.CD Mar 92
  5986. Dev.CD Feb 92
  5987. Dev.CD Jan 92
  5988. Dev.CD Vol. XV
  5989. 1582X
  5990. July 9
  5991. All Packages
  5992. 7.0.1OrDev.CD July 92
  5993. Dev.CD June 92
  5994. Dev.CD May 92
  5995. Dev.CD Apr 92
  5996. Dev.CD Mar 92
  5997. Dev.CD Feb 92
  5998. Dev.CD Jan 92
  5999. Dev.CD Vol. XIPqDev.CD July 92
  6000. Dev.CD June 92
  6001. Dev.CD May 92
  6002. Dev.CD Apr 92
  6003. Dev.CD Mar 92
  6004. Dev.CD Feb 92
  6005. Dev.CD Jan 92
  6006. Dev.CD Vol. XV
  6007. 1583X
  6008. July 9
  6009. --set theItem to choose file -- uncomment to test in an AS editor
  6010.     tell application "Finder"
  6011.         open item "Dev.CD July 92
  6012. Dev.CD June 92
  6013. Dev.CD May 92
  6014. Dev.CD Apr 92
  6015. Dev.CD Mar 92
  6016. Dev.CD Feb 92
  6017. Dev.CD Jan 92
  6018. Dev.CD Vol. XI"
  6019.         activate
  6020.     end tell
  6021. on error errMsg number errNum
  6022.     --enter statements to perform when no records are found such as...
  6023.     display dialog "Sorry, the item you selected could not be found."
  6024.     return
  6025. end try
  6026. All Packages
  6027. 7.0.1OcDev.CD July 92
  6028. Dev.CD June 92
  6029. Dev.CD May 92
  6030. Dev.CD Apr 92
  6031. Dev.CD Mar 92
  6032. Dev.CD Feb 92
  6033. Dev.CD Jan 92PbDev.CD July 92
  6034. Dev.CD June 92
  6035. Dev.CD May 92
  6036. Dev.CD Apr 92
  6037. Dev.CD Mar 92
  6038. Dev.CD Feb 92
  6039. Dev.CD Jan 9V
  6040. 1584X
  6041. July 9
  6042. --set theItem to choose file -- uncomment to test in an AS editor
  6043.     tell application "Finder"
  6044.         open item "Dev.CD July 92
  6045. Dev.CD June 92
  6046. Dev.CD May 92
  6047. Dev.CD Apr 92
  6048. Dev.CD Mar 92
  6049. Dev.CD Feb 92
  6050. Dev.CD Jan 92
  6051. Dev.CD Vol. XI"
  6052.         activate
  6053.     end tell
  6054. on error errMsg number errNum
  6055.     --enter statements to perform when no records are found such as...
  6056.     display dialog "Sorry, the item you selected could not be found."
  6057.     return
  6058. end try
  6059. All Packages
  6060. 7.0.1.1OqDev.CD Oct 94
  6061. Dev.CD Jul 94
  6062. Dev.CD Oct 92
  6063. Dev.CD Sept 92
  6064. Dev.CD Aug 92
  6065. Dev.CD June 92
  6066. Dev.CD May 92
  6067. Dev.CD Apr 92PpDev.CD Oct 94
  6068. Dev.CD Jul 94
  6069. Dev.CD Oct 92
  6070. Dev.CD Sept 92
  6071. Dev.CD Aug 92
  6072. Dev.CD June 92
  6073. Dev.CD May 92
  6074. Dev.CD Apr 9V
  6075. 1585X
  6076. Oct 94
  6077. --set theItem to choose file -- uncomment to test in an AS editor
  6078.     tell application "Finder"
  6079.         open item "Dev.CD Oct 94
  6080. Dev.CD Jul 94
  6081. Dev.CD Oct 92
  6082. Dev.CD Sept 92
  6083. Dev.CD Aug 92
  6084. Dev.CD June 92
  6085. Dev.CD May 92
  6086. Dev.CD Apr 92"
  6087.         activate
  6088.     end tell
  6089. on error errMsg number errNum
  6090.     --enter statements to perform when no records are found such as...
  6091.     display dialog "Sorry, the item you selected could not be found."
  6092.     return
  6093. end try
  6094. All Packages
  6095. 7.0.1.1O
  6096. Dev.CD Sept 92
  6097. Dev.CD Aug 92P
  6098. Dev.CD Sept 92
  6099. Dev.CD Aug 9V
  6100. 1586X
  6101. Sept 9
  6102. --set theItem to choose file -- uncomment to test in an AS editor
  6103.     tell application "Finder"
  6104.         open item "Dev.CD July 92
  6105. Dev.CD June 92
  6106. Dev.CD May 92
  6107. Dev.CD Apr 92
  6108. Dev.CD Mar 92
  6109. Dev.CD Feb 92
  6110. Dev.CD Jan 92"
  6111.         activate
  6112.     end tell
  6113. on error errMsg number errNum
  6114.     --enter statements to perform when no records are found such as...
  6115.     display dialog "Sorry, the item you selected could not be found."
  6116.     return
  6117. end try
  6118. All Packages
  6119. 7.0.1POsDev.CD Jan 94
  6120. Dev.CD Oct 93
  6121. Dev.CD Jul 93
  6122. Dev.CD Apr 93
  6123. Dev.CD Mar 93
  6124. Dev.CD Feb 93
  6125. Dev.CD Jan 93
  6126. Dev.CD Nov/Dec 92PrDev.CD Jan 94
  6127. Dev.CD Oct 93
  6128. Dev.CD Jul 93
  6129. Dev.CD Apr 93
  6130. Dev.CD Mar 93
  6131. Dev.CD Feb 93
  6132. Dev.CD Jan 93
  6133. Dev.CD Nov/Dec 9V
  6134. 1587X
  6135. Jan 94
  6136. --set theItem to choose file -- uncomment to test in an AS editor
  6137.     tell application "Finder"
  6138.         open item "Dev.CD Jan 94
  6139. Dev.CD Oct 93
  6140. Dev.CD Jul 93
  6141. Dev.CD Apr 93
  6142. Dev.CD Mar 93
  6143. Dev.CD Feb 93
  6144. Dev.CD Jan 93
  6145. Dev.CD Nov/Dec 92"
  6146.         activate
  6147.     end tell
  6148. on error errMsg number errNum
  6149.     --enter statements to perform when no records are found such as...
  6150.     display dialog "Sorry, the item you selected could not be found."
  6151.     return
  6152. end try
  6153. All Packages
  6154. Dev.CD Oct 94P
  6155. Dev.CD Oct 9V
  6156. 1588X
  6157. Oct 94
  6158. q--set theItem to choose file -- uncomment to test in an AS editor
  6159.     tell application "Finder"
  6160.         open item "Dev.CD Sept 92
  6161. Dev.CD Aug 92"
  6162.         activate
  6163.     end tell
  6164. on error errMsg number errNum
  6165.     --enter statements to perform when no records are found such as...
  6166.     display dialog "Sorry, the item you selected could not be found."
  6167.     return
  6168. end try
  6169. All Packages
  6170. Dev.CD Apr 94
  6171. Dev.CD Jan 94
  6172. Dev.CD Oct 93
  6173. Dev.CD Jul 93
  6174. Dev.CD Apr 93
  6175. Dev.CD Mar 93
  6176. Dev.CD Feb 93
  6177. Dev.CD Jan 93
  6178. Dev.CD Nov/Dec 92
  6179. Dev.CD Oct 92P
  6180. Dev.CD Apr 94
  6181. Dev.CD Jan 94
  6182. Dev.CD Oct 93
  6183. Dev.CD Jul 93
  6184. Dev.CD Apr 93
  6185. Dev.CD Mar 93
  6186. Dev.CD Feb 93
  6187. Dev.CD Jan 93
  6188. Dev.CD Nov/Dec 92
  6189. Dev.CD Oct 9V
  6190. 1589X
  6191. Apr 94
  6192. --set theItem to choose file -- uncomment to test in an AS editor
  6193.     tell application "Finder"
  6194.         open item "Dev.CD Apr 94
  6195. Dev.CD Jan 94
  6196. Dev.CD Oct 93
  6197. Dev.CD Jul 93
  6198. Dev.CD Apr 93
  6199. Dev.CD Mar 93
  6200. Dev.CD Feb 93
  6201. Dev.CD Jan 93
  6202. Dev.CD Nov/Dec 92
  6203. Dev.CD Oct 92"
  6204.         activate
  6205.     end tell
  6206. on error errMsg number errNum
  6207.     --enter statements to perform when no records are found such as...
  6208.     display dialog "Sorry, the item you selected could not be found."
  6209.     return
  6210. end try
  6211. All Packages
  6212. 7.1OEDev.CD Apr 94
  6213. Dev.CD Jan 94
  6214. Dev.CD Oct 93
  6215. Dev.CD Jul 93
  6216. Dev.CD Apr 93V
  6217. 1590X
  6218. b--set theItem to choose file -- uncomment to test in an AS editor
  6219.     tell application "Finder"
  6220.         open item "Dev.CD Oct 94"
  6221.         activate
  6222.     end tell
  6223. on error errMsg number errNum
  6224.     --enter statements to perform when no records are found such as...
  6225.     display dialog "Sorry, the item you selected could not be found."
  6226.     return
  6227. end try
  6228. EPDDev.CD Apr 94
  6229. Dev.CD Jan 94
  6230. Dev.CD Oct 93
  6231. Dev.CD Jul 93
  6232. Dev.CD Apr 9V
  6233. 1590X
  6234. Apr 94
  6235. --set theItem to choose file -- uncomment to test in an AS editor
  6236.     tell application "Finder"
  6237.         open item "Dev.CD Apr 94
  6238. Dev.CD Jan 94
  6239. Dev.CD Oct 93
  6240. Dev.CD Jul 93
  6241. Dev.CD Apr 93"
  6242.         activate
  6243.     end tell
  6244. on error errMsg number errNum
  6245.     --enter statements to perform when no records are found such as...
  6246.     display dialog "Sorry, the item you selected could not be found."
  6247.     return
  6248. end try
  6249. All Packages
  6250. 7.1OEDev.CD Apr 94
  6251. Dev.CD Jan 94
  6252. Dev.CD Oct 93
  6253. Dev.CD Jul 93
  6254. Dev.CD Apr 93PDDev.CD Apr 94
  6255. Dev.CD Jan 94
  6256. Dev.CD Oct 93
  6257. Dev.CD Jul 93
  6258. Dev.CD Apr 9V
  6259. 1591X
  6260. Apr 94
  6261. All Packages
  6262. 7.1O7Dev.CD Apr 94
  6263. Dev.CD Jan 94
  6264. Dev.CD Oct 93
  6265. Dev.CD Jul 93P6Dev.CD Apr 94
  6266. Dev.CD Jan 94
  6267. Dev.CD Oct 93
  6268. Dev.CD Jul 9V
  6269. 1592X
  6270. Apr 94
  6271. --set theItem to choose file -- uncomment to test in an AS editor
  6272.     tell application "Finder"
  6273.         open item "Dev.CD Apr 94
  6274. Dev.CD Jan 94
  6275. Dev.CD Oct 93
  6276. Dev.CD Jul 93"
  6277.         activate
  6278.     end tell
  6279. on error errMsg number errNum
  6280.     --enter statements to perform when no records are found such as...
  6281.     display dialog "Sorry, the item you selected could not be found."
  6282.     return
  6283. end try
  6284. All Packages
  6285. 7.1OEDev.CD Apr 94
  6286. Dev.CD Jan 94
  6287. Dev.CD Oct 93
  6288. Dev.CD Jul 93
  6289. Dev.CD Apr 93PDDev.CD Apr 94
  6290. Dev.CD Jan 94
  6291. Dev.CD Oct 93
  6292. Dev.CD Jul 93
  6293. Dev.CD Apr 9V
  6294. 1593X
  6295. Apr 94
  6296. --set theItem to choose file -- uncomment to test in an AS editor
  6297.     tell application "Finder"
  6298.         open item "Dev.CD Apr 94
  6299. Dev.CD Jan 94
  6300. Dev.CD Oct 93
  6301. Dev.CD Jul 93
  6302. Dev.CD Apr 93"
  6303.         activate
  6304.     end tell
  6305. on error errMsg number errNum
  6306.     --enter statements to perform when no records are found such as...
  6307.     display dialog "Sorry, the item you selected could not be found."
  6308.     return
  6309. end try
  6310. All Packages
  6311. 7.1OSDev.CD Apr 94
  6312. Dev.CD Jan 94
  6313. Dev.CD Oct 93
  6314. Dev.CD Jul 93
  6315. Dev.CD Jun 93
  6316. Dev.CD May 93PRDev.CD Apr 94
  6317. Dev.CD Jan 94
  6318. Dev.CD Oct 93
  6319. Dev.CD Jul 93
  6320. Dev.CD Jun 93
  6321. Dev.CD May 9V
  6322. 1594X
  6323. Apr 94
  6324. --set theItem to choose file -- uncomment to test in an AS editor
  6325.     tell application "Finder"
  6326.         open item "Dev.CD Apr 94
  6327. Dev.CD Jan 94
  6328. Dev.CD Oct 93
  6329. Dev.CD Jul 93
  6330. Dev.CD Jun 93
  6331. Dev.CD May 93"
  6332.         activate
  6333.     end tell
  6334. on error errMsg number errNum
  6335.     --enter statements to perform when no records are found such as...
  6336.     display dialog "Sorry, the item you selected could not be found."
  6337.     return
  6338. end try
  6339. All Packages
  6340. 7.1O)Dev.CD Apr 94
  6341. Dev.CD Oct 93
  6342. Dev.CD Jul 93P(Dev.CD Apr 94
  6343. Dev.CD Oct 93
  6344. Dev.CD Jul 9V
  6345. 1595X
  6346. Apr 94
  6347. --set theItem to choose file -- uncomment to test in an AS editor
  6348.     tell application "Finder"
  6349.         open item "Dev.CD Apr 94
  6350. Dev.CD Jan 94
  6351. Dev.CD Oct 93
  6352. Dev.CD Jul 93
  6353. Dev.CD Apr 93"
  6354.         activate
  6355.     end tell
  6356. on error errMsg number errNum
  6357.     --enter statements to perform when no records are found such as...
  6358.     display dialog "Sorry, the item you selected could not be found."
  6359.     return
  6360. end try
  6361. All Packages
  6362. 7.1OEDev.CD Apr 94
  6363. Dev.CD Jan 94
  6364. Dev.CD Oct 93
  6365. Dev.CD Jul 93
  6366. Dev.CD Apr 93PDDev.CD Apr 94
  6367. Dev.CD Jan 94
  6368. Dev.CD Oct 93
  6369. Dev.CD Jul 93
  6370. Dev.CD Apr 9V
  6371. 1596X
  6372. Apr 94
  6373. --set theItem to choose file -- uncomment to test in an AS editor
  6374.     tell application "Finder"
  6375.         open item "Dev.CD Apr 94
  6376. Dev.CD Jan 94
  6377. Dev.CD Oct 93
  6378. Dev.CD Jul 93
  6379. Dev.CD Apr 93"
  6380.         activate
  6381.     end tell
  6382. on error errMsg number errNum
  6383.     --enter statements to perform when no records are found such as...
  6384.     display dialog "Sorry, the item you selected could not be found."
  6385.     return
  6386. end try
  6387. All Packages
  6388. 7.1OEDev.CD Apr 94
  6389. Dev.CD Jan 94
  6390. Dev.CD Oct 93
  6391. Dev.CD Jul 93
  6392. Dev.CD Apr 93PDDev.CD Apr 94
  6393. Dev.CD Jan 94
  6394. Dev.CD Oct 93
  6395. Dev.CD Jul 93
  6396. Dev.CD Apr 9V
  6397. 1597X
  6398. Apr 94
  6399. ~--set theItem to choose file -- uncomment to test in an AS editor
  6400.     tell application "Finder"
  6401.         open item "Dev.CD Apr 94
  6402. Dev.CD Oct 93
  6403. Dev.CD Jul 93"
  6404.         activate
  6405.     end tell
  6406. on error errMsg number errNum
  6407.     --enter statements to perform when no records are found such as...
  6408.     display dialog "Sorry, the item you selected could not be found."
  6409.     return
  6410. end try
  6411. All Packages
  6412. 7.1OEDev.CD Apr 94
  6413. Dev.CD Jan 94
  6414. Dev.CD Oct 93
  6415. Dev.CD Jul 93
  6416. Dev.CD Apr 93PDDev.CD Apr 94
  6417. Dev.CD Jan 94
  6418. Dev.CD Oct 93
  6419. Dev.CD Jul 93
  6420. Dev.CD Apr 9V
  6421. 1598X
  6422. Apr 94
  6423. --set theItem to choose file -- uncomment to test in an AS editor
  6424.     tell application "Finder"
  6425.         open item "Dev.CD Apr 94
  6426. Dev.CD Jan 94
  6427. Dev.CD Oct 93
  6428. Dev.CD Jul 93
  6429. Dev.CD Apr 93"
  6430.         activate
  6431.     end tell
  6432. on error errMsg number errNum
  6433.     --enter statements to perform when no records are found such as...
  6434.     display dialog "Sorry, the item you selected could not be found."
  6435.     return
  6436. end try
  6437. All Packages
  6438. 7.1OEDev.CD Apr 94
  6439. Dev.CD Jan 94
  6440. Dev.CD Oct 93
  6441. Dev.CD Jul 93
  6442. Dev.CD Apr 93PDDev.CD Apr 94
  6443. Dev.CD Jan 94
  6444. Dev.CD Oct 93
  6445. Dev.CD Jul 93
  6446. Dev.CD Apr 9V
  6447. 1599X
  6448. Apr 94
  6449. --set theItem to choose file -- uncomment to test in an AS editor
  6450.     tell application "Finder"
  6451.         open item "Dev.CD Apr 94
  6452. Dev.CD Jan 94
  6453. Dev.CD Oct 93
  6454. Dev.CD Jul 93
  6455. Dev.CD Apr 93"
  6456.         activate
  6457.     end tell
  6458. on error errMsg number errNum
  6459.     --enter statements to perform when no records are found such as...
  6460.     display dialog "Sorry, the item you selected could not be found."
  6461.     return
  6462. end try
  6463. All Packages
  6464. 7.1OEDev.CD Apr 94
  6465. Dev.CD Jan 94
  6466. Dev.CD Oct 93
  6467. Dev.CD Jul 93
  6468. Dev.CD Apr 93PDDev.CD Apr 94
  6469. Dev.CD Jan 94
  6470. Dev.CD Oct 93
  6471. Dev.CD Jul 93
  6472. Dev.CD Apr 9V
  6473. 1600X
  6474. Apr 94
  6475. --set theItem to choose file -- uncomment to test in an AS editor
  6476.     tell application "Finder"
  6477.         open item "Dev.CD Apr 94
  6478. Dev.CD Jan 94
  6479. Dev.CD Oct 93
  6480. Dev.CD Jul 93
  6481. Dev.CD Apr 93"
  6482.         activate
  6483.     end tell
  6484. on error errMsg number errNum
  6485.     --enter statements to perform when no records are found such as...
  6486.     display dialog "Sorry, the item you selected could not be found."
  6487.     return
  6488. end try
  6489. All Packages
  6490. 7.1OEDev.CD Apr 94
  6491. Dev.CD Jan 94
  6492. Dev.CD Oct 93
  6493. Dev.CD Jul 93
  6494. Dev.CD Apr 93PDDev.CD Apr 94
  6495. Dev.CD Jan 94
  6496. Dev.CD Oct 93
  6497. Dev.CD Jul 93
  6498. Dev.CD Apr 9V
  6499. 1601X
  6500. Apr 94
  6501. --set theItem to choose file -- uncomment to test in an AS editor
  6502.     tell application "Finder"
  6503.         open item "Dev.CD Apr 94
  6504. Dev.CD Jan 94
  6505. Dev.CD Oct 93
  6506. Dev.CD Jul 93
  6507. Dev.CD Apr 93"
  6508.         activate
  6509.     end tell
  6510. on error errMsg number errNum
  6511.     --enter statements to perform when no records are found such as...
  6512.     display dialog "Sorry, the item you selected could not be found."
  6513.     return
  6514. end try
  6515. All Packages
  6516. 7.1OEDev.CD Apr 94
  6517. Dev.CD Jan 94
  6518. Dev.CD Oct 93
  6519. Dev.CD Jul 93
  6520. Dev.CD Apr 93PDDev.CD Apr 94
  6521. Dev.CD Jan 94
  6522. Dev.CD Oct 93
  6523. Dev.CD Jul 93
  6524. Dev.CD Apr 9V
  6525. 1602X
  6526. Apr 94
  6527. --set theItem to choose file -- uncomment to test in an AS editor
  6528.     tell application "Finder"
  6529.         open item "Dev.CD Apr 94
  6530. Dev.CD Jan 94
  6531. Dev.CD Oct 93
  6532. Dev.CD Jul 93
  6533. Dev.CD Apr 93"
  6534.         activate
  6535.     end tell
  6536. on error errMsg number errNum
  6537.     --enter statements to perform when no records are found such as...
  6538.     display dialog "Sorry, the item you selected could not be found."
  6539.     return
  6540. end try
  6541. All Packages
  6542. 7.1OEDev.CD Apr 94
  6543. Dev.CD Jan 94
  6544. Dev.CD Oct 93
  6545. Dev.CD Jul 93
  6546. Dev.CD Apr 93PDDev.CD Apr 94
  6547. Dev.CD Jan 94
  6548. Dev.CD Oct 93
  6549. Dev.CD Jul 93
  6550. Dev.CD Apr 9V
  6551. 1603X
  6552. Apr 94
  6553. --set theItem to choose file -- uncomment to test in an AS editor
  6554.     tell application "Finder"
  6555.         open item "Dev.CD Apr 94
  6556. Dev.CD Jan 94
  6557. Dev.CD Oct 93
  6558. Dev.CD Jul 93
  6559. Dev.CD Apr 93"
  6560.         activate
  6561.     end tell
  6562. on error errMsg number errNum
  6563.     --enter statements to perform when no records are found such as...
  6564.     display dialog "Sorry, the item you selected could not be found."
  6565.     return
  6566. end try
  6567. All Packages
  6568. 7.1OEDev.CD Apr 94
  6569. Dev.CD Jan 94
  6570. Dev.CD Oct 93
  6571. Dev.CD Jul 93
  6572. Dev.CD Apr 93PDDev.CD Apr 94
  6573. Dev.CD Jan 94
  6574. Dev.CD Oct 93
  6575. Dev.CD Jul 93
  6576. Dev.CD Apr 9V
  6577. 1604X
  6578. Apr 94
  6579. --set theItem to choose file -- uncomment to test in an AS editor
  6580.     tell application "Finder"
  6581.         open item "Dev.CD Apr 94
  6582. Dev.CD Jan 94
  6583. Dev.CD Oct 93
  6584. Dev.CD Jul 93
  6585. Dev.CD Apr 93"
  6586.         activate
  6587.     end tell
  6588. on error errMsg number errNum
  6589.     --enter statements to perform when no records are found such as...
  6590.     display dialog "Sorry, the item you selected could not be found."
  6591.     return
  6592. end try
  6593. All Packages
  6594. 7.1OEDev.CD Apr 94
  6595. Dev.CD Jan 94
  6596. Dev.CD Oct 93
  6597. Dev.CD Jul 93
  6598. Dev.CD Apr 93PDDev.CD Apr 94
  6599. Dev.CD Jan 94
  6600. Dev.CD Oct 93
  6601. Dev.CD Jul 93
  6602. Dev.CD Apr 9V
  6603. 1605X
  6604. Apr 94
  6605. --set theItem to choose file -- uncomment to test in an AS editor
  6606.     tell application "Finder"
  6607.         open item "Dev.CD Apr 94
  6608. Dev.CD Jan 94
  6609. Dev.CD Oct 93
  6610. Dev.CD Jul 93
  6611. Dev.CD Apr 93"
  6612.         activate
  6613.     end tell
  6614. on error errMsg number errNum
  6615.     --enter statements to perform when no records are found such as...
  6616.     display dialog "Sorry, the item you selected could not be found."
  6617.     return
  6618. end try
  6619. All Packages
  6620. 7.1O7Dev.CD Apr 94
  6621. Dev.CD Jan 94
  6622. Dev.CD Oct 93
  6623. Dev.CD Jul 93P6Dev.CD Apr 94
  6624. Dev.CD Jan 94
  6625. Dev.CD Oct 93
  6626. Dev.CD Jul 9V
  6627. 1606X
  6628. Apr 94
  6629. --set theItem to choose file -- uncomment to test in an AS editor
  6630.     tell application "Finder"
  6631.         open item "Dev.CD Apr 94
  6632. Dev.CD Jan 94
  6633. Dev.CD Oct 93
  6634. Dev.CD Jul 93"
  6635.         activate
  6636.     end tell
  6637. on error errMsg number errNum
  6638.     --enter statements to perform when no records are found such as...
  6639.     display dialog "Sorry, the item you selected could not be found."
  6640.     return
  6641. end try
  6642. All Packages
  6643. 7.1O7Dev.CD Apr 94
  6644. Dev.CD Jan 94
  6645. Dev.CD Oct 93
  6646. Dev.CD Jul 93P6Dev.CD Apr 94
  6647. Dev.CD Jan 94
  6648. Dev.CD Oct 93
  6649. Dev.CD Jul 9V
  6650. 1607X
  6651. Apr 94
  6652. --set theItem to choose file -- uncomment to test in an AS editor
  6653.     tell application "Finder"
  6654.         open item "Dev.CD Apr 94
  6655. Dev.CD Jan 94
  6656. Dev.CD Oct 93
  6657. Dev.CD Jul 93
  6658. Dev.CD Apr 93"
  6659.         activate
  6660.     end tell
  6661. on error errMsg number errNum
  6662.     --enter statements to perform when no records are found such as...
  6663.     display dialog "Sorry, the item you selected could not be found."
  6664.     return
  6665. end try
  6666. All Packages
  6667. 7.1OSDev.CD Apr 94
  6668. Dev.CD Jan 94
  6669. Dev.CD Oct 93
  6670. Dev.CD Jul 93
  6671. Dev.CD Apr 93
  6672. Dev.CD Mar 93PRDev.CD Apr 94
  6673. Dev.CD Jan 94
  6674. Dev.CD Oct 93
  6675. Dev.CD Jul 93
  6676. Dev.CD Apr 93
  6677. Dev.CD Mar 9V
  6678. 1608X
  6679. Apr 94
  6680. --set theItem to choose file -- uncomment to test in an AS editor
  6681.     tell application "Finder"
  6682.         open item "Dev.CD Apr 94
  6683. Dev.CD Jan 94
  6684. Dev.CD Oct 93
  6685. Dev.CD Jul 93
  6686. Dev.CD Apr 93
  6687. Dev.CD Mar 93"
  6688.         activate
  6689.     end tell
  6690. on error errMsg number errNum
  6691.     --enter statements to perform when no records are found such as...
  6692.     display dialog "Sorry, the item you selected could not be found."
  6693.     return
  6694. end try
  6695. All Packages
  6696. 7.1OEDev.CD Apr 94
  6697. Dev.CD Jan 94
  6698. Dev.CD Oct 93
  6699. Dev.CD Jul 93
  6700. Dev.CD Apr 93PDDev.CD Apr 94
  6701. Dev.CD Jan 94
  6702. Dev.CD Oct 93
  6703. Dev.CD Jul 93
  6704. Dev.CD Apr 9V
  6705. 1609X
  6706. Apr 94
  6707. --set theItem to choose file -- uncomment to test in an AS editor
  6708.     tell application "Finder"
  6709.         open item "Dev.CD Apr 94
  6710. Dev.CD Jan 94
  6711. Dev.CD Oct 93
  6712. Dev.CD Jul 93"
  6713.         activate
  6714.     end tell
  6715. on error errMsg number errNum
  6716.     --enter statements to perform when no records are found such as...
  6717.     display dialog "Sorry, the item you selected could not be found."
  6718.     return
  6719. end try
  6720. All Packages
  6721. 7.1OSDev.CD Apr 94
  6722. Dev.CD Jan 94
  6723. Dev.CD Oct 93
  6724. Dev.CD Jul 93
  6725. Dev.CD Jun 93
  6726. Dev.CD May 93PRDev.CD Apr 94
  6727. Dev.CD Jan 94
  6728. Dev.CD Oct 93
  6729. Dev.CD Jul 93
  6730. Dev.CD Jun 93
  6731. Dev.CD May 9V
  6732. 1610X
  6733. Apr 94
  6734. --set theItem to choose file -- uncomment to test in an AS editor
  6735.     tell application "Finder"
  6736.         open item "Dev.CD Apr 94
  6737. Dev.CD Jan 94
  6738. Dev.CD Oct 93
  6739. Dev.CD Jul 93
  6740. Dev.CD Jun 93
  6741. Dev.CD May 93"
  6742.         activate
  6743.     end tell
  6744. on error errMsg number errNum
  6745.     --enter statements to perform when no records are found such as...
  6746.     display dialog "Sorry, the item you selected could not be found."
  6747.     return
  6748. end try
  6749. All Packages
  6750. 7.1OEDev.CD Apr 94
  6751. Dev.CD Jan 94
  6752. Dev.CD Oct 93
  6753. Dev.CD Jul 93
  6754. Dev.CD Apr 93PDDev.CD Apr 94
  6755. Dev.CD Jan 94
  6756. Dev.CD Oct 93
  6757. Dev.CD Jul 93
  6758. Dev.CD Apr 9V
  6759. 1611X
  6760. Apr 94
  6761. --set theItem to choose file -- uncomment to test in an AS editor
  6762.     tell application "Finder"
  6763.         open item "Dev.CD Apr 94
  6764. Dev.CD Jan 94
  6765. Dev.CD Oct 93
  6766. Dev.CD Jul 93
  6767. Dev.CD Apr 93"
  6768.         activate
  6769.     end tell
  6770. on error errMsg number errNum
  6771.     --enter statements to perform when no records are found such as...
  6772.     display dialog "Sorry, the item you selected could not be found."
  6773.     return
  6774. end try
  6775. All Packages
  6776. 7.1OEDev.CD Apr 94
  6777. Dev.CD Jan 94
  6778. Dev.CD Oct 93
  6779. Dev.CD Jul 93
  6780. Dev.CD Apr 93PDDev.CD Apr 94
  6781. Dev.CD Jan 94
  6782. Dev.CD Oct 93
  6783. Dev.CD Jul 93
  6784. Dev.CD Apr 9V
  6785. 1612X
  6786. Apr 94
  6787. --set theItem to choose file -- uncomment to test in an AS editor
  6788.     tell application "Finder"
  6789.         open item "Dev.CD Apr 94
  6790. Dev.CD Jan 94
  6791. Dev.CD Oct 93
  6792. Dev.CD Jul 93
  6793. Dev.CD Apr 93"
  6794.         activate
  6795.     end tell
  6796. on error errMsg number errNum
  6797.     --enter statements to perform when no records are found such as...
  6798.     display dialog "Sorry, the item you selected could not be found."
  6799.     return
  6800. end try
  6801. All Packages
  6802. 7.1O7Dev.CD Apr 94
  6803. Dev.CD Jan 94
  6804. Dev.CD Oct 93
  6805. Dev.CD Apr 93P6Dev.CD Apr 94
  6806. Dev.CD Jan 94
  6807. Dev.CD Oct 93
  6808. Dev.CD Apr 9V
  6809. 1613X
  6810. Apr 94
  6811. --set theItem to choose file -- uncomment to test in an AS editor
  6812.     tell application "Finder"
  6813.         open item "Dev.CD Apr 94
  6814. Dev.CD Jan 94
  6815. Dev.CD Oct 93
  6816. Dev.CD Jul 93
  6817. Dev.CD Apr 93"
  6818.         activate
  6819.     end tell
  6820. on error errMsg number errNum
  6821.     --enter statements to perform when no records are found such as...
  6822.     display dialog "Sorry, the item you selected could not be found."
  6823.     return
  6824. end try
  6825. All Packages
  6826. 7.1OsDev.CD Apr 94
  6827. Dev.CD Jan 94
  6828. Dev.CD Oct 93
  6829. Dev.CD Jul 93
  6830. Dev.CD Apr 93
  6831. Dev.CD Feb 93
  6832. Dev.CD Jan 93
  6833. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  6834. Dev.CD Jan 94
  6835. Dev.CD Oct 93
  6836. Dev.CD Jul 93
  6837. Dev.CD Apr 93
  6838. Dev.CD Feb 93
  6839. Dev.CD Jan 93
  6840. Dev.CD Nov/Dec 9V
  6841. 1614X
  6842. Apr 94
  6843. --set theItem to choose file -- uncomment to test in an AS editor
  6844.     tell application "Finder"
  6845.         open item "Dev.CD Apr 94
  6846. Dev.CD Jan 94
  6847. Dev.CD Oct 93
  6848. Dev.CD Jul 93
  6849. Dev.CD Apr 93
  6850. Dev.CD Feb 93
  6851. Dev.CD Jan 93
  6852. Dev.CD Nov/Dec 92"
  6853.         activate
  6854.     end tell
  6855. on error errMsg number errNum
  6856.     --enter statements to perform when no records are found such as...
  6857.     display dialog "Sorry, the item you selected could not be found."
  6858.     return
  6859. end try
  6860. All Packages
  6861. 7.1OsDev.CD Apr 94
  6862. Dev.CD Jan 94
  6863. Dev.CD Oct 93
  6864. Dev.CD Jul 93
  6865. Dev.CD Apr 93
  6866. Dev.CD Feb 93
  6867. Dev.CD Jan 93
  6868. Dev.CD Nov/Dec 92V
  6869. 1615X
  6870. --set theItem to choose file -- uncomment to test in an AS editor
  6871.     tell application "Finder"
  6872.         open item "Dev.CD Apr 94
  6873. Dev.CD Jan 94
  6874. Dev.CD Oct 93
  6875. Dev.CD Apr 93"
  6876.         activate
  6877.     end tell
  6878. on error errMsg number errNum
  6879.     --enter statements to perform when no records are found such as...
  6880.     display dialog "Sorry, the item you selected could not be found."
  6881.     return
  6882. end try
  6883. ^PrDev.CD Apr 94
  6884. Dev.CD Jan 94
  6885. Dev.CD Oct 93
  6886. Dev.CD Jul 93
  6887. Dev.CD Apr 93
  6888. Dev.CD Feb 93
  6889. Dev.CD Jan 93
  6890. Dev.CD Nov/Dec 9V
  6891. 1615X
  6892. Apr 94
  6893. --set theItem to choose file -- uncomment to test in an AS editor
  6894.     tell application "Finder"
  6895.         open item "Dev.CD Apr 94
  6896. Dev.CD Jan 94
  6897. Dev.CD Oct 93
  6898. Dev.CD Jul 93
  6899. Dev.CD Apr 93
  6900. Dev.CD Feb 93
  6901. Dev.CD Jan 93
  6902. Dev.CD Nov/Dec 92"
  6903.         activate
  6904.     end tell
  6905. on error errMsg number errNum
  6906.     --enter statements to perform when no records are found such as...
  6907.     display dialog "Sorry, the item you selected could not be found."
  6908.     return
  6909. end try
  6910. All Packages
  6911. 7.1OEDev.CD Apr 94
  6912. Dev.CD Jan 94
  6913. Dev.CD Oct 93
  6914. Dev.CD Jul 93
  6915. Dev.CD Apr 93PDDev.CD Apr 94
  6916. Dev.CD Jan 94
  6917. Dev.CD Oct 93
  6918. Dev.CD Jul 93
  6919. Dev.CD Apr 9V
  6920. 1616X
  6921. Apr 94
  6922. All Packages
  6923. 7.1OsDev.CD Apr 94
  6924. Dev.CD Jan 94
  6925. Dev.CD Oct 93
  6926. Dev.CD Jul 93
  6927. Dev.CD Apr 93
  6928. Dev.CD Feb 93
  6929. Dev.CD Jan 93
  6930. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  6931. Dev.CD Jan 94
  6932. Dev.CD Oct 93
  6933. Dev.CD Jul 93
  6934. Dev.CD Apr 93
  6935. Dev.CD Feb 93
  6936. Dev.CD Jan 93
  6937. Dev.CD Nov/Dec 9V
  6938. 1617X
  6939. Apr 94
  6940. --set theItem to choose file -- uncomment to test in an AS editor
  6941.     tell application "Finder"
  6942.         open item "Dev.CD Apr 94
  6943. Dev.CD Jan 94
  6944. Dev.CD Oct 93
  6945. Dev.CD Jul 93
  6946. Dev.CD Apr 93
  6947. Dev.CD Feb 93
  6948. Dev.CD Jan 93
  6949. Dev.CD Nov/Dec 92"
  6950.         activate
  6951.     end tell
  6952. on error errMsg number errNum
  6953.     --enter statements to perform when no records are found such as...
  6954.     display dialog "Sorry, the item you selected could not be found."
  6955.     return
  6956. end try
  6957. All Packages
  6958. 7.1OEDev.CD Apr 94
  6959. Dev.CD Jan 94
  6960. Dev.CD Oct 93
  6961. Dev.CD Jul 93
  6962. Dev.CD Apr 93PDDev.CD Apr 94
  6963. Dev.CD Jan 94
  6964. Dev.CD Oct 93
  6965. Dev.CD Jul 93
  6966. Dev.CD Apr 9V
  6967. 1618X
  6968. Apr 94
  6969. --set theItem to choose file -- uncomment to test in an AS editor
  6970.     tell application "Finder"
  6971.         open item "Dev.CD Apr 94
  6972. Dev.CD Jan 94
  6973. Dev.CD Oct 93
  6974. Dev.CD Jul 93
  6975. Dev.CD Apr 93"
  6976.         activate
  6977.     end tell
  6978. on error errMsg number errNum
  6979.     --enter statements to perform when no records are found such as...
  6980.     display dialog "Sorry, the item you selected could not be found."
  6981.     return
  6982. end try
  6983. All Packages
  6984. 7.1OsDev.CD Apr 94
  6985. Dev.CD Jan 94
  6986. Dev.CD Oct 93
  6987. Dev.CD Jul 93
  6988. Dev.CD Apr 93
  6989. Dev.CD Feb 93
  6990. Dev.CD Jan 93
  6991. Dev.CD Nov/Dec 92PrDev.CD Apr 94
  6992. Dev.CD Jan 94
  6993. Dev.CD Oct 93
  6994. Dev.CD Jul 93
  6995. Dev.CD Apr 93
  6996. Dev.CD Feb 93
  6997. Dev.CD Jan 93
  6998. Dev.CD Nov/Dec 9V
  6999. 1619X
  7000. Apr 94
  7001. --set theItem to choose file -- uncomment to test in an AS editor
  7002.     tell application "Finder"
  7003.         open item "Dev.CD Apr 94
  7004. Dev.CD Jan 94
  7005. Dev.CD Oct 93
  7006. Dev.CD Jul 93
  7007. Dev.CD Apr 93
  7008. Dev.CD Feb 93
  7009. Dev.CD Jan 93
  7010. Dev.CD Nov/Dec 92"
  7011.         activate
  7012.     end tell
  7013. on error errMsg number errNum
  7014.     --enter statements to perform when no records are found such as...
  7015.     display dialog "Sorry, the item you selected could not be found."
  7016.     return
  7017. end try
  7018. All Packages
  7019. 7.1OEDev.CD Apr 94
  7020. Dev.CD Jan 94
  7021. Dev.CD Oct 93
  7022. Dev.CD Jul 93
  7023. Dev.CD Apr 93PDDev.CD Apr 94
  7024. Dev.CD Jan 94
  7025. Dev.CD Oct 93
  7026. Dev.CD Jul 93
  7027. Dev.CD Apr 9V
  7028. 1620X
  7029. Apr 94
  7030. --set theItem to choose file -- uncomment to test in an AS editor
  7031.     tell application "Finder"
  7032.         open item "Dev.CD Apr 94
  7033. Dev.CD Jan 94
  7034. Dev.CD Oct 93
  7035. Dev.CD Jul 93
  7036. Dev.CD Apr 93"
  7037.         activate
  7038.     end tell
  7039. on error errMsg number errNum
  7040.     --enter statements to perform when no records are found such as...
  7041.     display dialog "Sorry, the item you selected could not be found."
  7042.     return
  7043. end try
  7044. packages
  7045. All Packages
  7046. 7.1OEDev.CD Apr 94
  7047. Dev.CD Jan 94
  7048. Dev.CD Oct 93
  7049. Dev.CD Jul 93
  7050. Dev.CD Apr 93PDDev.CD Apr 94
  7051. Dev.CD Jan 94
  7052. Dev.CD Oct 93
  7053. Dev.CD Jul 93
  7054. Dev.CD Apr 9V
  7055. 1621X
  7056. Apr 94
  7057. --set theItem to choose file -- uncomment to test in an AS editor
  7058.     tell application "Finder"
  7059.         open item "Dev.CD Apr 94
  7060. Dev.CD Jan 94
  7061. Dev.CD Oct 93
  7062. Dev.CD Jul 93
  7063. Dev.CD Apr 93"
  7064.         activate
  7065.     end tell
  7066. on error errMsg number errNum
  7067.     --enter statements to perform when no records are found such as...
  7068.     display dialog "Sorry, the item you selected could not be found."
  7069.     return
  7070. end try
  7071. All Packages
  7072. 7.1O)Dev.CD Apr 94
  7073. Dev.CD Jan 94
  7074. Dev.CD Oct 93P(Dev.CD Apr 94
  7075. Dev.CD Jan 94
  7076. Dev.CD Oct 9V
  7077. 1622X
  7078. Apr 94
  7079. --set theItem to choose file -- uncomment to test in an AS editor
  7080.     tell application "Finder"
  7081.         open item "Dev.CD Apr 94
  7082. Dev.CD Jan 94
  7083. Dev.CD Oct 93
  7084. Dev.CD Jul 93
  7085. Dev.CD Apr 93"
  7086.         activate
  7087.     end tell
  7088. on error errMsg number errNum
  7089.     --enter statements to perform when no records are found such as...
  7090.     display dialog "Sorry, the item you selected could not be found."
  7091.     return
  7092. end try
  7093. All Packages
  7094. 7.1OEDev.CD Apr 94
  7095. Dev.CD Jan 94
  7096. Dev.CD Oct 93
  7097. Dev.CD Jul 93
  7098. Dev.CD Apr 93PDDev.CD Apr 94
  7099. Dev.CD Jan 94
  7100. Dev.CD Oct 93
  7101. Dev.CD Jul 93
  7102. Dev.CD Apr 9V
  7103. 1623X
  7104. Apr 94
  7105. --set theItem to choose file -- uncomment to test in an AS editor
  7106.     tell application "Finder"
  7107.         open item "Dev.CD Apr 94
  7108. Dev.CD Jan 94
  7109. Dev.CD Oct 93
  7110. Dev.CD Jul 93
  7111. Dev.CD Apr 93"
  7112.         activate
  7113.     end tell
  7114. on error errMsg number errNum
  7115.     --enter statements to perform when no records are found such as...
  7116.     display dialog "Sorry, the item you selected could not be found."
  7117.     return
  7118. end try
  7119. All Packages
  7120. Dev.CD Apr 93P
  7121. Dev.CD Apr 9V
  7122. 1624X
  7123. Apr 93
  7124. ~--set theItem to choose file -- uncomment to test in an AS editor
  7125.     tell application "Finder"
  7126.         open item "Dev.CD Apr 94
  7127. Dev.CD Jan 94
  7128. Dev.CD Oct 93"
  7129.         activate
  7130.     end tell
  7131. on error errMsg number errNum
  7132.     --enter statements to perform when no records are found such as...
  7133.     display dialog "Sorry, the item you selected could not be found."
  7134.     return
  7135. end try
  7136. All Packages
  7137. Dev.CD Apr 93P
  7138. Dev.CD Apr 9V
  7139. 1625X
  7140. Apr 93
  7141. b--set theItem to choose file -- uncomment to test in an AS editor
  7142.     tell application "Finder"
  7143.         open item "Dev.CD Apr 93"
  7144.         activate
  7145.     end tell
  7146. on error errMsg number errNum
  7147.     --enter statements to perform when no records are found such as...
  7148.     display dialog "Sorry, the item you selected could not be found."
  7149.     return
  7150. end try
  7151. All Packages
  7152. 7.1 (PB 145B)O
  7153. Dev.CD Jul 93P
  7154. Dev.CD Jul 9V
  7155. 1626X
  7156. Jul 93
  7157. b--set theItem to choose file -- uncomment to test in an AS editor
  7158.     tell application "Finder"
  7159.         open item "Dev.CD Jul 93"
  7160.         activate
  7161.     end tell
  7162. on error errMsg number errNum
  7163.     --enter statements to perform when no records are found such as...
  7164.     display dialog "Sorry, the item you selected could not be found."
  7165.     return
  7166. end try
  7167. All Packages
  7168. 7.1 (PB 145B)O
  7169. Dev.CD Jul 93P
  7170. Dev.CD Jul 9V
  7171. 1627X
  7172. Jul 93
  7173. b--set theItem to choose file -- uncomment to test in an AS editor
  7174.     tell application "Finder"
  7175.         open item "Dev.CD Apr 93"
  7176.         activate
  7177.     end tell
  7178. on error errMsg number errNum
  7179.     --enter statements to perform when no records are found such as...
  7180.     display dialog "Sorry, the item you selected could not be found."
  7181.     return
  7182. end try
  7183. 2.0.1
  7184. 2.0.1r3
  7185. 2.0.6
  7186. 2.0b6
  7187. 2.0d3
  7188. 2.0d38
  7189. 2.1.1
  7190. 2.1.2
  7191. 2.1.3
  7192. 2.1.4
  7193. 2.3.0
  7194. 2.4b6
  7195. 2.6.1
  7196. 2400c
  7197. 3.0.1
  7198. 3.0b10
  7199. 3.2.4
  7200. 3.7.1
  7201. 7.0.1p
  7202. All Packages
  7203. 7.1 (PB 145B)O
  7204. Dev.CD Jul 93P
  7205. Dev.CD Jul 9V
  7206. 1628X
  7207. Jul 93
  7208. b--set theItem to choose file -- uncomment to test in an AS editor
  7209.     tell application "Finder"
  7210.         open item "Dev.CD Jul 93"
  7211.         activate
  7212.     end tell
  7213. on error errMsg number errNum
  7214.     --enter statements to perform when no records are found such as...
  7215.     display dialog "Sorry, the item you selected could not be found."
  7216.     return
  7217. end try
  7218. All Packages
  7219. 7.1 (PB 145B)O
  7220. Dev.CD Jul 93P
  7221. Dev.CD Jul 9V
  7222. 1629X
  7223. Jul 93
  7224. b--set theItem to choose file -- uncomment to test in an AS editor
  7225.     tell application "Finder"
  7226.         open item "Dev.CD Jul 93"
  7227.         activate
  7228.     end tell
  7229. on error errMsg number errNum
  7230.     --enter statements to perform when no records are found such as...
  7231.     display dialog "Sorry, the item you selected could not be found."
  7232.     return
  7233. end try
  7234. All Packages
  7235. 7.1 (PB 145B)O
  7236. Dev.CD Jul 93P
  7237. Dev.CD Jul 9V
  7238. 1630X
  7239. Jul 93
  7240. b--set theItem to choose file -- uncomment to test in an AS editor
  7241.     tell application "Finder"
  7242.         open item "Dev.CD Jul 93"
  7243.         activate
  7244.     end tell
  7245. on error errMsg number errNum
  7246.     --enter statements to perform when no records are found such as...
  7247.     display dialog "Sorry, the item you selected could not be found."
  7248.     return
  7249. end try
  7250. All Packages
  7251. 7.1 (PB 145B)O
  7252. Dev.CD Jul 93P
  7253. Dev.CD Jul 9V
  7254. 1631X
  7255. Jul 93
  7256. b--set theItem to choose file -- uncomment to test in an AS editor
  7257.     tell application "Finder"
  7258.         open item "Dev.CD Jul 93"
  7259.         activate
  7260.     end tell
  7261. on error errMsg number errNum
  7262.     --enter statements to perform when no records are found such as...
  7263.     display dialog "Sorry, the item you selected could not be found."
  7264.     return
  7265. end try
  7266. All Packages
  7267. 7.1 (PB 145B)O
  7268. Dev.CD Jul 93P
  7269. Dev.CD Jul 9V
  7270. 1632X
  7271. Jul 93
  7272. b--set theItem to choose file -- uncomment to test in an AS editor
  7273.     tell application "Finder"
  7274.         open item "Dev.CD Jul 93"
  7275.         activate
  7276.     end tell
  7277. on error errMsg number errNum
  7278.     --enter statements to perform when no records are found such as...
  7279.     display dialog "Sorry, the item you selected could not be found."
  7280.     return
  7281. end try
  7282. All Packages
  7283. 7.1 (PB 145B)O
  7284. Dev.CD Jul 93P
  7285. Dev.CD Jul 9V
  7286. 1633X
  7287. Jul 93
  7288. b--set theItem to choose file -- uncomment to test in an AS editor
  7289.     tell application "Finder"
  7290.         open item "Dev.CD Jul 93"
  7291.         activate
  7292.     end tell
  7293. on error errMsg number errNum
  7294.     --enter statements to perform when no records are found such as...
  7295.     display dialog "Sorry, the item you selected could not be found."
  7296.     return
  7297. end try
  7298. All Packages
  7299. 7.1 (PB 145B)O
  7300. Dev.CD Jul 93P
  7301. Dev.CD Jul 9V
  7302. 1634X
  7303. Jul 93
  7304. b--set theItem to choose file -- uncomment to test in an AS editor
  7305.     tell application "Finder"
  7306.         open item "Dev.CD Jul 93"
  7307.         activate
  7308.     end tell
  7309. on error errMsg number errNum
  7310.     --enter statements to perform when no records are found such as...
  7311.     display dialog "Sorry, the item you selected could not be found."
  7312.     return
  7313. end try
  7314. All Packages
  7315. 7.1 (PB 145B)O
  7316. Dev.CD Jul 93P
  7317. Dev.CD Jul 9V
  7318. 1635X
  7319. Jul 93
  7320. b--set theItem to choose file -- uncomment to test in an AS editor
  7321.     tell application "Finder"
  7322.         open item "Dev.CD Jul 93"
  7323.         activate
  7324.     end tell
  7325. on error errMsg number errNum
  7326.     --enter statements to perform when no records are found such as...
  7327.     display dialog "Sorry, the item you selected could not be found."
  7328.     return
  7329. end try
  7330. All Packages
  7331. 7.1 (PB 145B)O
  7332. Dev.CD Jul 93P
  7333. Dev.CD Jul 9V
  7334. 1636X
  7335. Jul 93
  7336. b--set theItem to choose file -- uncomment to test in an AS editor
  7337.     tell application "Finder"
  7338.         open item "Dev.CD Jul 93"
  7339.         activate
  7340.     end tell
  7341. on error errMsg number errNum
  7342.     --enter statements to perform when no records are found such as...
  7343.     display dialog "Sorry, the item you selected could not be found."
  7344.     return
  7345. end try
  7346. 7.1.1
  7347. 7.1.1
  7348. 7.1.2
  7349. 7.1p2
  7350. 7.1p5
  7351. 7.1p6
  7352. 7.5.1
  7353. 7.5.1a
  7354. 7.5.2
  7355. All Packages
  7356. 7.1 (PB 145B)O
  7357. Dev.CD Jul 93P
  7358. Dev.CD Jul 9V
  7359. 1637X
  7360. Jul 93
  7361. b--set theItem to choose file -- uncomment to test in an AS editor
  7362.     tell application "Finder"
  7363.         open item "Dev.CD Jul 93"
  7364.         activate
  7365.     end tell
  7366. on error errMsg number errNum
  7367.     --enter statements to perform when no records are found such as...
  7368.     display dialog "Sorry, the item you selected could not be found."
  7369.     return
  7370. end try
  7371. All Packages
  7372. 7.1 (PB 145B)O
  7373. Dev.CD Jul 93P
  7374. Dev.CD Jul 9V
  7375. 1638X
  7376. Jul 93
  7377. b--set theItem to choose file -- uncomment to test in an AS editor
  7378.     tell application "Finder"
  7379.         open item "Dev.CD Jul 93"
  7380.         activate
  7381.     end tell
  7382. on error errMsg number errNum
  7383.     --enter statements to perform when no records are found such as...
  7384.     display dialog "Sorry, the item you selected could not be found."
  7385.     return
  7386. end try
  7387. All Packages
  7388. 7.1 (PB 145B)O
  7389. Dev.CD Jul 93P
  7390. Dev.CD Jul 9V
  7391. 1639X
  7392. Jul 93
  7393. b--set theItem to choose file -- uncomment to test in an AS editor
  7394.     tell application "Finder"
  7395.         open item "Dev.CD Jul 93"
  7396.         activate
  7397.     end tell
  7398. on error errMsg number errNum
  7399.     --enter statements to perform when no records are found such as...
  7400.     display dialog "Sorry, the item you selected could not be found."
  7401.     return
  7402. end try
  7403. All Packages
  7404. 7.1 (PB 145B)O
  7405. Dev.CD Jul 93P
  7406. Dev.CD Jul 9V
  7407. 1640X
  7408. Jul 93
  7409. b--set theItem to choose file -- uncomment to test in an AS editor
  7410.     tell application "Finder"
  7411.         open item "Dev.CD Jul 93"
  7412.         activate
  7413.     end tell
  7414. on error errMsg number errNum
  7415.     --enter statements to perform when no records are found such as...
  7416.     display dialog "Sorry, the item you selected could not be found."
  7417.     return
  7418. end try
  7419. All Packages
  7420. 7.1 (PB 145B)O
  7421. Dev.CD Jul 93P
  7422. Dev.CD Jul 9V
  7423. 1641X
  7424. Jul 93
  7425. b--set theItem to choose file -- uncomment to test in an AS editor
  7426.     tell application "Finder"
  7427.         open item "Dev.CD Jul 93"
  7428.         activate
  7429.     end tell
  7430. on error errMsg number errNum
  7431.     --enter statements to perform when no records are found such as...
  7432.     display dialog "Sorry, the item you selected could not be found."
  7433.     return
  7434. end try
  7435. All Packages
  7436. 7.1 (PB 145B)O
  7437. Dev.CD Jul 93P
  7438. Dev.CD Jul 9V
  7439. 1642X
  7440. Jul 93
  7441. b--set theItem to choose file -- uncomment to test in an AS editor
  7442.     tell application "Finder"
  7443.         open item "Dev.CD Jul 93"
  7444.         activate
  7445.     end tell
  7446. on error errMsg number errNum
  7447.     --enter statements to perform when no records are found such as...
  7448.     display dialog "Sorry, the item you selected could not be found."
  7449.     return
  7450. end try
  7451. All Packages
  7452. 7.1 (PB 145B)O
  7453. Dev.CD Jul 93P
  7454. Dev.CD Jul 9V
  7455. 1643X
  7456. Jul 93
  7457. b--set theItem to choose file -- uncomment to test in an AS editor
  7458.     tell application "Finder"
  7459.         open item "Dev.CD Jul 93"
  7460.         activate
  7461.     end tell
  7462. on error errMsg number errNum
  7463.     --enter statements to perform when no records are found such as...
  7464.     display dialog "Sorry, the item you selected could not be found."
  7465.     return
  7466. end try
  7467. All Packages
  7468. 7.1 (PB 145B)O
  7469. Dev.CD Jul 93P
  7470. Dev.CD Jul 9V
  7471. 1644X
  7472. Jul 93
  7473. b--set theItem to choose file -- uncomment to test in an AS editor
  7474.     tell application "Finder"
  7475.         open item "Dev.CD Jul 93"
  7476.         activate
  7477.     end tell
  7478. on error errMsg number errNum
  7479.     --enter statements to perform when no records are found such as...
  7480.     display dialog "Sorry, the item you selected could not be found."
  7481.     return
  7482. end try
  7483. All Packages
  7484. 7.1 (PB 145B)O
  7485. Dev.CD Jul 93P
  7486. Dev.CD Jul 9V
  7487. 1645X
  7488. Jul 93
  7489. b--set theItem to choose file -- uncomment to test in an AS editor
  7490.     tell application "Finder"
  7491.         open item "Dev.CD Jul 93"
  7492.         activate
  7493.     end tell
  7494. on error errMsg number errNum
  7495.     --enter statements to perform when no records are found such as...
  7496.     display dialog "Sorry, the item you selected could not be found."
  7497.     return
  7498. end try
  7499. All Packages
  7500. 7.1 (PB 145B)O
  7501. Dev.CD Jul 93P
  7502. Dev.CD Jul 9V
  7503. 1646X
  7504. Jul 93
  7505. b--set theItem to choose file -- uncomment to test in an AS editor
  7506.     tell application "Finder"
  7507.         open item "Dev.CD Jul 93"
  7508.         activate
  7509.     end tell
  7510. on error errMsg number errNum
  7511.     --enter statements to perform when no records are found such as...
  7512.     display dialog "Sorry, the item you selected could not be found."
  7513.     return
  7514. end try
  7515. All Packages
  7516. 7.1 (PB 145B)O
  7517. Dev.CD Jul 93P
  7518. Dev.CD Jul 9V
  7519. 1647X
  7520. Jul 93
  7521. b--set theItem to choose file -- uncomment to test in an AS editor
  7522.     tell application "Finder"
  7523.         open item "Dev.CD Jul 93"
  7524.         activate
  7525.     end tell
  7526. on error errMsg number errNum
  7527.     --enter statements to perform when no records are found such as...
  7528.     display dialog "Sorry, the item you selected could not be found."
  7529.     return
  7530. end try
  7531. All Packages
  7532. 7.1 (PB 145B)O
  7533. Dev.CD Jul 93P
  7534. Dev.CD Jul 9V
  7535. 1648X
  7536. Jul 93
  7537. b--set theItem to choose file -- uncomment to test in an AS editor
  7538.     tell application "Finder"
  7539.         open item "Dev.CD Jul 93"
  7540.         activate
  7541.     end tell
  7542. on error errMsg number errNum
  7543.     --enter statements to perform when no records are found such as...
  7544.     display dialog "Sorry, the item you selected could not be found."
  7545.     return
  7546. end try
  7547. All Packages
  7548. 7.1 (PB 145B)O
  7549. Dev.CD Jul 93P
  7550. Dev.CD Jul 9V
  7551. 1649X
  7552. Jul 93
  7553. b--set theItem to choose file -- uncomment to test in an AS editor
  7554.     tell application "Finder"
  7555.         open item "Dev.CD Jul 93"
  7556.         activate
  7557.     end tell
  7558. on error errMsg number errNum
  7559.     --enter statements to perform when no records are found such as...
  7560.     display dialog "Sorry, the item you selected could not be found."
  7561.     return
  7562. end try
  7563. All Packages
  7564. 7.1.1O7Dev.CD Oct 94
  7565. Dev.CD Jul 94
  7566. Dev.CD Apr 94
  7567. Dev.CD Jan 94P6Dev.CD Oct 94
  7568. Dev.CD Jul 94
  7569. Dev.CD Apr 94
  7570. Dev.CD Jan 9V
  7571. 1650X
  7572. Oct 94
  7573. b--set theItem to choose file -- uncomment to test in an AS editor
  7574.     tell application "Finder"
  7575.         open item "Dev.CD Jul 93"
  7576.         activate
  7577.     end tell
  7578. on error errMsg number errNum
  7579.     --enter statements to perform when no records are found such as...
  7580.     display dialog "Sorry, the item you selected could not be found."
  7581.     return
  7582. end try
  7583. All Packages
  7584. 7.1.1O
  7585. Dev.CD Oct 94P
  7586. Dev.CD Oct 9V
  7587. 1651X
  7588. Oct 94
  7589. b--set theItem to choose file -- uncomment to test in an AS editor
  7590.     tell application "Finder"
  7591.         open item "Dev.CD Oct 94"
  7592.         activate
  7593.     end tell
  7594. on error errMsg number errNum
  7595.     --enter statements to perform when no records are found such as...
  7596.     display dialog "Sorry, the item you selected could not be found."
  7597.     return
  7598. end try
  7599. All Packages
  7600. 7.1.1O
  7601. Dev.CD Oct 94
  7602. Dev.CD Jul 94P
  7603. Dev.CD Oct 94
  7604. Dev.CD Jul 9V
  7605. 1652X
  7606. Oct 94
  7607. p--set theItem to choose file -- uncomment to test in an AS editor
  7608.     tell application "Finder"
  7609.         open item "Dev.CD Oct 94
  7610. Dev.CD Jul 94"
  7611.         activate
  7612.     end tell
  7613. on error errMsg number errNum
  7614.     --enter statements to perform when no records are found such as...
  7615.     display dialog "Sorry, the item you selected could not be found."
  7616.     return
  7617. end try
  7618. All Packages
  7619. 7.1.1O
  7620. Dev.CD Jul 94P
  7621. Dev.CD Jul 9V
  7622. 1653X
  7623. Jul 94
  7624. --set theItem to choose file -- uncomment to test in an AS editor
  7625.     tell application "Finder"
  7626.         open item "Dev.CD Oct 94
  7627. Dev.CD Jul 94
  7628. Dev.CD Apr 94
  7629. Dev.CD Jan 94"
  7630.         activate
  7631.     end tell
  7632. on error errMsg number errNum
  7633.     --enter statements to perform when no records are found such as...
  7634.     display dialog "Sorry, the item you selected could not be found."
  7635.     return
  7636. end try
  7637. b--set theItem to choose file -- uncomment to test in an AS editor
  7638.     tell application "Finder"
  7639.         open item "Dev.CD Jul 94"
  7640.         activate
  7641.     end tell
  7642. on error errMsg number errNum
  7643.     --enter statements to perform when no records are found such as...
  7644.     display dialog "Sorry, the item you selected could not be found."
  7645.     return
  7646. end try
  7647. All Packages
  7648. 7.1.1O
  7649. Dev.CD Jul 94P
  7650. Dev.CD Jul 9V
  7651. 1654X
  7652. Jul 94
  7653. b--set theItem to choose file -- uncomment to test in an AS editor
  7654.     tell application "Finder"
  7655.         open item "Dev.CD Jul 94"
  7656.         activate
  7657.     end tell
  7658. on error errMsg number errNum
  7659.     --enter statements to perform when no records are found such as...
  7660.     display dialog "Sorry, the item you selected could not be found."
  7661.     return
  7662. end try
  7663. All Packages
  7664. 7.1.1O
  7665. Dev.CD Jul 94P
  7666. Dev.CD Jul 9V
  7667. 1655X
  7668. Jul 94
  7669. All Packages
  7670. 7.1.1O
  7671. Dev.CD Jul 94P
  7672. Dev.CD Jul 9V
  7673. 1656X
  7674. Jul 94
  7675. b--set theItem to choose file -- uncomment to test in an AS editor
  7676.     tell application "Finder"
  7677.         open item "Dev.CD Jul 94"
  7678.         activate
  7679.     end tell
  7680. on error errMsg number errNum
  7681.     --enter statements to perform when no records are found such as...
  7682.     display dialog "Sorry, the item you selected could not be found."
  7683.     return
  7684. end try
  7685. All Packages
  7686. 7.1.1O
  7687. Dev.CD Jul 94P
  7688. Dev.CD Jul 9V
  7689. 1657X
  7690. Jul 94
  7691. b--set theItem to choose file -- uncomment to test in an AS editor
  7692.     tell application "Finder"
  7693.         open item "Dev.CD Jul 94"
  7694.         activate
  7695.     end tell
  7696. on error errMsg number errNum
  7697.     --enter statements to perform when no records are found such as...
  7698.     display dialog "Sorry, the item you selected could not be found."
  7699.     return
  7700. end try
  7701. All Packages
  7702. 7.1.1O
  7703. Dev.CD Jul 94P
  7704. Dev.CD Jul 9V
  7705. 1658X
  7706. Jul 94
  7707. b--set theItem to choose file -- uncomment to test in an AS editor
  7708.     tell application "Finder"
  7709.         open item "Dev.CD Jul 94"
  7710.         activate
  7711.     end tell
  7712. on error errMsg number errNum
  7713.     --enter statements to perform when no records are found such as...
  7714.     display dialog "Sorry, the item you selected could not be found."
  7715.     return
  7716. end try
  7717. All Packages
  7718. 7.1.1O
  7719. Dev.CD Jul 94P
  7720. Dev.CD Jul 9V
  7721. 1659X
  7722. Jul 94
  7723. b--set theItem to choose file -- uncomment to test in an AS editor
  7724.     tell application "Finder"
  7725.         open item "Dev.CD Jul 94"
  7726.         activate
  7727.     end tell
  7728. on error errMsg number errNum
  7729.     --enter statements to perform when no records are found such as...
  7730.     display dialog "Sorry, the item you selected could not be found."
  7731.     return
  7732. end try
  7733. All Packages
  7734. 7.1.1O
  7735. Dev.CD Jul 94P
  7736. Dev.CD Jul 9V
  7737. 1660X
  7738. Jul 94
  7739. b--set theItem to choose file -- uncomment to test in an AS editor
  7740.     tell application "Finder"
  7741.         open item "Dev.CD Jul 94"
  7742.         activate
  7743.     end tell
  7744. on error errMsg number errNum
  7745.     --enter statements to perform when no records are found such as...
  7746.     display dialog "Sorry, the item you selected could not be found."
  7747.     return
  7748. end try
  7749. All Packages
  7750. 7.1.1O
  7751. Dev.CD Jul 94P
  7752. Dev.CD Jul 9V
  7753. 1661X
  7754. Jul 94
  7755. b--set theItem to choose file -- uncomment to test in an AS editor
  7756.     tell application "Finder"
  7757.         open item "Dev.CD Jul 94"
  7758.         activate
  7759.     end tell
  7760. on error errMsg number errNum
  7761.     --enter statements to perform when no records are found such as...
  7762.     display dialog "Sorry, the item you selected could not be found."
  7763.     return
  7764. end try
  7765. All Packages
  7766. 7.1.1O
  7767. Dev.CD Jul 94P
  7768. Dev.CD Jul 9V
  7769. 1662X
  7770. Jul 94
  7771. b--set theItem to choose file -- uncomment to test in an AS editor
  7772.     tell application "Finder"
  7773.         open item "Dev.CD Jul 94"
  7774.         activate
  7775.     end tell
  7776. on error errMsg number errNum
  7777.     --enter statements to perform when no records are found such as...
  7778.     display dialog "Sorry, the item you selected could not be found."
  7779.     return
  7780. end try
  7781. All Packages
  7782. 7.1.1O
  7783. Dev.CD Jul 94P
  7784. Dev.CD Jul 9V
  7785. 1663X
  7786. Jul 94
  7787. b--set theItem to choose file -- uncomment to test in an AS editor
  7788.     tell application "Finder"
  7789.         open item "Dev.CD Jul 94"
  7790.         activate
  7791.     end tell
  7792. on error errMsg number errNum
  7793.     --enter statements to perform when no records are found such as...
  7794.     display dialog "Sorry, the item you selected could not be found."
  7795.     return
  7796. end try
  7797. All Packages
  7798. 7.1.1O
  7799. Dev.CD Jul 94P
  7800. Dev.CD Jul 9V
  7801. 1664X
  7802. Jul 94
  7803. b--set theItem to choose file -- uncomment to test in an AS editor
  7804.     tell application "Finder"
  7805.         open item "Dev.CD Jul 94"
  7806.         activate
  7807.     end tell
  7808. on error errMsg number errNum
  7809.     --enter statements to perform when no records are found such as...
  7810.     display dialog "Sorry, the item you selected could not be found."
  7811.     return
  7812. end try
  7813. All Packages
  7814. 7.1.1O
  7815. Dev.CD Jul 94P
  7816. Dev.CD Jul 9V
  7817. 1665X
  7818. Jul 94
  7819. b--set theItem to choose file -- uncomment to test in an AS editor
  7820.     tell application "Finder"
  7821.         open item "Dev.CD Jul 94"
  7822.         activate
  7823.     end tell
  7824. on error errMsg number errNum
  7825.     --enter statements to perform when no records are found such as...
  7826.     display dialog "Sorry, the item you selected could not be found."
  7827.     return
  7828. end try
  7829. All Packages
  7830. 7.1.1 Beta 11O
  7831. Dev.CD Oct 93P
  7832. Dev.CD Oct 9V
  7833. 1666X
  7834. Oct 93
  7835. b--set theItem to choose file -- uncomment to test in an AS editor
  7836.     tell application "Finder"
  7837.         open item "Dev.CD Oct 93"
  7838.         activate
  7839.     end tell
  7840. on error errMsg number errNum
  7841.     --enter statements to perform when no records are found such as...
  7842.     display dialog "Sorry, the item you selected could not be found."
  7843.     return
  7844. end try
  7845. All Packages
  7846. 7.1.2O)Dev.CD Apr 95
  7847. Dev.CD Jan 95
  7848. Dev.CD Jul 94V
  7849. 1667X
  7850. b--set theItem to choose file -- uncomment to test in an AS editor
  7851.     tell application "Finder"
  7852.         open item "Dev.CD Jul 94"
  7853.         activate
  7854.     end tell
  7855. on error errMsg number errNum
  7856.     --enter statements to perform when no records are found such as...
  7857.     display dialog "Sorry, the item you selected could not be found."
  7858.     return
  7859. end try
  7860. P(Dev.CD Apr 95
  7861. Dev.CD Jan 95
  7862. Dev.CD Jul 9V
  7863. 1667X
  7864. Apr 95
  7865. ~--set theItem to choose file -- uncomment to test in an AS editor
  7866.     tell application "Finder"
  7867.         open item "Dev.CD Apr 95
  7868. Dev.CD Jan 95
  7869. Dev.CD Jul 94"
  7870.         activate
  7871.     end tell
  7872. on error errMsg number errNum
  7873.     --enter statements to perform when no records are found such as...
  7874.     display dialog "Sorry, the item you selected could not be found."
  7875.     return
  7876. end try
  7877. All Packages
  7878. 7.1.2O
  7879. Dev.CD Apr 95
  7880. Dev.CD Jan 95P
  7881. Dev.CD Apr 95
  7882. Dev.CD Jan 9V
  7883. 1668X
  7884. Apr 95
  7885. p--set theItem to choose file -- uncomment to test in an AS editor
  7886.     tell application "Finder"
  7887.         open item "Dev.CD Apr 95
  7888. Dev.CD Jan 95"
  7889.         activate
  7890.     end tell
  7891. on error errMsg number errNum
  7892.     --enter statements to perform when no records are found such as...
  7893.     display dialog "Sorry, the item you selected could not be found."
  7894.     return
  7895. end try
  7896. All Packages
  7897. 7.1.2V
  7898. 1669X
  7899. Dev.CD Apr 95
  7900. Dev.CD Jan 95P
  7901. Dev.CD Apr 95
  7902. Dev.CD Jan 9V
  7903. 1669X
  7904. Apr 95
  7905. p--set theItem to choose file -- uncomment to test in an AS editor
  7906.     tell application "Finder"
  7907.         open item "Dev.CD Apr 95
  7908. Dev.CD Jan 95"
  7909.         activate
  7910.     end tell
  7911. on error errMsg number errNum
  7912.     --enter statements to perform when no records are found such as...
  7913.     display dialog "Sorry, the item you selected could not be found."
  7914.     return
  7915. end try
  7916. All Packages
  7917. 7.1.2O
  7918. Dev.CD Feb 95P
  7919. Dev.CD Feb 9V
  7920. 1670X
  7921. Feb 95
  7922. b--set theItem to choose file -- uncomment to test in an AS editor
  7923.     tell application "Finder"
  7924.         open item "Dev.CD Feb 95"
  7925.         activate
  7926.     end tell
  7927. on error errMsg number errNum
  7928.     --enter statements to perform when no records are found such as...
  7929.     display dialog "Sorry, the item you selected could not be found."
  7930.     return
  7931. end try
  7932. All Packages
  7933. 7.1.2O
  7934. Dev.CD Jan 95
  7935. Dev.CD Jul 94P
  7936. Dev.CD Jan 95
  7937. Dev.CD Jul 9V
  7938. 1671X
  7939. Jan 95
  7940. p--set theItem to choose file -- uncomment to test in an AS editor
  7941.     tell application "Finder"
  7942.         open item "Dev.CD Jan 95
  7943. Dev.CD Jul 94"
  7944.         activate
  7945.     end tell
  7946. on error errMsg number errNum
  7947.     --enter statements to perform when no records are found such as...
  7948.     display dialog "Sorry, the item you selected could not be found."
  7949.     return
  7950. end try
  7951. All Packages
  7952. 7.1.2O
  7953. Dev.CD Jan 95
  7954. Dev.CD Jul 94P
  7955. Dev.CD Jan 95
  7956. Dev.CD Jul 9V
  7957. 1672X
  7958. Jan 95
  7959. p--set theItem to choose file -- uncomment to test in an AS editor
  7960.     tell application "Finder"
  7961.         open item "Dev.CD Jan 95
  7962. Dev.CD Jul 94"
  7963.         activate
  7964.     end tell
  7965. on error errMsg number errNum
  7966.     --enter statements to perform when no records are found such as...
  7967.     display dialog "Sorry, the item you selected could not be found."
  7968.     return
  7969. end try
  7970. All Packages
  7971. 7.1.2O
  7972. Dev.CD Jan 95
  7973. Dev.CD Oct 94P
  7974. Dev.CD Jan 95
  7975. Dev.CD Oct 9V
  7976. 1673X
  7977. Jan 95
  7978. All Packages
  7979. 7.1.2O
  7980. Dev.CD Jan 95
  7981. Dev.CD Jul 94P
  7982. Dev.CD Jan 95
  7983. Dev.CD Jul 9V
  7984. 1674X
  7985. Jan 95
  7986. p--set theItem to choose file -- uncomment to test in an AS editor
  7987.     tell application "Finder"
  7988.         open item "Dev.CD Jan 95
  7989. Dev.CD Jul 94"
  7990.         activate
  7991.     end tell
  7992. on error errMsg number errNum
  7993.     --enter statements to perform when no records are found such as...
  7994.     display dialog "Sorry, the item you selected could not be found."
  7995.     return
  7996. end try
  7997. All Packages
  7998. 7.1.2O
  7999. Dev.CD Jan 95
  8000. Dev.CD Jul 94P
  8001. Dev.CD Jan 95
  8002. Dev.CD Jul 9V
  8003. 1675X
  8004. Jan 95
  8005. p--set theItem to choose file -- uncomment to test in an AS editor
  8006.     tell application "Finder"
  8007.         open item "Dev.CD Jan 95
  8008. Dev.CD Jul 94"
  8009.         activate
  8010.     end tell
  8011. on error errMsg number errNum
  8012.     --enter statements to perform when no records are found such as...
  8013.     display dialog "Sorry, the item you selected could not be found."
  8014.     return
  8015. end try
  8016. All Packages
  8017. 1676X
  8018. p--set theItem to choose file -- uncomment to test in an AS editor
  8019.     tell application "Finder"
  8020.         open item "Dev.CD Jan 95
  8021. Dev.CD Oct 94"
  8022.         activate
  8023.     end tell
  8024. on error errMsg number errNum
  8025.     --enter statements to perform when no records are found such as...
  8026.     display dialog "Sorry, the item you selected could not be found."
  8027.     return
  8028. end try
  8029. 7.1.2O
  8030. Dev.CD Jan 95
  8031. Dev.CD Jul 94P
  8032. Dev.CD Jan 95
  8033. Dev.CD Jul 9V
  8034. 1676X
  8035. Jan 95
  8036. p--set theItem to choose file -- uncomment to test in an AS editor
  8037.     tell application "Finder"
  8038.         open item "Dev.CD Jan 95
  8039. Dev.CD Jul 94"
  8040.         activate
  8041.     end tell
  8042. on error errMsg number errNum
  8043.     --enter statements to perform when no records are found such as...
  8044.     display dialog "Sorry, the item you selected could not be found."
  8045.     return
  8046. end try
  8047. All Packages
  8048. 7.1.2O
  8049. Dev.CD Jan 95
  8050. Dev.CD Jul 94P
  8051. Dev.CD Jan 95
  8052. Dev.CD Jul 9V
  8053. 1677X
  8054. Jan 95
  8055. p--set theItem to choose file -- uncomment to test in an AS editor
  8056.     tell application "Finder"
  8057.         open item "Dev.CD Jan 95
  8058. Dev.CD Jul 94"
  8059.         activate
  8060.     end tell
  8061. on error errMsg number errNum
  8062.     --enter statements to perform when no records are found such as...
  8063.     display dialog "Sorry, the item you selected could not be found."
  8064.     return
  8065. end try
  8066. All Packages
  8067. 7.1.2V
  8068. 1678X
  8069. Dev.CD Jan 95
  8070. Dev.CD Jul 94P
  8071. Dev.CD Jan 95
  8072. Dev.CD Jul 9V
  8073. 1678X
  8074. Jan 95
  8075. p--set theItem to choose file -- uncomment to test in an AS editor
  8076.     tell application "Finder"
  8077.         open item "Dev.CD Jan 95
  8078. Dev.CD Jul 94"
  8079.         activate
  8080.     end tell
  8081. on error errMsg number errNum
  8082.     --enter statements to perform when no records are found such as...
  8083.     display dialog "Sorry, the item you selected could not be found."
  8084.     return
  8085. end try
  8086. All Packages
  8087. 7.1.2O
  8088. Dev.CD Jan 95
  8089. Dev.CD Jul 94P
  8090. Dev.CD Jan 95
  8091. Dev.CD Jul 9V
  8092. 1679X
  8093. Jan 95
  8094. p--set theItem to choose file -- uncomment to test in an AS editor
  8095.     tell application "Finder"
  8096.         open item "Dev.CD Jan 95
  8097. Dev.CD Jul 94"
  8098.         activate
  8099.     end tell
  8100. on error errMsg number errNum
  8101.     --enter statements to perform when no records are found such as...
  8102.     display dialog "Sorry, the item you selected could not be found."
  8103.     return
  8104. end try
  8105. All Packages
  8106. 7.1.2V
  8107. 1680X
  8108. Dev.CD Jan 95
  8109. Dev.CD Jul 94P
  8110. Dev.CD Jan 95
  8111. Dev.CD Jul 9V
  8112. 1680X
  8113. Jan 95
  8114. p--set theItem to choose file -- uncomment to test in an AS editor
  8115.     tell application "Finder"
  8116.         open item "Dev.CD Jan 95
  8117. Dev.CD Jul 94"
  8118.         activate
  8119.     end tell
  8120. on error errMsg number errNum
  8121.     --enter statements to perform when no records are found such as...
  8122.     display dialog "Sorry, the item you selected could not be found."
  8123.     return
  8124. end try
  8125. All Packages
  8126. 7.1.2O
  8127. Dev.CD Jan 95
  8128. Dev.CD Jul 94P
  8129. Dev.CD Jan 95
  8130. Dev.CD Jul 9V
  8131. 1681X
  8132. Jan 95
  8133. p--set theItem to choose file -- uncomment to test in an AS editor
  8134.     tell application "Finder"
  8135.         open item "Dev.CD Jan 95
  8136. Dev.CD Jul 94"
  8137.         activate
  8138.     end tell
  8139. on error errMsg number errNum
  8140.     --enter statements to perform when no records are found such as...
  8141.     display dialog "Sorry, the item you selected could not be found."
  8142.     return
  8143. end try
  8144. All Packages
  8145. 7.1.2V
  8146. 1682X
  8147. O)Dev.CD Oct 94
  8148. Dev.CD Jul 94
  8149. Dev.CD Apr 94P(Dev.CD Oct 94
  8150. Dev.CD Jul 94
  8151. Dev.CD Apr 9V
  8152. 1682X
  8153. Oct 94
  8154. ~--set theItem to choose file -- uncomment to test in an AS editor
  8155.     tell application "Finder"
  8156.         open item "Dev.CD Oct 94
  8157. Dev.CD Jul 94
  8158. Dev.CD Apr 94"
  8159.         activate
  8160.     end tell
  8161. on error errMsg number errNum
  8162.     --enter statements to perform when no records are found such as...
  8163.     display dialog "Sorry, the item you selected could not be found."
  8164.     return
  8165. end try
  8166. All Packages
  8167. 7.1.2O
  8168. Dev.CD Oct 94P
  8169. Dev.CD Oct 9V
  8170. 1683X
  8171. Oct 94
  8172. b--set theItem to choose file -- uncomment to test in an AS editor
  8173.     tell application "Finder"
  8174.         open item "Dev.CD Oct 94"
  8175.         activate
  8176.     end tell
  8177. on error errMsg number errNum
  8178.     --enter statements to perform when no records are found such as...
  8179.     display dialog "Sorry, the item you selected could not be found."
  8180.     return
  8181. end try
  8182. All Packages
  8183. 7.1.2O
  8184. Dev.CD Oct 94V
  8185. 1684X
  8186. Dev.CD Oct 9V
  8187. 1684X
  8188. Oct 94
  8189. b--set theItem to choose file -- uncomment to test in an AS editor
  8190.     tell application "Finder"
  8191.         open item "Dev.CD Oct 94"
  8192.         activate
  8193.     end tell
  8194. on error errMsg number errNum
  8195.     --enter statements to perform when no records are found such as...
  8196.     display dialog "Sorry, the item you selected could not be found."
  8197.     return
  8198. end try
  8199. All Packages
  8200. 7.1.2O
  8201. Dev.CD Jul 94P
  8202. Dev.CD Jul 9V
  8203. 1685X
  8204. Jul 94
  8205. b--set theItem to choose file -- uncomment to test in an AS editor
  8206.     tell application "Finder"
  8207.         open item "Dev.CD Jul 94"
  8208.         activate
  8209.     end tell
  8210. on error errMsg number errNum
  8211.     --enter statements to perform when no records are found such as...
  8212.     display dialog "Sorry, the item you selected could not be found."
  8213.     return
  8214. end try
  8215. All Packages
  8216. 7.1.2O
  8217. Dev.CD Jul 94P
  8218. Dev.CD Jul 9V
  8219. 1686X
  8220. Jul 94
  8221. All Packages
  8222. 7.1.2O
  8223. Dev.CD Jul 94P
  8224. Dev.CD Jul 9V
  8225. 1687X
  8226. Jul 94
  8227. b--set theItem to choose file -- uncomment to test in an AS editor
  8228.     tell application "Finder"
  8229.         open item "Dev.CD Jul 94"
  8230.         activate
  8231.     end tell
  8232. on error errMsg number errNum
  8233.     --enter statements to perform when no records are found such as...
  8234.     display dialog "Sorry, the item you selected could not be found."
  8235.     return
  8236. end try
  8237. All Packages
  8238. 7.1.2O
  8239. Dev.CD Jul 94P
  8240. Dev.CD Jul 9V
  8241. 1688X
  8242. Jul 94
  8243. b--set theItem to choose file -- uncomment to test in an AS editor
  8244.     tell application "Finder"
  8245.         open item "Dev.CD Jul 94"
  8246.         activate
  8247.     end tell
  8248. on error errMsg number errNum
  8249.     --enter statements to perform when no records are found such as...
  8250.     display dialog "Sorry, the item you selected could not be found."
  8251.     return
  8252. end try
  8253. All Packages
  8254. 7.1.2O
  8255. Dev.CD Jul 94P
  8256. Dev.CD Jul 9V
  8257. 1689X
  8258. Jul 94
  8259. b--set theItem to choose file -- uncomment to test in an AS editor
  8260.     tell application "Finder"
  8261.         open item "Dev.CD Jul 94"
  8262.         activate
  8263.     end tell
  8264. on error errMsg number errNum
  8265.     --enter statements to perform when no records are found such as...
  8266.     display dialog "Sorry, the item you selected could not be found."
  8267.     return
  8268. end try
  8269. All Packages
  8270. 7.1.2O
  8271. Dev.CD Jul 94P
  8272. Dev.CD Jul 9V
  8273. 1690X
  8274. Jul 94
  8275. b--set theItem to choose file -- uncomment to test in an AS editor
  8276.     tell application "Finder"
  8277.         open item "Dev.CD Jul 94"
  8278.         activate
  8279.     end tell
  8280. on error errMsg number errNum
  8281.     --enter statements to perform when no records are found such as...
  8282.     display dialog "Sorry, the item you selected could not be found."
  8283.     return
  8284. end try
  8285. All Packages
  8286. 7.1.2O
  8287. Dev.CD Jul 94P
  8288. Dev.CD Jul 9V
  8289. 1691X
  8290. Jul 94
  8291. b--set theItem to choose file -- uncomment to test in an AS editor
  8292.     tell application "Finder"
  8293.         open item "Dev.CD Jul 94"
  8294.         activate
  8295.     end tell
  8296. on error errMsg number errNum
  8297.     --enter statements to perform when no records are found such as...
  8298.     display dialog "Sorry, the item you selected could not be found."
  8299.     return
  8300. end try
  8301. All Packages
  8302. 7.1.2O
  8303. Dev.CD Jul 94P
  8304. Dev.CD Jul 9V
  8305. 1692X
  8306. Jul 94
  8307. b--set theItem to choose file -- uncomment to test in an AS editor
  8308.     tell application "Finder"
  8309.         open item "Dev.CD Jul 94"
  8310.         activate
  8311.     end tell
  8312. on error errMsg number errNum
  8313.     --enter statements to perform when no records are found such as...
  8314.     display dialog "Sorry, the item you selected could not be found."
  8315.     return
  8316. end try
  8317. All Packages
  8318. 7.1.2O
  8319. Dev.CD Jul 94P
  8320. Dev.CD Jul 9V
  8321. 1693X
  8322. Jul 94
  8323. b--set theItem to choose file -- uncomment to test in an AS editor
  8324.     tell application "Finder"
  8325.         open item "Dev.CD Jul 94"
  8326.         activate
  8327.     end tell
  8328. on error errMsg number errNum
  8329.     --enter statements to perform when no records are found such as...
  8330.     display dialog "Sorry, the item you selected could not be found."
  8331.     return
  8332. end try
  8333. All Packages
  8334. 7.1.2O
  8335. Dev.CD Jul 94P
  8336. Dev.CD Jul 9V
  8337. 1694X
  8338. Jul 94
  8339. b--set theItem to choose file -- uncomment to test in an AS editor
  8340.     tell application "Finder"
  8341.         open item "Dev.CD Jul 94"
  8342.         activate
  8343.     end tell
  8344. on error errMsg number errNum
  8345.     --enter statements to perform when no records are found such as...
  8346.     display dialog "Sorry, the item you selected could not be found."
  8347.     return
  8348. end try
  8349. All Packages
  8350. 7.1.2O
  8351. Dev.CD Jul 94P
  8352. Dev.CD Jul 9V
  8353. 1695X
  8354. Jul 94
  8355. b--set theItem to choose file -- uncomment to test in an AS editor
  8356.     tell application "Finder"
  8357.         open item "Dev.CD Jul 94"
  8358.         activate
  8359.     end tell
  8360. on error errMsg number errNum
  8361.     --enter statements to perform when no records are found such as...
  8362.     display dialog "Sorry, the item you selected could not be found."
  8363.     return
  8364. end try
  8365. All Packages
  8366. 7.1.2O
  8367. Dev.CD Jul 94P
  8368. Dev.CD Jul 9V
  8369. 1696X
  8370. Jul 94
  8371. b--set theItem to choose file -- uncomment to test in an AS editor
  8372.     tell application "Finder"
  8373.         open item "Dev.CD Jul 94"
  8374.         activate
  8375.     end tell
  8376. on error errMsg number errNum
  8377.     --enter statements to perform when no records are found such as...
  8378.     display dialog "Sorry, the item you selected could not be found."
  8379.     return
  8380. end try
  8381. All Packages
  8382. 7.1.2O
  8383. Dev.CD Jul 94P
  8384. Dev.CD Jul 9V
  8385. 1697X
  8386. Jul 94
  8387. b--set theItem to choose file -- uncomment to test in an AS editor
  8388.     tell application "Finder"
  8389.         open item "Dev.CD Jul 94"
  8390.         activate
  8391.     end tell
  8392. on error errMsg number errNum
  8393.     --enter statements to perform when no records are found such as...
  8394.     display dialog "Sorry, the item you selected could not be found."
  8395.     return
  8396. end try
  8397. All Packages
  8398. 7.1.2O
  8399. Dev.CD Jul 94P
  8400. Dev.CD Jul 9V
  8401. 1698X
  8402. Jul 94
  8403. b--set theItem to choose file -- uncomment to test in an AS editor
  8404.     tell application "Finder"
  8405.         open item "Dev.CD Jul 94"
  8406.         activate
  8407.     end tell
  8408. on error errMsg number errNum
  8409.     --enter statements to perform when no records are found such as...
  8410.     display dialog "Sorry, the item you selected could not be found."
  8411.     return
  8412. end try
  8413. All Packages
  8414. 7.1.2O
  8415. Dev.CD Jul 94P
  8416. Dev.CD Jul 9V
  8417. 1699X
  8418. Jul 94
  8419. b--set theItem to choose file -- uncomment to test in an AS editor
  8420.     tell application "Finder"
  8421.         open item "Dev.CD Jul 94"
  8422.         activate
  8423.     end tell
  8424. on error errMsg number errNum
  8425.     --enter statements to perform when no records are found such as...
  8426.     display dialog "Sorry, the item you selected could not be found."
  8427.     return
  8428. end try
  8429. All Packages
  8430. 7.1.2O
  8431. Dev.CD Jul 94P
  8432. Dev.CD Jul 9V
  8433. 1700X
  8434. Jul 94
  8435. b--set theItem to choose file -- uncomment to test in an AS editor
  8436.     tell application "Finder"
  8437.         open item "Dev.CD Jul 94"
  8438.         activate
  8439.     end tell
  8440. on error errMsg number errNum
  8441.     --enter statements to perform when no records are found such as...
  8442.     display dialog "Sorry, the item you selected could not be found."
  8443.     return
  8444. end try
  8445. All Packages
  8446. 7.1POIDev.CD Apr 93
  8447. Dev.CD Mar 93
  8448. Dev.CD Feb 93
  8449. Dev.CD Jan 93
  8450. Dev.CD Nov/Dec 92V
  8451. 1701X
  8452. b--set theItem to choose file -- uncomment to test in an AS editor
  8453.     tell application "Finder"
  8454.         open item "Dev.CD Jul 94"
  8455.         activate
  8456.     end tell
  8457. on error errMsg number errNum
  8458.     --enter statements to perform when no records are found such as...
  8459.     display dialog "Sorry, the item you selected could not be found."
  8460.     return
  8461. end try
  8462. PHDev.CD Apr 93
  8463. Dev.CD Mar 93
  8464. Dev.CD Feb 93
  8465. Dev.CD Jan 93
  8466. Dev.CD Nov/Dec 9V
  8467. 1701X
  8468. Apr 93
  8469. --set theItem to choose file -- uncomment to test in an AS editor
  8470.     tell application "Finder"
  8471.         open item "Dev.CD Apr 93
  8472. Dev.CD Mar 93
  8473. Dev.CD Feb 93
  8474. Dev.CD Jan 93
  8475. Dev.CD Nov/Dec 92"
  8476.         activate
  8477.     end tell
  8478. on error errMsg number errNum
  8479.     --enter statements to perform when no records are found such as...
  8480.     display dialog "Sorry, the item you selected could not be found."
  8481.     return
  8482. end try
  8483. All Packages
  8484. Dev.CD Jan 96 SSWP
  8485. Dev.CD Jan 96 SSV
  8486. 1702X
  8487. Jan 96
  8488. f--set theItem to choose file -- uncomment to test in an AS editor
  8489.     tell application "Finder"
  8490.         open item "Dev.CD Jan 96 SSW"
  8491.         activate
  8492.     end tell
  8493. on error errMsg number errNum
  8494.     --enter statements to perform when no records are found such as...
  8495.     display dialog "Sorry, the item you selected could not be found."
  8496.     return
  8497. end try
  8498. All Packages
  8499. 1703X
  8500. Dev.CD Jan 96 SSWP
  8501. Dev.CD Jan 96 SSV
  8502. 1703X
  8503. Jan 96
  8504. f--set theItem to choose file -- uncomment to test in an AS editor
  8505.     tell application "Finder"
  8506.         open item "Dev.CD Jan 96 SSW"
  8507.         activate
  8508.     end tell
  8509. on error errMsg number errNum
  8510.     --enter statements to perform when no records are found such as...
  8511.     display dialog "Sorry, the item you selected could not be found."
  8512.     return
  8513. end try
  8514. All Packages
  8515. 7.5OIDev.CD Jan 96 SSW
  8516. Dev.CD Jul 95
  8517. Dev.CD Apr 95
  8518. Dev.CD Jan 95
  8519. Dev.CD Oct 94PHDev.CD Jan 96 SSW
  8520. Dev.CD Jul 95
  8521. Dev.CD Apr 95
  8522. Dev.CD Jan 95
  8523. Dev.CD Oct 9V
  8524. 1704X
  8525. Jan 96
  8526. All Packages
  8527. Dev.CD Jan 96 SSWP
  8528. Dev.CD Jan 96 SSV
  8529. 1705X
  8530. Jan 96
  8531. f--set theItem to choose file -- uncomment to test in an AS editor
  8532.     tell application "Finder"
  8533.         open item "Dev.CD Jan 96 SSW"
  8534.         activate
  8535.     end tell
  8536. on error errMsg number errNum
  8537.     --enter statements to perform when no records are found such as...
  8538.     display dialog "Sorry, the item you selected could not be found."
  8539.     return
  8540. end try
  8541. All Packages
  8542. 7.5O-Dev.CD Jan 96 SSW
  8543. Dev.CD Apr 95
  8544. Dev.CD Jan 95P,Dev.CD Jan 96 SSW
  8545. Dev.CD Apr 95
  8546. Dev.CD Jan 9V
  8547. 1706X
  8548. Jan 96
  8549. --set theItem to choose file -- uncomment to test in an AS editor
  8550.     tell application "Finder"
  8551.         open item "Dev.CD Jan 96 SSW
  8552. Dev.CD Apr 95
  8553. Dev.CD Jan 95"
  8554.         activate
  8555.     end tell
  8556. on error errMsg number errNum
  8557.     --enter statements to perform when no records are found such as...
  8558.     display dialog "Sorry, the item you selected could not be found."
  8559.     return
  8560. end try
  8561. --set theItem to choose file -- uncomment to test in an AS editor
  8562.     tell application "Finder"
  8563.         open item "Dev.CD Jan 96 SSW
  8564. Dev.CD Jul 95
  8565. Dev.CD Apr 95
  8566. Dev.CD Jan 95
  8567. Dev.CD Oct 94"
  8568.         activate
  8569.     end tell
  8570. on error errMsg number errNum
  8571.     --enter statements to perform when no records are found such as...
  8572.     display dialog "Sorry, the item you selected could not be found."
  8573.     return
  8574. end try
  8575. All Packages
  8576. Dev.CD Jan 96 SSWP
  8577. Dev.CD Jan 96 SSV
  8578. 1707X
  8579. Jan 96
  8580. f--set theItem to choose file -- uncomment to test in an AS editor
  8581.     tell application "Finder"
  8582.         open item "Dev.CD Jan 96 SSW"
  8583.         activate
  8584.     end tell
  8585. on error errMsg number errNum
  8586.     --enter statements to perform when no records are found such as...
  8587.     display dialog "Sorry, the item you selected could not be found."
  8588.     return
  8589. end try
  8590. All Packages
  8591. 7.5O)Dev.CD Jul 95
  8592. Dev.CD Apr 95
  8593. Dev.CD Mar 95P(Dev.CD Jul 95
  8594. Dev.CD Apr 95
  8595. Dev.CD Mar 9V
  8596. 1708X
  8597. Jul 95
  8598. ~--set theItem to choose file -- uncomment to test in an AS editor
  8599.     tell application "Finder"
  8600.         open item "Dev.CD Jul 95
  8601. Dev.CD Apr 95
  8602. Dev.CD Mar 95"
  8603.         activate
  8604.     end tell
  8605. on error errMsg number errNum
  8606.     --enter statements to perform when no records are found such as...
  8607.     display dialog "Sorry, the item you selected could not be found."
  8608.     return
  8609. end try
  8610. All Packages
  8611. Jul 95
  8612. ~--set theItem to choose file -- uncomment to test in an AS editor
  8613.     tell application "Finder"
  8614.         open item "Dev.CD Jul 95
  8615. Dev.CD Apr 95
  8616. Dev.CD Jan 95"
  8617.         activate
  8618.     end tell
  8619. on error errMsg number errNum
  8620.     --enter statements to perform when no records are found such as...
  8621.     display dialog "Sorry, the item you selected could not be found."
  8622.     return
  8623. end try
  8624. All Packages
  8625. 7.5O)Dev.CD Jul 95
  8626. Dev.CD Apr 95
  8627. Dev.CD Jan 95P(Dev.CD Jul 95
  8628. Dev.CD Apr 95
  8629. Dev.CD Jan 9V
  8630. 1710X
  8631. Jul 95
  8632. ~--set theItem to choose file -- uncomment to test in an AS editor
  8633.     tell application "Finder"
  8634.         open item "Dev.CD Jul 95
  8635. Dev.CD Apr 95
  8636. Dev.CD Jan 95"
  8637.         activate
  8638.     end tell
  8639. on error errMsg number errNum
  8640.     --enter statements to perform when no records are found such as...
  8641.     display dialog "Sorry, the item you selected could not be found."
  8642.     return
  8643. end try
  8644. All Packages
  8645. 1711X
  8646. 7.5O)Dev.CD Jul 95
  8647. Dev.CD Apr 95
  8648. Dev.CD Jan 95P(Dev.CD Jul 95
  8649. Dev.CD Apr 95
  8650. Dev.CD Jan 9V
  8651. O)Dev.CD Jul 95
  8652. Dev.CD Apr 95
  8653. Dev.CD Jan 95P(Dev.CD Jul 95
  8654. Dev.CD Apr 95
  8655. Dev.CD Jan 9V
  8656. 1711X
  8657. Jul 95
  8658. ~--set theItem to choose file -- uncomment to test in an AS editor
  8659.     tell application "Finder"
  8660.         open item "Dev.CD Jul 95
  8661. Dev.CD Apr 95
  8662. Dev.CD Jan 95"
  8663.         activate
  8664.     end tell
  8665. on error errMsg number errNum
  8666.     --enter statements to perform when no records are found such as...
  8667.     display dialog "Sorry, the item you selected could not be found."
  8668.     return
  8669. end try
  8670. All Packages
  8671. Dev.CD Jul 95P
  8672. Dev.CD Jul 9V
  8673. 1712X
  8674. Jul 95
  8675. b--set theItem to choose file -- uncomment to test in an AS editor
  8676.     tell application "Finder"
  8677.         open item "Dev.CD Jul 95"
  8678.         activate
  8679.     end tell
  8680. on error errMsg number errNum
  8681.     --enter statements to perform when no records are found such as...
  8682.     display dialog "Sorry, the item you selected could not be found."
  8683.     return
  8684. end try
  8685. All Packages
  8686. Dev.CD Jul 95V
  8687. 1713X
  8688. Dev.CD Jul 9V
  8689. 1713X
  8690. Jul 95
  8691. b--set theItem to choose file -- uncomment to test in an AS editor
  8692.     tell application "Finder"
  8693.         open item "Dev.CD Jul 95"
  8694.         activate
  8695.     end tell
  8696. on error errMsg number errNum
  8697.     --enter statements to perform when no records are found such as...
  8698.     display dialog "Sorry, the item you selected could not be found."
  8699.     return
  8700. end try
  8701. All Packages
  8702. 7.5O)Dev.CD Jul 95
  8703. Dev.CD Apr 95
  8704. Dev.CD Jan 95P(Dev.CD Jul 95
  8705. Dev.CD Apr 95
  8706. Dev.CD Jan 9V
  8707. 1714X
  8708. Jul 95
  8709. ~--set theItem to choose file -- uncomment to test in an AS editor
  8710.     tell application "Finder"
  8711.         open item "Dev.CD Jul 95
  8712. Dev.CD Apr 95
  8713. Dev.CD Jan 95"
  8714.         activate
  8715.     end tell
  8716. on error errMsg number errNum
  8717.     --enter statements to perform when no records are found such as...
  8718.     display dialog "Sorry, the item you selected could not be found."
  8719.     return
  8720. end try
  8721. All Packages
  8722. 7.5O)Dev.CD Jul 95
  8723. Dev.CD Apr 95
  8724. Dev.CD Jan 95V
  8725. 1715X
  8726. P(Dev.CD Jul 95
  8727. Dev.CD Apr 95
  8728. Dev.CD Jan 9V
  8729. 1715X
  8730. Jul 95
  8731. ~--set theItem to choose file -- uncomment to test in an AS editor
  8732.     tell application "Finder"
  8733.         open item "Dev.CD Jul 95
  8734. Dev.CD Apr 95
  8735. Dev.CD Jan 95"
  8736.         activate
  8737.     end tell
  8738. on error errMsg number errNum
  8739.     --enter statements to perform when no records are found such as...
  8740.     display dialog "Sorry, the item you selected could not be found."
  8741.     return
  8742. end try
  8743. All Packages
  8744. 7.5O)Dev.CD Jul 95
  8745. Dev.CD Apr 95
  8746. Dev.CD Mar 95P(Dev.CD Jul 95
  8747. Dev.CD Apr 95
  8748. Dev.CD Mar 9V
  8749. 1716X
  8750. Jul 95
  8751. ~--set theItem to choose file -- uncomment to test in an AS editor
  8752.     tell application "Finder"
  8753.         open item "Dev.CD Jul 95
  8754. Dev.CD Apr 95
  8755. Dev.CD Mar 95"
  8756.         activate
  8757.     end tell
  8758. on error errMsg number errNum
  8759.     --enter statements to perform when no records are found such as...
  8760.     display dialog "Sorry, the item you selected could not be found."
  8761.     return
  8762. end try
  8763. All Packages
  8764. 1717X
  8765. Jul 95
  8766. ~--set theItem to choose file -- uncomment to test in an AS editor
  8767.     tell application "Finder"
  8768.         open item "Dev.CD Jul 95
  8769. Dev.CD Apr 95
  8770. Dev.CD Jan 95"
  8771.         activate
  8772.     end tell
  8773. on error errMsg number errNum
  8774.     --enter statements to perform when no records are found such as...
  8775.     display dialog "Sorry, the item you selected could not be found."
  8776.     return
  8777. end try
  8778. All Packages
  8779. Dev.CD Jul 95
  8780. Dev.CD Apr 95P
  8781. Dev.CD Jul 95
  8782. Dev.CD Apr 9V
  8783. 1718X
  8784. Jul 95
  8785. p--set theItem to choose file -- uncomment to test in an AS editor
  8786.     tell application "Finder"
  8787.         open item "Dev.CD Jul 95
  8788. Dev.CD Apr 95"
  8789.         activate
  8790.     end tell
  8791. on error errMsg number errNum
  8792.     --enter statements to perform when no records are found such as...
  8793.     display dialog "Sorry, the item you selected could not be found."
  8794.     return
  8795. end try
  8796. All Packages
  8797. Dev.CD Jul 95P
  8798. Dev.CD Jul 9V
  8799. 1719X
  8800. Jul 95
  8801. 7.5O)Dev.CD Jul 95
  8802. Dev.CD Apr 95
  8803. Dev.CD Jan 95P(Dev.CD Jul 95
  8804. Dev.CD Apr 95
  8805. Dev.CD Jan 9
  8806. All Packages
  8807. Dev.CD Jul 95
  8808. Dev.CD Apr 95P
  8809. Dev.CD Jul 95
  8810. Dev.CD Apr 9V
  8811. 1720X
  8812. Jul 95
  8813. p--set theItem to choose file -- uncomment to test in an AS editor
  8814.     tell application "Finder"
  8815.         open item "Dev.CD Jul 95
  8816. Dev.CD Apr 95"
  8817.         activate
  8818.     end tell
  8819. on error errMsg number errNum
  8820.     --enter statements to perform when no records are found such as...
  8821.     display dialog "Sorry, the item you selected could not be found."
  8822.     return
  8823. end try
  8824. All Packages
  8825. 7.5O)Dev.CD Jul 95
  8826. Dev.CD Apr 95
  8827. Dev.CD Jan 95P(Dev.CD Jul 95
  8828. Dev.CD Apr 95
  8829. Dev.CD Jan 9V
  8830. 1721X
  8831. Jul 95
  8832. ~--set theItem to choose file -- uncomment to test in an AS editor
  8833.     tell application "Finder"
  8834.         open item "Dev.CD Jul 95
  8835. Dev.CD Apr 95
  8836. Dev.CD Jan 95"
  8837.         activate
  8838.     end tell
  8839. on error errMsg number errNum
  8840.     --enter statements to perform when no records are found such as...
  8841.     display dialog "Sorry, the item you selected could not be found."
  8842.     return
  8843. end try
  8844. b--set theItem to choose file -- uncomment to test in an AS editor
  8845.     tell application "Finder"
  8846.         open item "Dev.CD Jul 95"
  8847.         activate
  8848.     end tell
  8849. on error errMsg number errNum
  8850.     --enter statements to perform when no records are found such as...
  8851.     display dialog "Sorry, the item you selected could not be found."
  8852.     return
  8853. end try
  8854. All Packages
  8855. 7.5O)Dev.CD Jul 95
  8856. Dev.CD Apr 95
  8857. Dev.CD Jan 95P(Dev.CD Jul 95
  8858. Dev.CD Apr 95
  8859. Dev.CD Jan 9V
  8860. 1722X
  8861. Jul 95
  8862. ~--set theItem to choose file -- uncomment to test in an AS editor
  8863.     tell application "Finder"
  8864.         open item "Dev.CD Jul 95
  8865. Dev.CD Apr 95
  8866. Dev.CD Jan 95"
  8867.         activate
  8868.     end tell
  8869. on error errMsg number errNum
  8870.     --enter statements to perform when no records are found such as...
  8871.     display dialog "Sorry, the item you selected could not be found."
  8872.     return
  8873. end try
  8874. All Packages
  8875. 7.5O)Dev.CD Jul 95
  8876. Dev.CD Apr 95
  8877. Dev.CD Feb 95P(Dev.CD Jul 95
  8878. Dev.CD Apr 95
  8879. Dev.CD Feb 9V
  8880. 1723X
  8881. Jul 95
  8882. All Packages
  8883. Dev.CD Apr 95
  8884. Dev.CD Feb 95P
  8885. Dev.CD Apr 95
  8886. Dev.CD Feb 9V
  8887. 1724X
  8888. Apr 95
  8889. p--set theItem to choose file -- uncomment to test in an AS editor
  8890.     tell application "Finder"
  8891.         open item "Dev.CD Apr 95
  8892. Dev.CD Feb 95"
  8893.         activate
  8894.     end tell
  8895. on error errMsg number errNum
  8896.     --enter statements to perform when no records are found such as...
  8897.     display dialog "Sorry, the item you selected could not be found."
  8898.     return
  8899. end try
  8900. All Packages
  8901. Dev.CD Apr 95
  8902. Dev.CD Feb 95P
  8903. Dev.CD Apr 95
  8904. Dev.CD Feb 9V
  8905. 1725X
  8906. Apr 95
  8907. p--set theItem to choose file -- uncomment to test in an AS editor
  8908.     tell application "Finder"
  8909.         open item "Dev.CD Apr 95
  8910. Dev.CD Feb 95"
  8911.         activate
  8912.     end tell
  8913. on error errMsg number errNum
  8914.     --enter statements to perform when no records are found such as...
  8915.     display dialog "Sorry, the item you selected could not be found."
  8916.     return
  8917. end try
  8918. All Packages
  8919. 1726X
  8920. ~--set theItem to choose file -- uncomment to test in an AS editor
  8921.     tell application "Finder"
  8922.         open item "Dev.CD Jul 95
  8923. Dev.CD Apr 95
  8924. Dev.CD Feb 95"
  8925.         activate
  8926.     end tell
  8927. on error errMsg number errNum
  8928.     --enter statements to perform when no records are found such as...
  8929.     display dialog "Sorry, the item you selected could not be found."
  8930.     return
  8931. end try
  8932. Dev.CD Apr 95P
  8933. Dev.CD Apr 9V
  8934. 1726X
  8935. Apr 95
  8936. b--set theItem to choose file -- uncomment to test in an AS editor
  8937.     tell application "Finder"
  8938.         open item "Dev.CD Apr 95"
  8939.         activate
  8940.     end tell
  8941. on error errMsg number errNum
  8942.     --enter statements to perform when no records are found such as...
  8943.     display dialog "Sorry, the item you selected could not be found."
  8944.     return
  8945. end try
  8946. All Packages
  8947. Dev.CD Apr 95
  8948. Dev.CD Feb 95P
  8949. Dev.CD Apr 95
  8950. Dev.CD Feb 9V
  8951. 1727X
  8952. Apr 95
  8953. p--set theItem to choose file -- uncomment to test in an AS editor
  8954.     tell application "Finder"
  8955.         open item "Dev.CD Apr 95
  8956. Dev.CD Feb 95"
  8957.         activate
  8958.     end tell
  8959. on error errMsg number errNum
  8960.     --enter statements to perform when no records are found such as...
  8961.     display dialog "Sorry, the item you selected could not be found."
  8962.     return
  8963. end try
  8964. All Packages
  8965. Dev.CD Apr 95
  8966. Dev.CD Jan 95P
  8967. Dev.CD Apr 95
  8968. Dev.CD Jan 9V
  8969. 1728X
  8970. Apr 95
  8971. packages
  8972. All Packages
  8973. Dev.CD Apr 95P
  8974. Dev.CD Apr 9V
  8975. 1729X
  8976. Apr 95
  8977. b--set theItem to choose file -- uncomment to test in an AS editor
  8978.     tell application "Finder"
  8979.         open item "Dev.CD Apr 95"
  8980.         activate
  8981.     end tell
  8982. on error errMsg number errNum
  8983.     --enter statements to perform when no records are found such as...
  8984.     display dialog "Sorry, the item you selected could not be found."
  8985.     return
  8986. end try
  8987. All Packages
  8988. Dev.CD Apr 95
  8989. Dev.CD Jan 95P
  8990. Dev.CD Apr 95
  8991. Dev.CD Jan 9V
  8992. 1730X
  8993. Apr 95
  8994. p--set theItem to choose file -- uncomment to test in an AS editor
  8995.     tell application "Finder"
  8996.         open item "Dev.CD Apr 95
  8997. Dev.CD Jan 95"
  8998.         activate
  8999.     end tell
  9000. on error errMsg number errNum
  9001.     --enter statements to perform when no records are found such as...
  9002.     display dialog "Sorry, the item you selected could not be found."
  9003.     return
  9004. end try
  9005. All Packages
  9006. Dev.CD Apr 95
  9007. Dev.CD Jan 95V
  9008. 1731X
  9009. p--set theItem to choose file -- uncomment to test in an AS editor
  9010.     tell application "Finder"
  9011.         open item "Dev.CD Apr 95
  9012. Dev.CD Jan 95"
  9013.         activate
  9014.     end tell
  9015. on error errMsg number errNum
  9016.     --enter statements to perform when no records are found such as...
  9017.     display dialog "Sorry, the item you selected could not be found."
  9018.     return
  9019. end try
  9020. Dev.CD Apr 95
  9021. Dev.CD Jan 9V
  9022. 1731X
  9023. Apr 95
  9024. p--set theItem to choose file -- uncomment to test in an AS editor
  9025.     tell application "Finder"
  9026.         open item "Dev.CD Apr 95
  9027. Dev.CD Jan 95"
  9028.         activate
  9029.     end tell
  9030. on error errMsg number errNum
  9031.     --enter statements to perform when no records are found such as...
  9032.     display dialog "Sorry, the item you selected could not be found."
  9033.     return
  9034. end try
  9035. All Packages
  9036. Dev.CD Apr 95
  9037. Dev.CD Jan 95P
  9038. Dev.CD Apr 95
  9039. Dev.CD Jan 9V
  9040. 1732X
  9041. Apr 95
  9042. p--set theItem to choose file -- uncomment to test in an AS editor
  9043.     tell application "Finder"
  9044.         open item "Dev.CD Apr 95
  9045. Dev.CD Jan 95"
  9046.         activate
  9047.     end tell
  9048. on error errMsg number errNum
  9049.     --enter statements to perform when no records are found such as...
  9050.     display dialog "Sorry, the item you selected could not be found."
  9051.     return
  9052. end try
  9053. All Packages
  9054. Dev.CD Apr 95
  9055. Dev.CD Jan 95P
  9056. Dev.CD Apr 95
  9057. Dev.CD Jan 9V
  9058. 1733X
  9059. Apr 95
  9060. p--set theItem to choose file -- uncomment to test in an AS editor
  9061.     tell application "Finder"
  9062.         open item "Dev.CD Apr 95
  9063. Dev.CD Jan 95"
  9064.         activate
  9065.     end tell
  9066. on error errMsg number errNum
  9067.     --enter statements to perform when no records are found such as...
  9068.     display dialog "Sorry, the item you selected could not be found."
  9069.     return
  9070. end try
  9071. All Packages
  9072. Dev.CD Apr 95
  9073. Dev.CD Feb 95P
  9074. Dev.CD Apr 95
  9075. Dev.CD Feb 9V
  9076. 1734X
  9077. Apr 95
  9078. p--set theItem to choose file -- uncomment to test in an AS editor
  9079.     tell application "Finder"
  9080.         open item "Dev.CD Apr 95
  9081. Dev.CD Feb 95"
  9082.         activate
  9083.     end tell
  9084. on error errMsg number errNum
  9085.     --enter statements to perform when no records are found such as...
  9086.     display dialog "Sorry, the item you selected could not be found."
  9087.     return
  9088. end try
  9089. All Packages
  9090. Dev.CD Apr 95P
  9091. Dev.CD Apr 9V
  9092. 1735X
  9093. Apr 95
  9094. All Packages
  9095. Dev.CD Apr 95P
  9096. Dev.CD Apr 9V
  9097. 1736X
  9098. Apr 95
  9099. b--set theItem to choose file -- uncomment to test in an AS editor
  9100.     tell application "Finder"
  9101.         open item "Dev.CD Apr 95"
  9102.         activate
  9103.     end tell
  9104. on error errMsg number errNum
  9105.     --enter statements to perform when no records are found such as...
  9106.     display dialog "Sorry, the item you selected could not be found."
  9107.     return
  9108. end try
  9109. All Packages
  9110. Dev.CD Jan 95P
  9111. Dev.CD Jan 9V
  9112. 1737X
  9113. Jan 95
  9114. b--set theItem to choose file -- uncomment to test in an AS editor
  9115.     tell application "Finder"
  9116.         open item "Dev.CD Jan 95"
  9117.         activate
  9118.     end tell
  9119. on error errMsg number errNum
  9120.     --enter statements to perform when no records are found such as...
  9121.     display dialog "Sorry, the item you selected could not be found."
  9122.     return
  9123. end try
  9124. All Packages
  9125. Dev.CD Apr 96 SDK2P
  9126. Dev.CD Apr 96 SDKV
  9127. 1738X
  9128. Apr 96
  9129. b--set theItem to choose file -- uncomment to test in an AS editor
  9130.     tell application "Finder"
  9131.         open item "Dev.CD Apr 95"
  9132.         activate
  9133.     end tell
  9134. on error errMsg number errNum
  9135.     --enter statements to perform when no records are found such as...
  9136.     display dialog "Sorry, the item you selected could not be found."
  9137.     return
  9138. end try
  9139. All Packages
  9140. Dev.CD Apr 96 SDK2P
  9141. Dev.CD Apr 96 SDKV
  9142. 1739X
  9143. Apr 96
  9144. g--set theItem to choose file -- uncomment to test in an AS editor
  9145.     tell application "Finder"
  9146.         open item "Dev.CD Apr 96 SDK2"
  9147.         activate
  9148.     end tell
  9149. on error errMsg number errNum
  9150.     --enter statements to perform when no records are found such as...
  9151.     display dialog "Sorry, the item you selected could not be found."
  9152.     return
  9153. end try
  9154. All Packages
  9155. 7.5 (Slim)O
  9156. Dev.CD Apr 95P
  9157. Dev.CD Apr 9V
  9158. 1740X
  9159. Apr 95
  9160. b--set theItem to choose file -- uncomment to test in an AS editor
  9161.     tell application "Finder"
  9162.         open item "Dev.CD Apr 95"
  9163.         activate
  9164.     end tell
  9165. on error errMsg number errNum
  9166.     --enter statements to perform when no records are found such as...
  9167.     display dialog "Sorry, the item you selected could not be found."
  9168.     return
  9169. end try
  9170. All Packages
  9171. 7.5 (Slim)O
  9172. Dev.CD Apr 95P
  9173. Dev.CD Apr 9V
  9174. 1741X
  9175. Apr 95
  9176. g--set theItem to choose file -- uncomment to test in an AS editor
  9177.     tell application "Finder"
  9178.         open item "Dev.CD Apr 96 SDK2"
  9179.         activate
  9180.     end tell
  9181. on error errMsg number errNum
  9182.     --enter statements to perform when no records are found such as...
  9183.     display dialog "Sorry, the item you selected could not be found."
  9184.     return
  9185. end try
  9186. All Packages
  9187. 7.5 (Slim)O
  9188. Dev.CD Apr 95P
  9189. Dev.CD Apr 9V
  9190. 1742X
  9191. Apr 95
  9192. b--set theItem to choose file -- uncomment to test in an AS editor
  9193.     tell application "Finder"
  9194.         open item "Dev.CD Apr 95"
  9195.         activate
  9196.     end tell
  9197. on error errMsg number errNum
  9198.     --enter statements to perform when no records are found such as...
  9199.     display dialog "Sorry, the item you selected could not be found."
  9200.     return
  9201. end try
  9202. All Packages
  9203. 7.5.1O
  9204. Dev.CD Jan 96 SDK2P
  9205. Dev.CD Jan 96 SDKV
  9206. 1743X
  9207. Jan 96
  9208. g--set theItem to choose file -- uncomment to test in an AS editor
  9209.     tell application "Finder"
  9210.         open item "Dev.CD Jan 96 SDK2"
  9211.         activate
  9212.     end tell
  9213. on error errMsg number errNum
  9214.     --enter statements to perform when no records are found such as...
  9215.     display dialog "Sorry, the item you selected could not be found."
  9216.     return
  9217. end try
  9218. All Packages
  9219. 7.5.1O
  9220. Dev.CD Jan 96 SDK2P
  9221. Dev.CD Jan 96 SDKV
  9222. 1744X
  9223. Jan 96
  9224. b--set theItem to choose file -- uncomment to test in an AS editor
  9225.     tell application "Finder"
  9226.         open item "Dev.CD Apr 95"
  9227.         activate
  9228.     end tell
  9229. on error errMsg number errNum
  9230.     --enter statements to perform when no records are found such as...
  9231.     display dialog "Sorry, the item you selected could not be found."
  9232.     return
  9233. end try
  9234. All Packages
  9235. 7.5.1AO
  9236. Dev.CD Nov 95 TCP
  9237. Dev.CD Nov 95 TV
  9238. 1745X
  9239. Nov 95
  9240. e--set theItem to choose file -- uncomment to test in an AS editor
  9241.     tell application "Finder"
  9242.         open item "Dev.CD Nov 95 TC"
  9243.         activate
  9244.     end tell
  9245. on error errMsg number errNum
  9246.     --enter statements to perform when no records are found such as...
  9247.     display dialog "Sorry, the item you selected could not be found."
  9248.     return
  9249. end try
  9250. All Packages
  9251. 7.5.2 (7200/9500)O
  9252. Dev.CD Jan 96 SSWP
  9253. Dev.CD Jan 96 SSV
  9254. 1746X
  9255. Jan 96
  9256. f--set theItem to choose file -- uncomment to test in an AS editor
  9257.     tell application "Finder"
  9258.         open item "Dev.CD Jan 96 SSW"
  9259.         activate
  9260.     end tell
  9261. on error errMsg number errNum
  9262.     --enter statements to perform when no records are found such as...
  9263.     display dialog "Sorry, the item you selected could not be found."
  9264.     return
  9265. end try
  9266. All Packages
  9267. 7.5.2 (7200/9500)O
  9268. Dev.CD Jan 96 SSWV
  9269. 1747X
  9270. g--set theItem to choose file -- uncomment to test in an AS editor
  9271.     tell application "Finder"
  9272.         open item "Dev.CD Jan 96 SDK2"
  9273.         activate
  9274.     end tell
  9275. on error errMsg number errNum
  9276.     --enter statements to perform when no records are found such as...
  9277.     display dialog "Sorry, the item you selected could not be found."
  9278.     return
  9279. end try
  9280. Dev.CD Jan 96 SSV
  9281. 1747X
  9282. Jan 96
  9283. f--set theItem to choose file -- uncomment to test in an AS editor
  9284.     tell application "Finder"
  9285.         open item "Dev.CD Jan 96 SSW"
  9286.         activate
  9287.     end tell
  9288. on error errMsg number errNum
  9289.     --enter statements to perform when no records are found such as...
  9290.     display dialog "Sorry, the item you selected could not be found."
  9291.     return
  9292. end try
  9293. All Packages
  9294. 7.5.2 (7200/9500)O
  9295. Dev.CD Jan 96 SSWP
  9296. Dev.CD Jan 96 SSV
  9297. 1748X
  9298. Jan 96
  9299. f--set theItem to choose file -- uncomment to test in an AS editor
  9300.     tell application "Finder"
  9301.         open item "Dev.CD Jan 96 SSW"
  9302.         activate
  9303.     end tell
  9304. on error errMsg number errNum
  9305.     --enter statements to perform when no records are found such as...
  9306.     display dialog "Sorry, the item you selected could not be found."
  9307.     return
  9308. end try
  9309. All Packages
  9310. 7.5.2 (7200/9500)O
  9311. Dev.CD Jan 96 SSWP
  9312. Dev.CD Jan 96 SSV
  9313. 1749X
  9314. Jan 96
  9315. All Packages
  9316. 7.5.2 (7200/9500)O
  9317. Dev.CD Jan 96 SSWP
  9318. Dev.CD Jan 96 SSV
  9319. 1750X
  9320. Jan 96
  9321. f--set theItem to choose file -- uncomment to test in an AS editor
  9322.     tell application "Finder"
  9323.         open item "Dev.CD Jan 96 SSW"
  9324.         activate
  9325.     end tell
  9326. on error errMsg number errNum
  9327.     --enter statements to perform when no records are found such as...
  9328.     display dialog "Sorry, the item you selected could not be found."
  9329.     return
  9330. end try
  9331. All Packages
  9332. 7.5.2 (7200/9500)O
  9333. Dev.CD Jan 96 SSWP
  9334. Dev.CD Jan 96 SSV
  9335. 1751X
  9336. Jan 96
  9337. f--set theItem to choose file -- uncomment to test in an AS editor
  9338.     tell application "Finder"
  9339.         open item "Dev.CD Jan 96 SSW"
  9340.         activate
  9341.     end tell
  9342. on error errMsg number errNum
  9343.     --enter statements to perform when no records are found such as...
  9344.     display dialog "Sorry, the item you selected could not be found."
  9345.     return
  9346. end try
  9347. All Packages
  9348. 7.5.2 (7200/9500)O
  9349. Dev.CD Jan 96 SSWV
  9350. 1752X
  9351. f--set theItem to choose file -- uncomment to test in an AS editor
  9352.     tell application "Finder"
  9353.         open item "Dev.CD Jan 96 SSW"
  9354.         activate
  9355.     end tell
  9356. on error errMsg number errNum
  9357.     --enter statements to perform when no records are found such as...
  9358.     display dialog "Sorry, the item you selected could not be found."
  9359.     return
  9360. end try
  9361. Dev.CD Jan 96 SSV
  9362. 1752X
  9363. Jan 96
  9364. f--set theItem to choose file -- uncomment to test in an AS editor
  9365.     tell application "Finder"
  9366.         open item "Dev.CD Jan 96 SSW"
  9367.         activate
  9368.     end tell
  9369. on error errMsg number errNum
  9370.     --enter statements to perform when no records are found such as...
  9371.     display dialog "Sorry, the item you selected could not be found."
  9372.     return
  9373. end try
  9374. All Packages
  9375. 7.5.2 (7200/9500)O
  9376. Dev.CD Jan 96 SSWP
  9377. Dev.CD Jan 96 SSV
  9378. 1753X
  9379. Jan 96
  9380. f--set theItem to choose file -- uncomment to test in an AS editor
  9381.     tell application "Finder"
  9382.         open item "Dev.CD Jan 96 SSW"
  9383.         activate
  9384.     end tell
  9385. on error errMsg number errNum
  9386.     --enter statements to perform when no records are found such as...
  9387.     display dialog "Sorry, the item you selected could not be found."
  9388.     return
  9389. end try
  9390. All Packages
  9391. 7.5.2 (7200/9500)O
  9392. Dev.CD Jan 96 SSWP
  9393. Dev.CD Jan 96 SSV
  9394. 1754X
  9395. Jan 96
  9396. All Packages
  9397. 7.5.2 (7200/9500)O
  9398. Dev.CD Jan 96 SSWP
  9399. Dev.CD Jan 96 SSV
  9400. 1755X
  9401. Jan 96
  9402. f--set theItem to choose file -- uncomment to test in an AS editor
  9403.     tell application "Finder"
  9404.         open item "Dev.CD Jan 96 SSW"
  9405.         activate
  9406.     end tell
  9407. on error errMsg number errNum
  9408.     --enter statements to perform when no records are found such as...
  9409.     display dialog "Sorry, the item you selected could not be found."
  9410.     return
  9411. end try
  9412. All Packages
  9413. 7.5.2 (7200/9500)O
  9414. Dev.CD Jan 96 SDK2P
  9415. Dev.CD Jan 96 SDKV
  9416. 1756X
  9417. Jan 96
  9418. g--set theItem to choose file -- uncomment to test in an AS editor
  9419.     tell application "Finder"
  9420.         open item "Dev.CD Jan 96 SDK2"
  9421.         activate
  9422.     end tell
  9423. on error errMsg number errNum
  9424.     --enter statements to perform when no records are found such as...
  9425.     display dialog "Sorry, the item you selected could not be found."
  9426.     return
  9427. end try
  9428. All Packages
  9429. 7.5.2 (7200/9500)V
  9430. 1757X
  9431. f--set theItem to choose file -- uncomment to test in an AS editor
  9432.     tell application "Finder"
  9433.         open item "Dev.CD Jan 96 SSW"
  9434.         activate
  9435.     end tell
  9436. on error errMsg number errNum
  9437.     --enter statements to perform when no records are found such as...
  9438.     display dialog "Sorry, the item you selected could not be found."
  9439.     return
  9440. end try
  9441. O#Dev.CD Jan 96 SDK2
  9442. Dev.CD Nov 95 TCP"Dev.CD Jan 96 SDK2
  9443. Dev.CD Nov 95 TV
  9444. 1757X
  9445. Jan 96
  9446. x--set theItem to choose file -- uncomment to test in an AS editor
  9447.     tell application "Finder"
  9448.         open item "Dev.CD Jan 96 SDK2
  9449. Dev.CD Nov 95 TC"
  9450.         activate
  9451.     end tell
  9452. on error errMsg number errNum
  9453.     --enter statements to perform when no records are found such as...
  9454.     display dialog "Sorry, the item you selected could not be found."
  9455.     return
  9456. end try
  9457. All Packages
  9458. 7.5.2 (7200/9500)O
  9459. Dev.CD Oct 95 SSWP
  9460. Dev.CD Oct 95 SSV
  9461. 1758X
  9462. Oct 95
  9463. f--set theItem to choose file -- uncomment to test in an AS editor
  9464.     tell application "Finder"
  9465.         open item "Dev.CD Oct 95 SSW"
  9466.         activate
  9467.     end tell
  9468. on error errMsg number errNum
  9469.     --enter statements to perform when no records are found such as...
  9470.     display dialog "Sorry, the item you selected could not be found."
  9471.     return
  9472. end try
  9473. All Packages
  9474. 7.5.2 (7200/9500)V
  9475. 1759X
  9476. Dev.CD Oct 95 SSWP
  9477. Dev.CD Oct 95 SSV
  9478. 1759X
  9479. Oct 95
  9480. f--set theItem to choose file -- uncomment to test in an AS editor
  9481.     tell application "Finder"
  9482.         open item "Dev.CD Oct 95 SSW"
  9483.         activate
  9484.     end tell
  9485. on error errMsg number errNum
  9486.     --enter statements to perform when no records are found such as...
  9487.     display dialog "Sorry, the item you selected could not be found."
  9488.     return
  9489. end try
  9490. All Packages
  9491. 7.5.2 (7200/9500)O
  9492. Dev.CD Oct 95 SSWP
  9493. Dev.CD Oct 95 SSV
  9494. 1760X
  9495. Oct 95
  9496. f--set theItem to choose file -- uncomment to test in an AS editor
  9497.     tell application "Finder"
  9498.         open item "Dev.CD Oct 95 SSW"
  9499.         activate
  9500.     end tell
  9501. on error errMsg number errNum
  9502.     --enter statements to perform when no records are found such as...
  9503.     display dialog "Sorry, the item you selected could not be found."
  9504.     return
  9505. end try
  9506. All Packages
  9507. 7.5.2 (7200/9500)O
  9508. Dev.CD Oct 95 SSWP
  9509. Dev.CD Oct 95 SSV
  9510. 1761X
  9511. Oct 95
  9512. All Packages
  9513. 7.5.2 (7200/9500)O
  9514. Dev.CD Oct 95 SSWP
  9515. Dev.CD Oct 95 SSV
  9516. 1762X
  9517. Oct 95
  9518. f--set theItem to choose file -- uncomment to test in an AS editor
  9519.     tell application "Finder"
  9520.         open item "Dev.CD Oct 95 SSW"
  9521.         activate
  9522.     end tell
  9523. on error errMsg number errNum
  9524.     --enter statements to perform when no records are found such as...
  9525.     display dialog "Sorry, the item you selected could not be found."
  9526.     return
  9527. end try
  9528. All Packages
  9529. 7.5.2 (7200/9500)O
  9530. Dev.CD Oct 95 SSWP
  9531. Dev.CD Oct 95 SSV
  9532. 1763X
  9533. Oct 95
  9534. f--set theItem to choose file -- uncomment to test in an AS editor
  9535.     tell application "Finder"
  9536.         open item "Dev.CD Oct 95 SSW"
  9537.         activate
  9538.     end tell
  9539. on error errMsg number errNum
  9540.     --enter statements to perform when no records are found such as...
  9541.     display dialog "Sorry, the item you selected could not be found."
  9542.     return
  9543. end try
  9544. All Packages
  9545. 7.5.2 (7200/9500)O
  9546. Dev.CD Oct 95 SSWV
  9547. 1764X
  9548. f--set theItem to choose file -- uncomment to test in an AS editor
  9549.     tell application "Finder"
  9550.         open item "Dev.CD Oct 95 SSW"
  9551.         activate
  9552.     end tell
  9553. on error errMsg number errNum
  9554.     --enter statements to perform when no records are found such as...
  9555.     display dialog "Sorry, the item you selected could not be found."
  9556.     return
  9557. end try
  9558. Dev.CD Oct 95 SSV
  9559. 1764X
  9560. Oct 95
  9561. f--set theItem to choose file -- uncomment to test in an AS editor
  9562.     tell application "Finder"
  9563.         open item "Dev.CD Oct 95 SSW"
  9564.         activate
  9565.     end tell
  9566. on error errMsg number errNum
  9567.     --enter statements to perform when no records are found such as...
  9568.     display dialog "Sorry, the item you selected could not be found."
  9569.     return
  9570. end try
  9571. All Packages
  9572. 7.5.2 (7200/9500)O
  9573. Dev.CD Oct 95 SSWP
  9574. Dev.CD Oct 95 SSV
  9575. 1765X
  9576. Oct 95
  9577. f--set theItem to choose file -- uncomment to test in an AS editor
  9578.     tell application "Finder"
  9579.         open item "Dev.CD Oct 95 SSW"
  9580.         activate
  9581.     end tell
  9582. on error errMsg number errNum
  9583.     --enter statements to perform when no records are found such as...
  9584.     display dialog "Sorry, the item you selected could not be found."
  9585.     return
  9586. end try
  9587. All Packages
  9588. 7.5.2 (7200/9500)O
  9589. Dev.CD Oct 95 SSWP
  9590. Dev.CD Oct 95 SSV
  9591. 1766X
  9592. Oct 95
  9593. testing
  9594. debugging
  9595. networking
  9596. communications
  9597. testing
  9598. debugging
  9599. printers
  9600. testing
  9601. international
  9602. testing
  9603. memory
  9604. virtual
  9605. debugging
  9606. encoding
  9607. character
  9608. encoding
  9609. converter
  9610. encoding
  9611. converter
  9612. unicode
  9613. charset
  9614. character
  9615. encodi
  9616. encoding
  9617. unicode
  9618. script
  9619. language
  9620. conversion
  9621. games
  9622. input
  9623. text-to-speech
  9624. textedit
  9625. thread
  9626. thread
  9627. manager
  9628. thread
  9629. threads
  9630. tasks
  9631. tasking
  9632. multitasking
  9633. threading
  9634. threads
  9635. timing
  9636. token
  9637. tokenize
  9638. tokenizer
  9639. tokenizer
  9640. fcode
  9641. tokentalk
  9642. virtual
  9643. external
  9644. toolbox
  9645. toolbox
  9646. assistant
  9647. quickview
  9648. toolkit
  9649. All Packages
  9650. 7.5.2 (7200/9500)O
  9651. Dev.CD Oct 95 SSWP
  9652. Dev.CD Oct 95 SSV
  9653. 1767X
  9654. Oct 95
  9655. f--set theItem to choose file -- uncomment to test in an AS editor
  9656.     tell application "Finder"
  9657.         open item "Dev.CD Oct 95 SSW"
  9658.         activate
  9659.     end tell
  9660. on error errMsg number errNum
  9661.     --enter statements to perform when no records are found such as...
  9662.     display dialog "Sorry, the item you selected could not be found."
  9663.     return
  9664. end try
  9665. All Packages
  9666. 7.5.2 (7200/9500)O
  9667. Dev.CD Oct 95 SSWP
  9668. Dev.CD Oct 95 SSV
  9669. 1768X
  9670. Oct 95
  9671. f--set theItem to choose file -- uncomment to test in an AS editor
  9672.     tell application "Finder"
  9673.         open item "Dev.CD Oct 95 SSW"
  9674.         activate
  9675.     end tell
  9676. on error errMsg number errNum
  9677.     --enter statements to perform when no records are found such as...
  9678.     display dialog "Sorry, the item you selected could not be found."
  9679.     return
  9680. end try
  9681. All Packages
  9682. 7.5.2 (7200/9500)O
  9683. Dev.CD Oct 95 SSWV
  9684. 1769X
  9685. f--set theItem to choose file -- uncomment to test in an AS editor
  9686.     tell application "Finder"
  9687.         open item "Dev.CD Oct 95 SSW"
  9688.         activate
  9689.     end tell
  9690. on error errMsg number errNum
  9691.     --enter statements to perform when no records are found such as...
  9692.     display dialog "Sorry, the item you selected could not be found."
  9693.     return
  9694. end try
  9695. Dev.CD Oct 95 SSV
  9696. 1769X
  9697. Oct 95
  9698. f--set theItem to choose file -- uncomment to test in an AS editor
  9699.     tell application "Finder"
  9700.         open item "Dev.CD Oct 95 SSW"
  9701.         activate
  9702.     end tell
  9703. on error errMsg number errNum
  9704.     --enter statements to perform when no records are found such as...
  9705.     display dialog "Sorry, the item you selected could not be found."
  9706.     return
  9707. end try
  9708. All Packages
  9709. 7.5.2 (7200/9500)O
  9710. Dev.CD Oct 95 SSWP
  9711. Dev.CD Oct 95 SSV
  9712. 1770X
  9713. Oct 95
  9714. f--set theItem to choose file -- uncomment to test in an AS editor
  9715.     tell application "Finder"
  9716.         open item "Dev.CD Oct 95 SSW"
  9717.         activate
  9718.     end tell
  9719. on error errMsg number errNum
  9720.     --enter statements to perform when no records are found such as...
  9721.     display dialog "Sorry, the item you selected could not be found."
  9722.     return
  9723. end try
  9724. All Packages
  9725. 7.5.2 (7200/9500)O
  9726. Dev.CD Oct 95 SSWP
  9727. Dev.CD Oct 95 SSV
  9728. 1771X
  9729. Oct 95
  9730. All Packages
  9731. 7.5.2 (7200/9500)O
  9732. Dev.CD Oct 95 SSWP
  9733. Dev.CD Oct 95 SSV
  9734. 1772X
  9735. Oct 95
  9736. f--set theItem to choose file -- uncomment to test in an AS editor
  9737.     tell application "Finder"
  9738.         open item "Dev.CD Oct 95 SSW"
  9739.         activate
  9740.     end tell
  9741. on error errMsg number errNum
  9742.     --enter statements to perform when no records are found such as...
  9743.     display dialog "Sorry, the item you selected could not be found."
  9744.     return
  9745. end try
  9746. All Packages
  9747. 7.5.2 (7200/9500)O
  9748. Dev.CD Oct 95 SSWP
  9749. Dev.CD Oct 95 SSV
  9750. 1773X
  9751. Oct 95
  9752. f--set theItem to choose file -- uncomment to test in an AS editor
  9753.     tell application "Finder"
  9754.         open item "Dev.CD Oct 95 SSW"
  9755.         activate
  9756.     end tell
  9757. on error errMsg number errNum
  9758.     --enter statements to perform when no records are found such as...
  9759.     display dialog "Sorry, the item you selected could not be found."
  9760.     return
  9761. end try
  9762. All Packages
  9763. 7.5.2 (7200/9500)O
  9764. Dev.CD Apr 96 SSWV
  9765. 1774X
  9766. f--set theItem to choose file -- uncomment to test in an AS editor
  9767.     tell application "Finder"
  9768.         open item "Dev.CD Oct 95 SSW"
  9769.         activate
  9770.     end tell
  9771. on error errMsg number errNum
  9772.     --enter statements to perform when no records are found such as...
  9773.     display dialog "Sorry, the item you selected could not be found."
  9774.     return
  9775. end try
  9776. Dev.CD Apr 96 SSV
  9777. 1774X
  9778. Apr 96
  9779. f--set theItem to choose file -- uncomment to test in an AS editor
  9780.     tell application "Finder"
  9781.         open item "Dev.CD Apr 96 SSW"
  9782.         activate
  9783.     end tell
  9784. on error errMsg number errNum
  9785.     --enter statements to perform when no records are found such as...
  9786.     display dialog "Sorry, the item you selected could not be found."
  9787.     return
  9788. end try
  9789. All Packages
  9790. 7.5.2 (7200/9500)O
  9791. Dev.CD Apr 96 SSWP
  9792. Dev.CD Apr 96 SSV
  9793. 1775X
  9794. Apr 96
  9795. f--set theItem to choose file -- uncomment to test in an AS editor
  9796.     tell application "Finder"
  9797.         open item "Dev.CD Apr 96 SSW"
  9798.         activate
  9799.     end tell
  9800. on error errMsg number errNum
  9801.     --enter statements to perform when no records are found such as...
  9802.     display dialog "Sorry, the item you selected could not be found."
  9803.     return
  9804. end try
  9805. All Packages
  9806. 7.5.2 (7200/9500)O
  9807. Dev.CD Apr 96 SSWP
  9808. Dev.CD Apr 96 SSV
  9809. 1776X
  9810. Apr 96
  9811. 7200/9500
  9812. 73/76/86/9600
  9813. 7500/8500
  9814. 7edit
  9815. 7.0.1
  9816. image
  9817. 8.5.1
  9818. 8.5.1gm
  9819. a-law
  9820. All Packages
  9821. 7.5.2 (7200/9500)O
  9822. Dev.CD Apr 96 SSWP
  9823. Dev.CD Apr 96 SSV
  9824. 1777X
  9825. Apr 96
  9826. f--set theItem to choose file -- uncomment to test in an AS editor
  9827.     tell application "Finder"
  9828.         open item "Dev.CD Apr 96 SSW"
  9829.         activate
  9830.     end tell
  9831. on error errMsg number errNum
  9832.     --enter statements to perform when no records are found such as...
  9833.     display dialog "Sorry, the item you selected could not be found."
  9834.     return
  9835. end try
  9836. All Packages
  9837. 7.5.2 (7200/9500)O
  9838. Dev.CD Apr 96 SSWP
  9839. Dev.CD Apr 96 SSV
  9840. 1778X
  9841. Apr 96
  9842. f--set theItem to choose file -- uncomment to test in an AS editor
  9843.     tell application "Finder"
  9844.         open item "Dev.CD Apr 96 SSW"
  9845.         activate
  9846.     end tell
  9847. on error errMsg number errNum
  9848.     --enter statements to perform when no records are found such as...
  9849.     display dialog "Sorry, the item you selected could not be found."
  9850.     return
  9851. end try
  9852. All Packages
  9853. 7.5.2 (7200/9500)O
  9854. Dev.CD Apr 96 SSWV
  9855. 1779X
  9856. f--set theItem to choose file -- uncomment to test in an AS editor
  9857.     tell application "Finder"
  9858.         open item "Dev.CD Apr 96 SSW"
  9859.         activate
  9860.     end tell
  9861. on error errMsg number errNum
  9862.     --enter statements to perform when no records are found such as...
  9863.     display dialog "Sorry, the item you selected could not be found."
  9864.     return
  9865. end try
  9866. Dev.CD Apr 96 SSV
  9867. 1779X
  9868. Apr 96
  9869. f--set theItem to choose file -- uncomment to test in an AS editor
  9870.     tell application "Finder"
  9871.         open item "Dev.CD Apr 96 SSW"
  9872.         activate
  9873.     end tell
  9874. on error errMsg number errNum
  9875.     --enter statements to perform when no records are found such as...
  9876.     display dialog "Sorry, the item you selected could not be found."
  9877.     return
  9878. end try
  9879. All Packages
  9880. 7.5.2 (7500/8500)O
  9881. Dev.CD Jan 96 SSWP
  9882. Dev.CD Jan 96 SSV
  9883. 1780X
  9884. Jan 96
  9885. f--set theItem to choose file -- uncomment to test in an AS editor
  9886.     tell application "Finder"
  9887.         open item "Dev.CD Jan 96 SSW"
  9888.         activate
  9889.     end tell
  9890. on error errMsg number errNum
  9891.     --enter statements to perform when no records are found such as...
  9892.     display dialog "Sorry, the item you selected could not be found."
  9893.     return
  9894. end try
  9895. All Packages
  9896. 7.5.2 (7500/8500)O
  9897. Dev.CD Jan 96 SSWP
  9898. Dev.CD Jan 96 SSV
  9899. 1781X
  9900. Jan 96
  9901. All Packages
  9902. 7.5.2 (7500/8500)O
  9903. Dev.CD Jan 96 SSWP
  9904. Dev.CD Jan 96 SSV
  9905. 1782X
  9906. Jan 96
  9907. f--set theItem to choose file -- uncomment to test in an AS editor
  9908.     tell application "Finder"
  9909.         open item "Dev.CD Jan 96 SSW"
  9910.         activate
  9911.     end tell
  9912. on error errMsg number errNum
  9913.     --enter statements to perform when no records are found such as...
  9914.     display dialog "Sorry, the item you selected could not be found."
  9915.     return
  9916. end try
  9917. All Packages
  9918. 7.5.2 (7500/8500)O
  9919. Dev.CD Jan 96 SSWP
  9920. Dev.CD Jan 96 SSV
  9921. 1783X
  9922. Jan 96
  9923. f--set theItem to choose file -- uncomment to test in an AS editor
  9924.     tell application "Finder"
  9925.         open item "Dev.CD Jan 96 SSW"
  9926.         activate
  9927.     end tell
  9928. on error errMsg number errNum
  9929.     --enter statements to perform when no records are found such as...
  9930.     display dialog "Sorry, the item you selected could not be found."
  9931.     return
  9932. end try
  9933. All Packages
  9934. 7.5.2 (7500/8500)O
  9935. Dev.CD Jan 96 SSWV
  9936. 1784X
  9937. f--set theItem to choose file -- uncomment to test in an AS editor
  9938.     tell application "Finder"
  9939.         open item "Dev.CD Jan 96 SSW"
  9940.         activate
  9941.     end tell
  9942. on error errMsg number errNum
  9943.     --enter statements to perform when no records are found such as...
  9944.     display dialog "Sorry, the item you selected could not be found."
  9945.     return
  9946. end try
  9947. Dev.CD Jan 96 SSV
  9948. 1784X
  9949. Jan 96
  9950. f--set theItem to choose file -- uncomment to test in an AS editor
  9951.     tell application "Finder"
  9952.         open item "Dev.CD Jan 96 SSW"
  9953.         activate
  9954.     end tell
  9955. on error errMsg number errNum
  9956.     --enter statements to perform when no records are found such as...
  9957.     display dialog "Sorry, the item you selected could not be found."
  9958.     return
  9959. end try
  9960. All Packages
  9961. 7.5.2 (7500/8500)O
  9962. Dev.CD Jan 96 SSWP
  9963. Dev.CD Jan 96 SSV
  9964. 1785X
  9965. Jan 96
  9966. f--set theItem to choose file -- uncomment to test in an AS editor
  9967.     tell application "Finder"
  9968.         open item "Dev.CD Jan 96 SSW"
  9969.         activate
  9970.     end tell
  9971. on error errMsg number errNum
  9972.     --enter statements to perform when no records are found such as...
  9973.     display dialog "Sorry, the item you selected could not be found."
  9974.     return
  9975. end try
  9976. All Packages
  9977. 7.5.2 (7500/8500)O
  9978. Dev.CD Jan 96 SSWP
  9979. Dev.CD Jan 96 SSV
  9980. 1786X
  9981. Jan 96
  9982. All Packages
  9983. 7.5.2 (7500/8500)O
  9984. Dev.CD Jan 96 SSWP
  9985. Dev.CD Jan 96 SSV
  9986. 1787X
  9987. Jan 96
  9988. f--set theItem to choose file -- uncomment to test in an AS editor
  9989.     tell application "Finder"
  9990.         open item "Dev.CD Jan 96 SSW"
  9991.         activate
  9992.     end tell
  9993. on error errMsg number errNum
  9994.     --enter statements to perform when no records are found such as...
  9995.     display dialog "Sorry, the item you selected could not be found."
  9996.     return
  9997. end try
  9998. All Packages
  9999. 7.5.2 (7500/8500)O
  10000. Dev.CD Jan 96 SSWP
  10001. Dev.CD Jan 96 SSV
  10002. 1788X
  10003. Jan 96
  10004. f--set theItem to choose file -- uncomment to test in an AS editor
  10005.     tell application "Finder"
  10006.         open item "Dev.CD Jan 96 SSW"
  10007.         activate
  10008.     end tell
  10009. on error errMsg number errNum
  10010.     --enter statements to perform when no records are found such as...
  10011.     display dialog "Sorry, the item you selected could not be found."
  10012.     return
  10013. end try
  10014. All Packages
  10015. 7.5.2 (7500/8500)O
  10016. Dev.CD Jan 96 SSWV
  10017. 1789X
  10018. f--set theItem to choose file -- uncomment to test in an AS editor
  10019.     tell application "Finder"
  10020.         open item "Dev.CD Jan 96 SSW"
  10021.         activate
  10022.     end tell
  10023. on error errMsg number errNum
  10024.     --enter statements to perform when no records are found such as...
  10025.     display dialog "Sorry, the item you selected could not be found."
  10026.     return
  10027. end try
  10028. Dev.CD Jan 96 SSV
  10029. 1789X
  10030. Jan 96
  10031. f--set theItem to choose file -- uncomment to test in an AS editor
  10032.     tell application "Finder"
  10033.         open item "Dev.CD Jan 96 SSW"
  10034.         activate
  10035.     end tell
  10036. on error errMsg number errNum
  10037.     --enter statements to perform when no records are found such as...
  10038.     display dialog "Sorry, the item you selected could not be found."
  10039.     return
  10040. end try
  10041. All Packages
  10042. 7.5.2 (7500/8500)O
  10043. Dev.CD Jan 96 SSWP
  10044. Dev.CD Jan 96 SSV
  10045. 1790X
  10046. Jan 96
  10047. f--set theItem to choose file -- uncomment to test in an AS editor
  10048.     tell application "Finder"
  10049.         open item "Dev.CD Jan 96 SSW"
  10050.         activate
  10051.     end tell
  10052. on error errMsg number errNum
  10053.     --enter statements to perform when no records are found such as...
  10054.     display dialog "Sorry, the item you selected could not be found."
  10055.     return
  10056. end try
  10057. All Packages
  10058. 7.5.2 (7500/8500)O
  10059. Dev.CD Jan 96 SSWP
  10060. Dev.CD Jan 96 SSV
  10061. 1791X
  10062. Jan 96
  10063. All Packages
  10064. 7.5.2 (7500/8500)O
  10065. Dev.CD Jan 96 SSWP
  10066. Dev.CD Jan 96 SSV
  10067. 1792X
  10068. Jan 96
  10069. f--set theItem to choose file -- uncomment to test in an AS editor
  10070.     tell application "Finder"
  10071.         open item "Dev.CD Jan 96 SSW"
  10072.         activate
  10073.     end tell
  10074. on error errMsg number errNum
  10075.     --enter statements to perform when no records are found such as...
  10076.     display dialog "Sorry, the item you selected could not be found."
  10077.     return
  10078. end try
  10079. All Packages
  10080. 7.5.2 (7500/8500)O
  10081. Dev.CD Jan 96 SSWP
  10082. Dev.CD Jan 96 SSV
  10083. 1793X
  10084. Jan 96
  10085. f--set theItem to choose file -- uncomment to test in an AS editor
  10086.     tell application "Finder"
  10087.         open item "Dev.CD Jan 96 SSW"
  10088.         activate
  10089.     end tell
  10090. on error errMsg number errNum
  10091.     --enter statements to perform when no records are found such as...
  10092.     display dialog "Sorry, the item you selected could not be found."
  10093.     return
  10094. end try
  10095. All Packages
  10096. 7.5.2 (7500/8500)O
  10097. Dev.CD Jan 96 SDK2V
  10098. 1794X
  10099. f--set theItem to choose file -- uncomment to test in an AS editor
  10100.     tell application "Finder"
  10101.         open item "Dev.CD Jan 96 SSW"
  10102.         activate
  10103.     end tell
  10104. on error errMsg number errNum
  10105.     --enter statements to perform when no records are found such as...
  10106.     display dialog "Sorry, the item you selected could not be found."
  10107.     return
  10108. end try
  10109. 7.5.2
  10110. 7200/9500
  10111. 7.5.2
  10112. 7500/8500
  10113. 7.5.2
  10114. 7.5.2
  10115. 7.5.2
  10116. 7.5.2
  10117. 7.5.2
  10118. 5300/2300/190
  10119. 7.5.3
  10120. 7.5.3
  10121. Dev.CD Jan 96 SDKV
  10122. 1794X
  10123. Jan 96
  10124. g--set theItem to choose file -- uncomment to test in an AS editor
  10125.     tell application "Finder"
  10126.         open item "Dev.CD Jan 96 SDK2"
  10127.         activate
  10128.     end tell
  10129. on error errMsg number errNum
  10130.     --enter statements to perform when no records are found such as...
  10131.     display dialog "Sorry, the item you selected could not be found."
  10132.     return
  10133. end try
  10134. All Packages
  10135. 7.5.2 (7500/8500)O
  10136. Dev.CD Nov 95 TCP
  10137. Dev.CD Nov 95 TV
  10138. 1795X
  10139. Nov 95
  10140. e--set theItem to choose file -- uncomment to test in an AS editor
  10141.     tell application "Finder"
  10142.         open item "Dev.CD Nov 95 TC"
  10143.         activate
  10144.     end tell
  10145. on error errMsg number errNum
  10146.     --enter statements to perform when no records are found such as...
  10147.     display dialog "Sorry, the item you selected could not be found."
  10148.     return
  10149. end try
  10150. All Packages
  10151. 7.5.2 (7500/8500)O
  10152. Dev.CD Oct 95 SSWP
  10153. Dev.CD Oct 95 SSV
  10154. 1796X
  10155. Oct 95
  10156. All Packages
  10157. 7.5.2 (7500/8500)O
  10158. Dev.CD Oct 95 SSWP
  10159. Dev.CD Oct 95 SSV
  10160. 1797X
  10161. Oct 95
  10162. f--set theItem to choose file -- uncomment to test in an AS editor
  10163.     tell application "Finder"
  10164.         open item "Dev.CD Oct 95 SSW"
  10165.         activate
  10166.     end tell
  10167. on error errMsg number errNum
  10168.     --enter statements to perform when no records are found such as...
  10169.     display dialog "Sorry, the item you selected could not be found."
  10170.     return
  10171. end try
  10172. All Packages
  10173. 7.5.2 (7500/8500)O
  10174. Dev.CD Oct 95 SSWP
  10175. Dev.CD Oct 95 SSV
  10176. 1798X
  10177. Oct 95
  10178. f--set theItem to choose file -- uncomment to test in an AS editor
  10179.     tell application "Finder"
  10180.         open item "Dev.CD Oct 95 SSW"
  10181.         activate
  10182.     end tell
  10183. on error errMsg number errNum
  10184.     --enter statements to perform when no records are found such as...
  10185.     display dialog "Sorry, the item you selected could not be found."
  10186.     return
  10187. end try
  10188. All Packages
  10189. 7.5.2 (7500/8500)O
  10190. Dev.CD Oct 95 SSWV
  10191. 1799X
  10192. f--set theItem to choose file -- uncomment to test in an AS editor
  10193.     tell application "Finder"
  10194.         open item "Dev.CD Oct 95 SSW"
  10195.         activate
  10196.     end tell
  10197. on error errMsg number errNum
  10198.     --enter statements to perform when no records are found such as...
  10199.     display dialog "Sorry, the item you selected could not be found."
  10200.     return
  10201. end try
  10202. Dev.CD Oct 95 SSV
  10203. 1799X
  10204. Oct 95
  10205. f--set theItem to choose file -- uncomment to test in an AS editor
  10206.     tell application "Finder"
  10207.         open item "Dev.CD Oct 95 SSW"
  10208.         activate
  10209.     end tell
  10210. on error errMsg number errNum
  10211.     --enter statements to perform when no records are found such as...
  10212.     display dialog "Sorry, the item you selected could not be found."
  10213.     return
  10214. end try
  10215. All Packages
  10216. 7.5.2 (7500/8500)O
  10217. Dev.CD Oct 95 SSWP
  10218. Dev.CD Oct 95 SSV
  10219. 1800X
  10220. Oct 95
  10221. f--set theItem to choose file -- uncomment to test in an AS editor
  10222.     tell application "Finder"
  10223.         open item "Dev.CD Oct 95 SSW"
  10224.         activate
  10225.     end tell
  10226. on error errMsg number errNum
  10227.     --enter statements to perform when no records are found such as...
  10228.     display dialog "Sorry, the item you selected could not be found."
  10229.     return
  10230. end try
  10231. All Packages
  10232. 7.5.2 (7500/8500)O
  10233. Dev.CD Oct 95 SSWP
  10234. Dev.CD Oct 95 SSV
  10235. 1801X
  10236. Oct 95
  10237. All Packages
  10238. 7.5.2 (7500/8500)O
  10239. Dev.CD Oct 95 SSWP
  10240. Dev.CD Oct 95 SSV
  10241. 1802X
  10242. Oct 95
  10243. f--set theItem to choose file -- uncomment to test in an AS editor
  10244.     tell application "Finder"
  10245.         open item "Dev.CD Oct 95 SSW"
  10246.         activate
  10247.     end tell
  10248. on error errMsg number errNum
  10249.     --enter statements to perform when no records are found such as...
  10250.     display dialog "Sorry, the item you selected could not be found."
  10251.     return
  10252. end try
  10253. All Packages
  10254. 7.5.2 (7500/8500)O
  10255. Dev.CD Oct 95 SSWP
  10256. Dev.CD Oct 95 SSV
  10257. 1803X
  10258. Oct 95
  10259. f--set theItem to choose file -- uncomment to test in an AS editor
  10260.     tell application "Finder"
  10261.         open item "Dev.CD Oct 95 SSW"
  10262.         activate
  10263.     end tell
  10264. on error errMsg number errNum
  10265.     --enter statements to perform when no records are found such as...
  10266.     display dialog "Sorry, the item you selected could not be found."
  10267.     return
  10268. end try
  10269. All Packages
  10270. 7.5.2 (7500/8500)O
  10271. Dev.CD Apr 96 SSWV
  10272. 1804X
  10273. f--set theItem to choose file -- uncomment to test in an AS editor
  10274.     tell application "Finder"
  10275.         open item "Dev.CD Oct 95 SSW"
  10276.         activate
  10277.     end tell
  10278. on error errMsg number errNum
  10279.     --enter statements to perform when no records are found such as...
  10280.     display dialog "Sorry, the item you selected could not be found."
  10281.     return
  10282. end try
  10283. Dev.CD Apr 96 SSV
  10284. 1804X
  10285. Apr 96
  10286. f--set theItem to choose file -- uncomment to test in an AS editor
  10287.     tell application "Finder"
  10288.         open item "Dev.CD Apr 96 SSW"
  10289.         activate
  10290.     end tell
  10291. on error errMsg number errNum
  10292.     --enter statements to perform when no records are found such as...
  10293.     display dialog "Sorry, the item you selected could not be found."
  10294.     return
  10295. end try
  10296. All Packages
  10297. 7.5.2 (7500/8500)O
  10298. Dev.CD Apr 96 SSWP
  10299. Dev.CD Apr 96 SSV
  10300. 1805X
  10301. Apr 96
  10302. f--set theItem to choose file -- uncomment to test in an AS editor
  10303.     tell application "Finder"
  10304.         open item "Dev.CD Apr 96 SSW"
  10305.         activate
  10306.     end tell
  10307. on error errMsg number errNum
  10308.     --enter statements to perform when no records are found such as...
  10309.     display dialog "Sorry, the item you selected could not be found."
  10310.     return
  10311. end try
  10312. All Packages
  10313. 7.5.2 (7500/8500)O
  10314. Dev.CD Apr 96 SSWP
  10315. Dev.CD Apr 96 SSV
  10316. 1806X
  10317. Apr 96
  10318. All Packages
  10319. 7.5.2 (7500/8500)O
  10320. Dev.CD Apr 96 SSWP
  10321. Dev.CD Apr 96 SSV
  10322. 1807X
  10323. Apr 96
  10324. f--set theItem to choose file -- uncomment to test in an AS editor
  10325.     tell application "Finder"
  10326.         open item "Dev.CD Apr 96 SSW"
  10327.         activate
  10328.     end tell
  10329. on error errMsg number errNum
  10330.     --enter statements to perform when no records are found such as...
  10331.     display dialog "Sorry, the item you selected could not be found."
  10332.     return
  10333. end try
  10334. All Packages
  10335. 7.5.2 (7500/8500)O
  10336. Dev.CD Apr 96 SSWP
  10337. Dev.CD Apr 96 SSV
  10338. 1808X
  10339. Apr 96
  10340. f--set theItem to choose file -- uncomment to test in an AS editor
  10341.     tell application "Finder"
  10342.         open item "Dev.CD Apr 96 SSW"
  10343.         activate
  10344.     end tell
  10345. on error errMsg number errNum
  10346.     --enter statements to perform when no records are found such as...
  10347.     display dialog "Sorry, the item you selected could not be found."
  10348.     return
  10349. end try
  10350. All Packages
  10351. 7.5.2 (7500/8500)O
  10352. Dev.CD Apr 96 SSWV
  10353. 1809X
  10354. f--set theItem to choose file -- uncomment to test in an AS editor
  10355.     tell application "Finder"
  10356.         open item "Dev.CD Apr 96 SSW"
  10357.         activate
  10358.     end tell
  10359. on error errMsg number errNum
  10360.     --enter statements to perform when no records are found such as...
  10361.     display dialog "Sorry, the item you selected could not be found."
  10362.     return
  10363. end try
  10364. Dev.CD Apr 96 SSV
  10365. 1809X
  10366. Apr 96
  10367. f--set theItem to choose file -- uncomment to test in an AS editor
  10368.     tell application "Finder"
  10369.         open item "Dev.CD Apr 96 SSW"
  10370.         activate
  10371.     end tell
  10372. on error errMsg number errNum
  10373.     --enter statements to perform when no records are found such as...
  10374.     display dialog "Sorry, the item you selected could not be found."
  10375.     return
  10376. end try
  10377. All Packages
  10378. 7.5.2 (7500/8500)O
  10379. Dev.CD Apr 96 SSWP
  10380. Dev.CD Apr 96 SSV
  10381. 1810X
  10382. Apr 96
  10383. f--set theItem to choose file -- uncomment to test in an AS editor
  10384.     tell application "Finder"
  10385.         open item "Dev.CD Apr 96 SSW"
  10386.         activate
  10387.     end tell
  10388. on error errMsg number errNum
  10389.     --enter statements to perform when no records are found such as...
  10390.     display dialog "Sorry, the item you selected could not be found."
  10391.     return
  10392. end try
  10393. All Packages
  10394. 7.5.2 (7500/8500)O
  10395. Dev.CD Apr 96 SSWP
  10396. Dev.CD Apr 96 SSV
  10397. 1811X
  10398. Apr 96
  10399. All Packages
  10400. 7.5.2 (7500/8500)O
  10401. Dev.CD Apr 96 SSWP
  10402. Dev.CD Apr 96 SSV
  10403. 1812X
  10404. Apr 96
  10405. f--set theItem to choose file -- uncomment to test in an AS editor
  10406.     tell application "Finder"
  10407.         open item "Dev.CD Apr 96 SSW"
  10408.         activate
  10409.     end tell
  10410. on error errMsg number errNum
  10411.     --enter statements to perform when no records are found such as...
  10412.     display dialog "Sorry, the item you selected could not be found."
  10413.     return
  10414. end try
  10415. All Packages
  10416. 7.5.2 (7500/8500)O
  10417. Dev.CD Apr 96 SSWP
  10418. Dev.CD Apr 96 SSV
  10419. 1813X
  10420. Apr 96
  10421. f--set theItem to choose file -- uncomment to test in an AS editor
  10422.     tell application "Finder"
  10423.         open item "Dev.CD Apr 96 SSW"
  10424.         activate
  10425.     end tell
  10426. on error errMsg number errNum
  10427.     --enter statements to perform when no records are found such as...
  10428.     display dialog "Sorry, the item you selected could not be found."
  10429.     return
  10430. end try
  10431. All Packages
  10432. 7.5.2 (7500/8500)O
  10433. Dev.CD Apr 96 SSWV
  10434. 1814X
  10435. f--set theItem to choose file -- uncomment to test in an AS editor
  10436.     tell application "Finder"
  10437.         open item "Dev.CD Apr 96 SSW"
  10438.         activate
  10439.     end tell
  10440. on error errMsg number errNum
  10441.     --enter statements to perform when no records are found such as...
  10442.     display dialog "Sorry, the item you selected could not be found."
  10443.     return
  10444. end try
  10445. Dev.CD Apr 96 SSV
  10446. 1814X
  10447. Apr 96
  10448. f--set theItem to choose file -- uncomment to test in an AS editor
  10449.     tell application "Finder"
  10450.         open item "Dev.CD Apr 96 SSW"
  10451.         activate
  10452.     end tell
  10453. on error errMsg number errNum
  10454.     --enter statements to perform when no records are found such as...
  10455.     display dialog "Sorry, the item you selected could not be found."
  10456.     return
  10457. end try
  10458. All Packages
  10459. 7.5.2 (9500)O
  10460. Dev.CD Jan 96 SSWP
  10461. Dev.CD Jan 96 SSV
  10462. 1815X
  10463. Jan 96
  10464. f--set theItem to choose file -- uncomment to test in an AS editor
  10465.     tell application "Finder"
  10466.         open item "Dev.CD Jan 96 SSW"
  10467.         activate
  10468.     end tell
  10469. on error errMsg number errNum
  10470.     --enter statements to perform when no records are found such as...
  10471.     display dialog "Sorry, the item you selected could not be found."
  10472.     return
  10473. end try
  10474. All Packages
  10475. 7.5.2 (9500)O
  10476. Dev.CD Oct 95 SSWP
  10477. Dev.CD Oct 95 SSV
  10478. 1816X
  10479. Oct 95
  10480. All Packages
  10481. 7.5.2 (9500)O
  10482. Dev.CD Oct 95 SSWP
  10483. Dev.CD Oct 95 SSV
  10484. 1817X
  10485. Oct 95
  10486. f--set theItem to choose file -- uncomment to test in an AS editor
  10487.     tell application "Finder"
  10488.         open item "Dev.CD Oct 95 SSW"
  10489.         activate
  10490.     end tell
  10491. on error errMsg number errNum
  10492.     --enter statements to perform when no records are found such as...
  10493.     display dialog "Sorry, the item you selected could not be found."
  10494.     return
  10495. end try
  10496. All Packages
  10497. 7.5.2 (9500)O
  10498. Dev.CD Oct 95 SSWP
  10499. Dev.CD Oct 95 SSV
  10500. 1818X
  10501. Oct 95
  10502. f--set theItem to choose file -- uncomment to test in an AS editor
  10503.     tell application "Finder"
  10504.         open item "Dev.CD Oct 95 SSW"
  10505.         activate
  10506.     end tell
  10507. on error errMsg number errNum
  10508.     --enter statements to perform when no records are found such as...
  10509.     display dialog "Sorry, the item you selected could not be found."
  10510.     return
  10511. end try
  10512. All Packages
  10513. 7.5.2 (9500)O
  10514. Dev.CD Oct 95 SSWV
  10515. 1819X
  10516. f--set theItem to choose file -- uncomment to test in an AS editor
  10517.     tell application "Finder"
  10518.         open item "Dev.CD Oct 95 SSW"
  10519.         activate
  10520.     end tell
  10521. on error errMsg number errNum
  10522.     --enter statements to perform when no records are found such as...
  10523.     display dialog "Sorry, the item you selected could not be found."
  10524.     return
  10525. end try
  10526. packages
  10527. Dev.CD Oct 95 SSV
  10528. 1819X
  10529. Oct 95
  10530. f--set theItem to choose file -- uncomment to test in an AS editor
  10531.     tell application "Finder"
  10532.         open item "Dev.CD Oct 95 SSW"
  10533.         activate
  10534.     end tell
  10535. on error errMsg number errNum
  10536.     --enter statements to perform when no records are found such as...
  10537.     display dialog "Sorry, the item you selected could not be found."
  10538.     return
  10539. end try
  10540. All Packages
  10541. 7.5.2 (9500)O
  10542. Dev.CD Oct 95 SSWP
  10543. Dev.CD Oct 95 SSV
  10544. 1820X
  10545. Oct 95
  10546. f--set theItem to choose file -- uncomment to test in an AS editor
  10547.     tell application "Finder"
  10548.         open item "Dev.CD Oct 95 SSW"
  10549.         activate
  10550.     end tell
  10551. on error errMsg number errNum
  10552.     --enter statements to perform when no records are found such as...
  10553.     display dialog "Sorry, the item you selected could not be found."
  10554.     return
  10555. end try
  10556. All Packages
  10557. 7.5.2 (PB 190)O
  10558. Dev.CD Apr 96 SDK2P
  10559. Dev.CD Apr 96 SDKV
  10560. 1821X
  10561. Apr 96
  10562. All Packages
  10563. 7.5.2 (PB 2300)O
  10564. Dev.CD Apr 96 SDK2P
  10565. Dev.CD Apr 96 SDKV
  10566. 1822X
  10567. Apr 96
  10568. g--set theItem to choose file -- uncomment to test in an AS editor
  10569.     tell application "Finder"
  10570.         open item "Dev.CD Apr 96 SDK2"
  10571.         activate
  10572.     end tell
  10573. on error errMsg number errNum
  10574.     --enter statements to perform when no records are found such as...
  10575.     display dialog "Sorry, the item you selected could not be found."
  10576.     return
  10577. end try
  10578. All Packages
  10579. 7.5.2 (PB 5300)O
  10580. Dev.CD Apr 96 SDK2P
  10581. Dev.CD Apr 96 SDKV
  10582. 1823X
  10583. Apr 96
  10584. g--set theItem to choose file -- uncomment to test in an AS editor
  10585.     tell application "Finder"
  10586.         open item "Dev.CD Apr 96 SDK2"
  10587.         activate
  10588.     end tell
  10589. on error errMsg number errNum
  10590.     --enter statements to perform when no records are found such as...
  10591.     display dialog "Sorry, the item you selected could not be found."
  10592.     return
  10593. end try
  10594. All Packages
  10595. 7.5.2 (PB 5300/2300/190)V
  10596. 1824X
  10597. g--set theItem to choose file -- uncomment to test in an AS editor
  10598.     tell application "Finder"
  10599.         open item "Dev.CD Apr 96 SDK2"
  10600.         activate
  10601.     end tell
  10602. on error errMsg number errNum
  10603.     --enter statements to perform when no records are found such as...
  10604.     display dialog "Sorry, the item you selected could not be found."
  10605.     return
  10606. end try
  10607. 32-bitO
  10608. 32-bit
  10609. system
  10610. enablerO
  10611. 4400/200
  10612. 5.0.7
  10613. 5.3.2
  10614. 5300/2300/190
  10615. Dev.CD Apr 96 SSWP
  10616. Dev.CD Apr 96 SSV
  10617. 1824X
  10618. Apr 96
  10619. f--set theItem to choose file -- uncomment to test in an AS editor
  10620.     tell application "Finder"
  10621.         open item "Dev.CD Apr 96 SSW"
  10622.         activate
  10623.     end tell
  10624. on error errMsg number errNum
  10625.     --enter statements to perform when no records are found such as...
  10626.     display dialog "Sorry, the item you selected could not be found."
  10627.     return
  10628. end try
  10629. All Packages
  10630. 7.5.2 (PB 5300/2300/190)O
  10631. Dev.CD Apr 96 SSWP
  10632. Dev.CD Apr 96 SSV
  10633. 1825X
  10634. Apr 96
  10635. f--set theItem to choose file -- uncomment to test in an AS editor
  10636.     tell application "Finder"
  10637.         open item "Dev.CD Apr 96 SSW"
  10638.         activate
  10639.     end tell
  10640. on error errMsg number errNum
  10641.     --enter statements to perform when no records are found such as...
  10642.     display dialog "Sorry, the item you selected could not be found."
  10643.     return
  10644. end try
  10645. All Packages
  10646. 7.5.2 (PB 5300/2300/190)O
  10647. Dev.CD Apr 96 SSWP
  10648. Dev.CD Apr 96 SSV
  10649. 1826X
  10650. Apr 96
  10651. 5thcolumn
  10652. 6.0.2
  10653. 6.0.2.4
  10654. 6.0.3
  10655. 6.0.3.1
  10656. 6.0.4
  10657. 6.0.5
  10658. 6.0.6
  10659. 6.0.7
  10660. 6.0.7.1
  10661. 6.0.8
  10662. 6.0.8.1
  10663. 6.1b9
  10664. 6.5.4a4
  10665. processor
  10666. upgrade
  10667. enabler
  10668. 7.0.1.1
  10669. 7.0.1p
  10670. f--set theItem to choose file -- uncomment to test in an AS editor
  10671.     tell application "Finder"
  10672.         open item "Dev.CD Apr 96 SSW"
  10673.         activate
  10674.     end tell
  10675. on error errMsg number errNum
  10676.     --enter statements to perform when no records are found such as...
  10677.     display dialog "Sorry, the item you selected could not be found."
  10678.     return
  10679. end try
  10680. All Packages
  10681. 7.5.2 (PB 5300/2300/190)O
  10682. Dev.CD Apr 96 SSWP
  10683. Dev.CD Apr 96 SSV
  10684. 1827X
  10685. Apr 96
  10686. f--set theItem to choose file -- uncomment to test in an AS editor
  10687.     tell application "Finder"
  10688.         open item "Dev.CD Apr 96 SSW"
  10689.         activate
  10690.     end tell
  10691. on error errMsg number errNum
  10692.     --enter statements to perform when no records are found such as...
  10693.     display dialog "Sorry, the item you selected could not be found."
  10694.     return
  10695. end try
  10696. All Packages
  10697. 7.5.2 (PB 5300/2300/190)O#Dev.CD Apr 96 SSW
  10698. Dev.CD Jul 96 SSWP"Dev.CD Apr 96 SSW
  10699. Dev.CD Jul 96 SSV
  10700. 1828X
  10701. Apr 96
  10702. All Packages
  10703. 7.5.2 (PB 5300/2300/190)O
  10704. Dev.CD Apr 96 SSWP
  10705. Dev.CD Apr 96 SSV
  10706. 1829X
  10707. Apr 96
  10708. f--set theItem to choose file -- uncomment to test in an AS editor
  10709.     tell application "Finder"
  10710.         open item "Dev.CD Apr 96 SSW"
  10711.         activate
  10712.     end tell
  10713. on error errMsg number errNum
  10714.     --enter statements to perform when no records are found such as...
  10715.     display dialog "Sorry, the item you selected could not be found."
  10716.     return
  10717. end try
  10718. All Packages
  10719. 7.5.2 (PB 5300/2300/190)O
  10720. Dev.CD Apr 96 SSWP
  10721. Dev.CD Apr 96 SSV
  10722. 1830X
  10723. Apr 96
  10724. f--set theItem to choose file -- uncomment to test in an AS editor
  10725.     tell application "Finder"
  10726.         open item "Dev.CD Apr 96 SSW"
  10727.         activate
  10728.     end tell
  10729. on error errMsg number errNum
  10730.     --enter statements to perform when no records are found such as...
  10731.     display dialog "Sorry, the item you selected could not be found."
  10732.     return
  10733. end try
  10734. All Packages
  10735. 1831X
  10736. x--set theItem to choose file -- uncomment to test in an AS editor
  10737.     tell application "Finder"
  10738.         open item "Dev.CD Apr 96 SSW
  10739. Dev.CD Jul 96 SSW"
  10740.         activate
  10741.     end tell
  10742. on error errMsg number errNum
  10743.     --enter statements to perform when no records are found such as...
  10744.     display dialog "Sorry, the item you selected could not be found."
  10745.     return
  10746. end try
  10747. 7.5.2 (PB 5300/2300/190)O
  10748. Dev.CD Apr 96 SSWP
  10749. Dev.CD Apr 96 SSV
  10750. 1831X
  10751. Apr 96
  10752. f--set theItem to choose file -- uncomment to test in an AS editor
  10753.     tell application "Finder"
  10754.         open item "Dev.CD Apr 96 SSW"
  10755.         activate
  10756.     end tell
  10757. on error errMsg number errNum
  10758.     --enter statements to perform when no records are found such as...
  10759.     display dialog "Sorry, the item you selected could not be found."
  10760.     return
  10761. end try
  10762. All Packages
  10763. 7.5.2 (PB 5300/2300/190)O
  10764. Dev.CD Apr 96 SSWP
  10765. Dev.CD Apr 96 SSV
  10766. 1832X
  10767. Apr 96
  10768. f--set theItem to choose file -- uncomment to test in an AS editor
  10769.     tell application "Finder"
  10770.         open item "Dev.CD Apr 96 SSW"
  10771.         activate
  10772.     end tell
  10773. on error errMsg number errNum
  10774.     --enter statements to perform when no records are found such as...
  10775.     display dialog "Sorry, the item you selected could not be found."
  10776.     return
  10777. end try
  10778. All Packages
  10779. 7.5.2 (PB 5300/2300/190)O
  10780. Dev.CD Apr 96 SSWV
  10781. 1833X
  10782. Dev.CD Apr 96 SSV
  10783. 1833X
  10784. Apr 96
  10785. f--set theItem to choose file -- uncomment to test in an AS editor
  10786.     tell application "Finder"
  10787.         open item "Dev.CD Apr 96 SSW"
  10788.         activate
  10789.     end tell
  10790. on error errMsg number errNum
  10791.     --enter statements to perform when no records are found such as...
  10792.     display dialog "Sorry, the item you selected could not be found."
  10793.     return
  10794. end try
  10795. All Packages
  10796. 7.5.2 (PB 5300/2300/190)O
  10797. Dev.CD Apr 96 SSWP
  10798. Dev.CD Apr 96 SSV
  10799. 1834X
  10800. Apr 96
  10801. f--set theItem to choose file -- uncomment to test in an AS editor
  10802.     tell application "Finder"
  10803.         open item "Dev.CD Apr 96 SSW"
  10804.         activate
  10805.     end tell
  10806. on error errMsg number errNum
  10807.     --enter statements to perform when no records are found such as...
  10808.     display dialog "Sorry, the item you selected could not be found."
  10809.     return
  10810. end try
  10811. All Packages
  10812. 7.5.2 (PB 5300/2300/190)O
  10813. Dev.CD Apr 96 SSWP
  10814. Dev.CD Apr 96 SSV
  10815. 1835X
  10816. Apr 96
  10817. All Packages
  10818. 7.5.2 (PB 5300/2300/190)O
  10819. Dev.CD Apr 96 SSWP
  10820. Dev.CD Apr 96 SSV
  10821. 1836X
  10822. Apr 96
  10823. f--set theItem to choose file -- uncomment to test in an AS editor
  10824.     tell application "Finder"
  10825.         open item "Dev.CD Apr 96 SSW"
  10826.         activate
  10827.     end tell
  10828. on error errMsg number errNum
  10829.     --enter statements to perform when no records are found such as...
  10830.     display dialog "Sorry, the item you selected could not be found."
  10831.     return
  10832. end try
  10833. All Packages
  10834. 7.5.2 (PB 5300/2300/190)O
  10835. Dev.CD Apr 96 SSWP
  10836. Dev.CD Apr 96 SSV
  10837. 1837X
  10838. Apr 96
  10839. f--set theItem to choose file -- uncomment to test in an AS editor
  10840.     tell application "Finder"
  10841.         open item "Dev.CD Apr 96 SSW"
  10842.         activate
  10843.     end tell
  10844. on error errMsg number errNum
  10845.     --enter statements to perform when no records are found such as...
  10846.     display dialog "Sorry, the item you selected could not be found."
  10847.     return
  10848. end try
  10849. All Packages
  10850. 1838X
  10851. f--set theItem to choose file -- uncomment to test in an AS editor
  10852.     tell application "Finder"
  10853.         open item "Dev.CD Apr 96 SSW"
  10854.         activate
  10855.     end tell
  10856. on error errMsg number errNum
  10857.     --enter statements to perform when no records are found such as...
  10858.     display dialog "Sorry, the item you selected could not be found."
  10859.     return
  10860. end try
  10861. 7.5.2 (PB 5300/2300/190)O
  10862. Dev.CD Apr 96 SSWP
  10863. Dev.CD Apr 96 SSV
  10864. 1838X
  10865. Apr 96
  10866. f--set theItem to choose file -- uncomment to test in an AS editor
  10867.     tell application "Finder"
  10868.         open item "Dev.CD Apr 96 SSW"
  10869.         activate
  10870.     end tell
  10871. on error errMsg number errNum
  10872.     --enter statements to perform when no records are found such as...
  10873.     display dialog "Sorry, the item you selected could not be found."
  10874.     return
  10875. end try
  10876. All Packages
  10877. 7.5.2 (PB 5300/2300/190)O
  10878. Dev.CD Jul 96 SSWP
  10879. Dev.CD Jul 96 SSV
  10880. 1839X
  10881. Jul 96
  10882. f--set theItem to choose file -- uncomment to test in an AS editor
  10883.     tell application "Finder"
  10884.         open item "Dev.CD Jul 96 SSW"
  10885.         activate
  10886.     end tell
  10887. on error errMsg number errNum
  10888.     --enter statements to perform when no records are found such as...
  10889.     display dialog "Sorry, the item you selected could not be found."
  10890.     return
  10891. end try
  10892. All Packages
  10893. 7.5.2 (PB 5300/2300/190)O
  10894. Dev.CD Jul 96 SSWV
  10895. 1840X
  10896. Dev.CD Jul 96 SSV
  10897. 1840X
  10898. Jul 96
  10899. f--set theItem to choose file -- uncomment to test in an AS editor
  10900.     tell application "Finder"
  10901.         open item "Dev.CD Jul 96 SSW"
  10902.         activate
  10903.     end tell
  10904. on error errMsg number errNum
  10905.     --enter statements to perform when no records are found such as...
  10906.     display dialog "Sorry, the item you selected could not be found."
  10907.     return
  10908. end try
  10909. All Packages
  10910. 7.5.2 (PB 5300/2300/190)O
  10911. Dev.CD Jul 96 SSWP
  10912. Dev.CD Jul 96 SSV
  10913. 1841X
  10914. Jul 96
  10915. f--set theItem to choose file -- uncomment to test in an AS editor
  10916.     tell application "Finder"
  10917.         open item "Dev.CD Jul 96 SSW"
  10918.         activate
  10919.     end tell
  10920. on error errMsg number errNum
  10921.     --enter statements to perform when no records are found such as...
  10922.     display dialog "Sorry, the item you selected could not be found."
  10923.     return
  10924. end try
  10925. All Packages
  10926. 7.5.2 (PB 5300/2300/190)O
  10927. Dev.CD Jul 96 SSWP
  10928. Dev.CD Jul 96 SSV
  10929. 1842X
  10930. Jul 96
  10931. All Packages
  10932. 7.5.2 (PB 5300/2300/190)O
  10933. Dev.CD Jul 96 SSWP
  10934. Dev.CD Jul 96 SSV
  10935. 1843X
  10936. Jul 96
  10937. f--set theItem to choose file -- uncomment to test in an AS editor
  10938.     tell application "Finder"
  10939.         open item "Dev.CD Jul 96 SSW"
  10940.         activate
  10941.     end tell
  10942. on error errMsg number errNum
  10943.     --enter statements to perform when no records are found such as...
  10944.     display dialog "Sorry, the item you selected could not be found."
  10945.     return
  10946. end try
  10947. All Packages
  10948. 7.5.2 (PB 5300/2300/190)O
  10949. Dev.CD Jul 96 SSWP
  10950. Dev.CD Jul 96 SSV
  10951. 1844X
  10952. Jul 96
  10953. f--set theItem to choose file -- uncomment to test in an AS editor
  10954.     tell application "Finder"
  10955.         open item "Dev.CD Jul 96 SSW"
  10956.         activate
  10957.     end tell
  10958. on error errMsg number errNum
  10959.     --enter statements to perform when no records are found such as...
  10960.     display dialog "Sorry, the item you selected could not be found."
  10961.     return
  10962. end try
  10963. All Packages
  10964. 7.5.3V
  10965. 1845X
  10966. f--set theItem to choose file -- uncomment to test in an AS editor
  10967.     tell application "Finder"
  10968.         open item "Dev.CD Jul 96 SSW"
  10969.         activate
  10970.     end tell
  10971. on error errMsg number errNum
  10972.     --enter statements to perform when no records are found such as...
  10973.     display dialog "Sorry, the item you selected could not be found."
  10974.     return
  10975. end try
  10976. 7.5.2
  10977. Dev.CD Oct 96 SSWP
  10978. Dev.CD Oct 96 SSV
  10979. 1845X
  10980. Oct 96
  10981. f--set theItem to choose file -- uncomment to test in an AS editor
  10982.     tell application "Finder"
  10983.         open item "Dev.CD Oct 96 SSW"
  10984.         activate
  10985.     end tell
  10986. on error errMsg number errNum
  10987.     --enter statements to perform when no records are found such as...
  10988.     display dialog "Sorry, the item you selected could not be found."
  10989.     return
  10990. end try
  10991. All Packages
  10992. 7.5.3O
  10993. Dev.CD Oct 96 SSWP
  10994. Dev.CD Oct 96 SSV
  10995. 1846X
  10996. Oct 96
  10997. f--set theItem to choose file -- uncomment to test in an AS editor
  10998.     tell application "Finder"
  10999.         open item "Dev.CD Oct 96 SSW"
  11000.         activate
  11001.     end tell
  11002. on error errMsg number errNum
  11003.     --enter statements to perform when no records are found such as...
  11004.     display dialog "Sorry, the item you selected could not be found."
  11005.     return
  11006. end try
  11007. All Packages
  11008. 7.5.3O"Dev.CD Dec 96 SE
  11009. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11010. Dev.CD Oct 96 SSV
  11011. 1847X
  11012. Dec 96
  11013. All Packages
  11014. 7.5.3O
  11015. Dev.CD Oct 96 SSWP
  11016. Dev.CD Oct 96 SSV
  11017. 1848X
  11018. Oct 96
  11019. f--set theItem to choose file -- uncomment to test in an AS editor
  11020.     tell application "Finder"
  11021.         open item "Dev.CD Oct 96 SSW"
  11022.         activate
  11023.     end tell
  11024. on error errMsg number errNum
  11025.     --enter statements to perform when no records are found such as...
  11026.     display dialog "Sorry, the item you selected could not be found."
  11027.     return
  11028. end try
  11029. All Packages
  11030. 7.5.3O$Dev.CD Oct 96 SSW
  11031. Dev.CD Jul 96 SSW2P#Dev.CD Oct 96 SSW
  11032. Dev.CD Jul 96 SSWV
  11033. 1849X
  11034. Oct 96
  11035. y--set theItem to choose file -- uncomment to test in an AS editor
  11036.     tell application "Finder"
  11037.         open item "Dev.CD Oct 96 SSW
  11038. Dev.CD Jul 96 SSW2"
  11039.         activate
  11040.     end tell
  11041. on error errMsg number errNum
  11042.     --enter statements to perform when no records are found such as...
  11043.     display dialog "Sorry, the item you selected could not be found."
  11044.     return
  11045. end try
  11046. All Packages
  11047. 1850X
  11048. w--set theItem to choose file -- uncomment to test in an AS editor
  11049.     tell application "Finder"
  11050.         open item "Dev.CD Dec 96 SE
  11051. Dev.CD Oct 96 SSW"
  11052.         activate
  11053.     end tell
  11054. on error errMsg number errNum
  11055.     --enter statements to perform when no records are found such as...
  11056.     display dialog "Sorry, the item you selected could not be found."
  11057.     return
  11058. end try
  11059. 7.5.3O"Dev.CD Dec 96 SE
  11060. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11061. Dev.CD Oct 96 SSV
  11062. 1850X
  11063. Dec 96
  11064. w--set theItem to choose file -- uncomment to test in an AS editor
  11065.     tell application "Finder"
  11066.         open item "Dev.CD Dec 96 SE
  11067. Dev.CD Oct 96 SSW"
  11068.         activate
  11069.     end tell
  11070. on error errMsg number errNum
  11071.     --enter statements to perform when no records are found such as...
  11072.     display dialog "Sorry, the item you selected could not be found."
  11073.     return
  11074. end try
  11075. All Packages
  11076. 7.5.3O"Dev.CD Dec 96 SE
  11077. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11078. Dev.CD Oct 96 SSV
  11079. 1851X
  11080. Dec 96
  11081. w--set theItem to choose file -- uncomment to test in an AS editor
  11082.     tell application "Finder"
  11083.         open item "Dev.CD Dec 96 SE
  11084. Dev.CD Oct 96 SSW"
  11085.         activate
  11086.     end tell
  11087. on error errMsg number errNum
  11088.     --enter statements to perform when no records are found such as...
  11089.     display dialog "Sorry, the item you selected could not be found."
  11090.     return
  11091. end try
  11092. All Packages
  11093. 7.5.3O
  11094. Dev.CD Oct 96 SSWP
  11095. Dev.CD Oct 96 SSV
  11096. 1852X
  11097. Oct 96
  11098. f--set theItem to choose file -- uncomment to test in an AS editor
  11099.     tell application "Finder"
  11100.         open item "Dev.CD Oct 96 SSW"
  11101.         activate
  11102.     end tell
  11103. on error errMsg number errNum
  11104.     --enter statements to perform when no records are found such as...
  11105.     display dialog "Sorry, the item you selected could not be found."
  11106.     return
  11107. end try
  11108. All Packages
  11109. 7.5.3O
  11110. Dev.CD Oct 96 SSWP
  11111. Dev.CD Oct 96 SSV
  11112. 1853X
  11113. Oct 96
  11114. f--set theItem to choose file -- uncomment to test in an AS editor
  11115.     tell application "Finder"
  11116.         open item "Dev.CD Oct 96 SSW"
  11117.         activate
  11118.     end tell
  11119. on error errMsg number errNum
  11120.     --enter statements to perform when no records are found such as...
  11121.     display dialog "Sorry, the item you selected could not be found."
  11122.     return
  11123. end try
  11124. All Packages
  11125. 7.5.3O
  11126. Dev.CD Oct 96 SSWP
  11127. Dev.CD Oct 96 SSV
  11128. 1854X
  11129. Oct 96
  11130. All Packages
  11131. 7.5.3O
  11132. Dev.CD Oct 96 SSWP
  11133. Dev.CD Oct 96 SSV
  11134. 1855X
  11135. Oct 96
  11136. f--set theItem to choose file -- uncomment to test in an AS editor
  11137.     tell application "Finder"
  11138.         open item "Dev.CD Oct 96 SSW"
  11139.         activate
  11140.     end tell
  11141. on error errMsg number errNum
  11142.     --enter statements to perform when no records are found such as...
  11143.     display dialog "Sorry, the item you selected could not be found."
  11144.     return
  11145. end try
  11146. All Packages
  11147. 7.5.3O"Dev.CD Dec 96 SE
  11148. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11149. Dev.CD Oct 96 SSV
  11150. 1856X
  11151. Dec 96
  11152. w--set theItem to choose file -- uncomment to test in an AS editor
  11153.     tell application "Finder"
  11154.         open item "Dev.CD Dec 96 SE
  11155. Dev.CD Oct 96 SSW"
  11156.         activate
  11157.     end tell
  11158. on error errMsg number errNum
  11159.     --enter statements to perform when no records are found such as...
  11160.     display dialog "Sorry, the item you selected could not be found."
  11161.     return
  11162. end try
  11163. All Packages
  11164. 7.5.3V
  11165. 1857X
  11166. f--set theItem to choose file -- uncomment to test in an AS editor
  11167.     tell application "Finder"
  11168.         open item "Dev.CD Oct 96 SSW"
  11169.         activate
  11170.     end tell
  11171. on error errMsg number errNum
  11172.     --enter statements to perform when no records are found such as...
  11173.     display dialog "Sorry, the item you selected could not be found."
  11174.     return
  11175. end try
  11176. PO"Dev.CD Dec 96 SE
  11177. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11178. Dev.CD Oct 96 SSV
  11179. 1857X
  11180. Dec 96
  11181. w--set theItem to choose file -- uncomment to test in an AS editor
  11182.     tell application "Finder"
  11183.         open item "Dev.CD Dec 96 SE
  11184. Dev.CD Oct 96 SSW"
  11185.         activate
  11186.     end tell
  11187. on error errMsg number errNum
  11188.     --enter statements to perform when no records are found such as...
  11189.     display dialog "Sorry, the item you selected could not be found."
  11190.     return
  11191. end try
  11192. All Packages
  11193. 7.5.3O
  11194. Dev.CD Oct 96 SSWP
  11195. Dev.CD Oct 96 SSV
  11196. 1858X
  11197. Oct 96
  11198. f--set theItem to choose file -- uncomment to test in an AS editor
  11199.     tell application "Finder"
  11200.         open item "Dev.CD Oct 96 SSW"
  11201.         activate
  11202.     end tell
  11203. on error errMsg number errNum
  11204.     --enter statements to perform when no records are found such as...
  11205.     display dialog "Sorry, the item you selected could not be found."
  11206.     return
  11207. end try
  11208. All Packages
  11209. 7.5.3V
  11210. 1859X
  11211. RO"Dev.CD Dec 96 SE
  11212. Dev.CD Oct 96 SSWP!Dev.CD Dec 96 SE
  11213. Dev.CD Oct 96 SSV
  11214. 1859X
  11215. Dec 96
  11216. w--set theItem to choose file -- uncomment to test in an AS editor
  11217.     tell application "Finder"
  11218.         open item "Dev.CD Dec 96 SE
  11219. Dev.CD Oct 96 SSW"
  11220.         activate
  11221.     end tell
  11222. on error errMsg number errNum
  11223.     --enter statements to perform when no records are found such as...
  11224.     display dialog "Sorry, the item you selected could not be found."
  11225.     return
  11226. end try
  11227. All Packages
  11228. 7.5.3O
  11229. Dev.CD Nov 96 TCP
  11230. Dev.CD Nov 96 TV
  11231. 1860X
  11232. Nov 96
  11233. e--set theItem to choose file -- uncomment to test in an AS editor
  11234.     tell application "Finder"
  11235.         open item "Dev.CD Nov 96 TC"
  11236.         activate
  11237.     end tell
  11238. on error errMsg number errNum
  11239.     --enter statements to perform when no records are found such as...
  11240.     display dialog "Sorry, the item you selected could not be found."
  11241.     return
  11242. end try
  11243. All Packages
  11244. 7.5.3O
  11245. Dev.CD Nov 96 TCP
  11246. Dev.CD Nov 96 TV
  11247. 1861X
  11248. Nov 96
  11249. e--set theItem to choose file -- uncomment to test in an AS editor
  11250.     tell application "Finder"
  11251.         open item "Dev.CD Nov 96 TC"
  11252.         activate
  11253.     end tell
  11254. on error errMsg number errNum
  11255.     --enter statements to perform when no records are found such as...
  11256.     display dialog "Sorry, the item you selected could not be found."
  11257.     return
  11258. end try
  11259. All Packages
  11260. 7.5.3O
  11261. Dev.CD Nov 96 TCP
  11262. Dev.CD Nov 96 TV
  11263. 1862X
  11264. Nov 96
  11265. e--set theItem to choose file -- uncomment to test in an AS editor
  11266.     tell application "Finder"
  11267.         open item "Dev.CD Nov 96 TC"
  11268.         activate
  11269.     end tell
  11270. on error errMsg number errNum
  11271.     --enter statements to perform when no records are found such as...
  11272.     display dialog "Sorry, the item you selected could not be found."
  11273.     return
  11274. end try
  11275. All Packages
  11276. 7.5.3O!Dev.CD Dec 96 SE
  11277. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  11278. Dev.CD Nov 96 TV
  11279. 1863X
  11280. Dec 96
  11281. All Packages
  11282. 7.5.3O
  11283. Dev.CD Dec 96 SEP
  11284. Dev.CD Dec 96 SV
  11285. 1864X
  11286. Dec 96
  11287. e--set theItem to choose file -- uncomment to test in an AS editor
  11288.     tell application "Finder"
  11289.         open item "Dev.CD Dec 96 SE"
  11290.         activate
  11291.     end tell
  11292. on error errMsg number errNum
  11293.     --enter statements to perform when no records are found such as...
  11294.     display dialog "Sorry, the item you selected could not be found."
  11295.     return
  11296. end try
  11297. All Packages
  11298. 7.5.3O
  11299. Dev.CD Dec 96 SE
  11300. Dev.CD Dec 96 SEV
  11301. 1865X
  11302. Dec 96
  11303. f--set theItem to choose file -- uncomment to test in an AS editor
  11304.     tell application "Finder"
  11305.         open item "Dev.CD Dec 96 SE
  11306.         activate
  11307.     end tell
  11308. on error errMsg number errNum
  11309.     --enter statements to perform when no records are found such as...
  11310.     display dialog "Sorry, the item you selected could not be found."
  11311.     return
  11312. end try
  11313. All Packages
  11314. 7.5.3O
  11315. Dev.CD Jan 98 SSWP
  11316. Dev.CD Jan 98 SSV
  11317. 1866X
  11318. Jan 98
  11319. v--set theItem to choose file -- uncomment to test in an AS editor
  11320.     tell application "Finder"
  11321.         open item "Dev.CD Dec 96 SE
  11322. Dev.CD Nov 96 TC"
  11323.         activate
  11324.     end tell
  11325. on error errMsg number errNum
  11326.     --enter statements to perform when no records are found such as...
  11327.     display dialog "Sorry, the item you selected could not be found."
  11328.     return
  11329. end try
  11330. All Packages
  11331. 7.5.3 (4400/200)O
  11332. Dev.CD Apr 97 SSWP
  11333. Dev.CD Apr 97 SSV
  11334. 1867X
  11335. Apr 97
  11336. f--set theItem to choose file -- uncomment to test in an AS editor
  11337.     tell application "Finder"
  11338.         open item "Dev.CD Apr 97 SSW"
  11339.         activate
  11340.     end tell
  11341. on error errMsg number errNum
  11342.     --enter statements to perform when no records are found such as...
  11343.     display dialog "Sorry, the item you selected could not be found."
  11344.     return
  11345. end try
  11346. All Packages
  11347. 7.5.3 (4400/200)O
  11348. Dev.CD Apr 97 SSWP
  11349. Dev.CD Apr 97 SSV
  11350. 1868X
  11351. Apr 97
  11352. f--set theItem to choose file -- uncomment to test in an AS editor
  11353.     tell application "Finder"
  11354.         open item "Dev.CD Apr 97 SSW"
  11355.         activate
  11356.     end tell
  11357. on error errMsg number errNum
  11358.     --enter statements to perform when no records are found such as...
  11359.     display dialog "Sorry, the item you selected could not be found."
  11360.     return
  11361. end try
  11362. All Packages
  11363. 7.5.3 (4400/200)O
  11364. Dev.CD Apr 97 SSWV
  11365. 1869X
  11366. f--set theItem to choose file -- uncomment to test in an AS editor
  11367.     tell application "Finder"
  11368.         open item "Dev.CD Jan 98 SSW"
  11369.         activate
  11370.     end tell
  11371. on error errMsg number errNum
  11372.     --enter statements to perform when no records are found such as...
  11373.     display dialog "Sorry, the item you selected could not be found."
  11374.     return
  11375. end try
  11376. Dev.CD Apr 97 SSV
  11377. 1869X
  11378. Apr 97
  11379. f--set theItem to choose file -- uncomment to test in an AS editor
  11380.     tell application "Finder"
  11381.         open item "Dev.CD Apr 97 SSW"
  11382.         activate
  11383.     end tell
  11384. on error errMsg number errNum
  11385.     --enter statements to perform when no records are found such as...
  11386.     display dialog "Sorry, the item you selected could not be found."
  11387.     return
  11388. end try
  11389. All Packages
  11390. 7.5.3 (4400/200)O
  11391. Dev.CD Apr 97 SSWP
  11392. Dev.CD Apr 97 SSV
  11393. 1870X
  11394. Apr 97
  11395. f--set theItem to choose file -- uncomment to test in an AS editor
  11396.     tell application "Finder"
  11397.         open item "Dev.CD Apr 97 SSW"
  11398.         activate
  11399.     end tell
  11400. on error errMsg number errNum
  11401.     --enter statements to perform when no records are found such as...
  11402.     display dialog "Sorry, the item you selected could not be found."
  11403.     return
  11404. end try
  11405. All Packages
  11406. 7.5.3 (4400/200)O
  11407. Dev.CD Apr 97 SSWP
  11408. Dev.CD Apr 97 SSV
  11409. 1871X
  11410. Apr 97
  11411. All Packages
  11412. 7.5.3 (5400)O
  11413. Dev.CD Oct 96 SSWP
  11414. Dev.CD Oct 96 SSV
  11415. 1872X
  11416. Oct 96
  11417. f--set theItem to choose file -- uncomment to test in an AS editor
  11418.     tell application "Finder"
  11419.         open item "Dev.CD Oct 96 SSW"
  11420.         activate
  11421.     end tell
  11422. on error errMsg number errNum
  11423.     --enter statements to perform when no records are found such as...
  11424.     display dialog "Sorry, the item you selected could not be found."
  11425.     return
  11426. end try
  11427. All Packages
  11428. 7.5.3 (5400)O
  11429. Dev.CD Oct 96 SSWP
  11430. Dev.CD Oct 96 SSV
  11431. 1873X
  11432. Oct 96
  11433. f--set theItem to choose file -- uncomment to test in an AS editor
  11434.     tell application "Finder"
  11435.         open item "Dev.CD Oct 96 SSW"
  11436.         activate
  11437.     end tell
  11438. on error errMsg number errNum
  11439.     --enter statements to perform when no records are found such as...
  11440.     display dialog "Sorry, the item you selected could not be found."
  11441.     return
  11442. end try
  11443. All Packages
  11444. 7.5.3 (5400)O
  11445. Dev.CD Oct 96 SSWV
  11446. 1874X
  11447. f--set theItem to choose file -- uncomment to test in an AS editor
  11448.     tell application "Finder"
  11449.         open item "Dev.CD Apr 97 SSW"
  11450.         activate
  11451.     end tell
  11452. on error errMsg number errNum
  11453.     --enter statements to perform when no records are found such as...
  11454.     display dialog "Sorry, the item you selected could not be found."
  11455.     return
  11456. end try
  11457. Dev.CD Oct 96 SSV
  11458. 1874X
  11459. Oct 96
  11460. f--set theItem to choose file -- uncomment to test in an AS editor
  11461.     tell application "Finder"
  11462.         open item "Dev.CD Oct 96 SSW"
  11463.         activate
  11464.     end tell
  11465. on error errMsg number errNum
  11466.     --enter statements to perform when no records are found such as...
  11467.     display dialog "Sorry, the item you selected could not be found."
  11468.     return
  11469. end try
  11470. All Packages
  11471. 7.5.3 (5400)O
  11472. Dev.CD Oct 96 SSWP
  11473. Dev.CD Oct 96 SSV
  11474. 1875X
  11475. Oct 96
  11476. f--set theItem to choose file -- uncomment to test in an AS editor
  11477.     tell application "Finder"
  11478.         open item "Dev.CD Oct 96 SSW"
  11479.         activate
  11480.     end tell
  11481. on error errMsg number errNum
  11482.     --enter statements to perform when no records are found such as...
  11483.     display dialog "Sorry, the item you selected could not be found."
  11484.     return
  11485. end try
  11486. All Packages
  11487. 7.5.3 (5400)O
  11488. Dev.CD Oct 96 SSWP
  11489. Dev.CD Oct 96 SSV
  11490. 1876X
  11491. Oct 96
  11492. All Packages
  11493. 7.5.3 (5400)O
  11494. Dev.CD Oct 96 SSWP
  11495. Dev.CD Oct 96 SSV
  11496. 1877X
  11497. Oct 96
  11498. f--set theItem to choose file -- uncomment to test in an AS editor
  11499.     tell application "Finder"
  11500.         open item "Dev.CD Oct 96 SSW"
  11501.         activate
  11502.     end tell
  11503. on error errMsg number errNum
  11504.     --enter statements to perform when no records are found such as...
  11505.     display dialog "Sorry, the item you selected could not be found."
  11506.     return
  11507. end try
  11508. All Packages
  11509. 7.5.3 (5400)O
  11510. Dev.CD Oct 96 SSWP
  11511. Dev.CD Oct 96 SSV
  11512. 1878X
  11513. Oct 96
  11514. f--set theItem to choose file -- uncomment to test in an AS editor
  11515.     tell application "Finder"
  11516.         open item "Dev.CD Oct 96 SSW"
  11517.         activate
  11518.     end tell
  11519. on error errMsg number errNum
  11520.     --enter statements to perform when no records are found such as...
  11521.     display dialog "Sorry, the item you selected could not be found."
  11522.     return
  11523. end try
  11524. All Packages
  11525. 7.5.3 (5400)O
  11526. Dev.CD Oct 96 SSWV
  11527. 1879X
  11528. f--set theItem to choose file -- uncomment to test in an AS editor
  11529.     tell application "Finder"
  11530.         open item "Dev.CD Oct 96 SSW"
  11531.         activate
  11532.     end tell
  11533. on error errMsg number errNum
  11534.     --enter statements to perform when no records are found such as...
  11535.     display dialog "Sorry, the item you selected could not be found."
  11536.     return
  11537. end try
  11538. Dev.CD Oct 96 SSV
  11539. 1879X
  11540. Oct 96
  11541. f--set theItem to choose file -- uncomment to test in an AS editor
  11542.     tell application "Finder"
  11543.         open item "Dev.CD Oct 96 SSW"
  11544.         activate
  11545.     end tell
  11546. on error errMsg number errNum
  11547.     --enter statements to perform when no records are found such as...
  11548.     display dialog "Sorry, the item you selected could not be found."
  11549.     return
  11550. end try
  11551. All Packages
  11552. 7.5.3 (5400)O
  11553. Dev.CD Oct 96 SSWP
  11554. Dev.CD Oct 96 SSV
  11555. 1880X
  11556. Oct 96
  11557. f--set theItem to choose file -- uncomment to test in an AS editor
  11558.     tell application "Finder"
  11559.         open item "Dev.CD Oct 96 SSW"
  11560.         activate
  11561.     end tell
  11562. on error errMsg number errNum
  11563.     --enter statements to perform when no records are found such as...
  11564.     display dialog "Sorry, the item you selected could not be found."
  11565.     return
  11566. end try
  11567. All Packages
  11568. 7.5.3 (5400)O
  11569. Dev.CD Oct 96 SSWP
  11570. Dev.CD Oct 96 SSV
  11571. 1881X
  11572. Oct 96
  11573. All Packages
  11574. 7.5.3 (5400)O
  11575. Dev.CD Oct 96 SSWP
  11576. Dev.CD Oct 96 SSV
  11577. 1882X
  11578. Oct 96
  11579. f--set theItem to choose file -- uncomment to test in an AS editor
  11580.     tell application "Finder"
  11581.         open item "Dev.CD Oct 96 SSW"
  11582.         activate
  11583.     end tell
  11584. on error errMsg number errNum
  11585.     --enter statements to perform when no records are found such as...
  11586.     display dialog "Sorry, the item you selected could not be found."
  11587.     return
  11588. end try
  11589. All Packages
  11590. 7.5.3 (5400)O
  11591. Dev.CD Oct 96 SSWP
  11592. Dev.CD Oct 96 SSV
  11593. 1883X
  11594. Oct 96
  11595. f--set theItem to choose file -- uncomment to test in an AS editor
  11596.     tell application "Finder"
  11597.         open item "Dev.CD Oct 96 SSW"
  11598.         activate
  11599.     end tell
  11600. on error errMsg number errNum
  11601.     --enter statements to perform when no records are found such as...
  11602.     display dialog "Sorry, the item you selected could not be found."
  11603.     return
  11604. end try
  11605. All Packages
  11606. 7.5.3 (5400)O
  11607. Dev.CD Oct 96 SSWV
  11608. 1884X
  11609. f--set theItem to choose file -- uncomment to test in an AS editor
  11610.     tell application "Finder"
  11611.         open item "Dev.CD Oct 96 SSW"
  11612.         activate
  11613.     end tell
  11614. on error errMsg number errNum
  11615.     --enter statements to perform when no records are found such as...
  11616.     display dialog "Sorry, the item you selected could not be found."
  11617.     return
  11618. end try
  11619. Dev.CD Oct 96 SSV
  11620. 1884X
  11621. Oct 96
  11622. f--set theItem to choose file -- uncomment to test in an AS editor
  11623.     tell application "Finder"
  11624.         open item "Dev.CD Oct 96 SSW"
  11625.         activate
  11626.     end tell
  11627. on error errMsg number errNum
  11628.     --enter statements to perform when no records are found such as...
  11629.     display dialog "Sorry, the item you selected could not be found."
  11630.     return
  11631. end try
  11632. All Packages
  11633. 7.5.3 (PB 1400)O
  11634. Dev.CD Apr 97 SSWP
  11635. Dev.CD Apr 97 SSV
  11636. 1885X
  11637. Apr 97
  11638. f--set theItem to choose file -- uncomment to test in an AS editor
  11639.     tell application "Finder"
  11640.         open item "Dev.CD Apr 97 SSW"
  11641.         activate
  11642.     end tell
  11643. on error errMsg number errNum
  11644.     --enter statements to perform when no records are found such as...
  11645.     display dialog "Sorry, the item you selected could not be found."
  11646.     return
  11647. end try
  11648. All Packages
  11649. 7.5.3 (PB 1400)O
  11650. Dev.CD Apr 97 SSWP
  11651. Dev.CD Apr 97 SSV
  11652. 1886X
  11653. Apr 97
  11654. All Packages
  11655. 7.5.3 (PB 1400)O
  11656. Dev.CD Apr 97 SSWP
  11657. Dev.CD Apr 97 SSV
  11658. 1887X
  11659. Apr 97
  11660. f--set theItem to choose file -- uncomment to test in an AS editor
  11661.     tell application "Finder"
  11662.         open item "Dev.CD Apr 97 SSW"
  11663.         activate
  11664.     end tell
  11665. on error errMsg number errNum
  11666.     --enter statements to perform when no records are found such as...
  11667.     display dialog "Sorry, the item you selected could not be found."
  11668.     return
  11669. end try
  11670. All Packages
  11671. 7.5.3 (PB 1400)O
  11672. Dev.CD Apr 97 SSWP
  11673. Dev.CD Apr 97 SSV
  11674. 1888X
  11675. Apr 97
  11676. f--set theItem to choose file -- uncomment to test in an AS editor
  11677.     tell application "Finder"
  11678.         open item "Dev.CD Apr 97 SSW"
  11679.         activate
  11680.     end tell
  11681. on error errMsg number errNum
  11682.     --enter statements to perform when no records are found such as...
  11683.     display dialog "Sorry, the item you selected could not be found."
  11684.     return
  11685. end try
  11686. All Packages
  11687. 7.5.3 (PB 1400)O
  11688. Dev.CD Apr 97 SSWV
  11689. 1889X
  11690. f--set theItem to choose file -- uncomment to test in an AS editor
  11691.     tell application "Finder"
  11692.         open item "Dev.CD Apr 97 SSW"
  11693.         activate
  11694.     end tell
  11695. on error errMsg number errNum
  11696.     --enter statements to perform when no records are found such as...
  11697.     display dialog "Sorry, the item you selected could not be found."
  11698.     return
  11699. end try
  11700. Dev.CD Apr 97 SSV
  11701. 1889X
  11702. Apr 97
  11703. f--set theItem to choose file -- uncomment to test in an AS editor
  11704.     tell application "Finder"
  11705.         open item "Dev.CD Apr 97 SSW"
  11706.         activate
  11707.     end tell
  11708. on error errMsg number errNum
  11709.     --enter statements to perform when no records are found such as...
  11710.     display dialog "Sorry, the item you selected could not be found."
  11711.     return
  11712. end try
  11713. All Packages
  11714. 7.5.3 (PB 1400)O
  11715. Dev.CD Apr 97 SSWP
  11716. Dev.CD Apr 97 SSV
  11717. 1890X
  11718. Apr 97
  11719. f--set theItem to choose file -- uncomment to test in an AS editor
  11720.     tell application "Finder"
  11721.         open item "Dev.CD Apr 97 SSW"
  11722.         activate
  11723.     end tell
  11724. on error errMsg number errNum
  11725.     --enter statements to perform when no records are found such as...
  11726.     display dialog "Sorry, the item you selected could not be found."
  11727.     return
  11728. end try
  11729. All Packages
  11730. 7.5.3 (PB 1400)O
  11731. Dev.CD Apr 97 SSWP
  11732. Dev.CD Apr 97 SSV
  11733. 1891X
  11734. Apr 97
  11735. All Packages
  11736. 7.5.3 (PB 1400)O
  11737. Dev.CD Apr 97 SSWP
  11738. Dev.CD Apr 97 SSV
  11739. 1892X
  11740. Apr 97
  11741. f--set theItem to choose file -- uncomment to test in an AS editor
  11742.     tell application "Finder"
  11743.         open item "Dev.CD Apr 97 SSW"
  11744.         activate
  11745.     end tell
  11746. on error errMsg number errNum
  11747.     --enter statements to perform when no records are found such as...
  11748.     display dialog "Sorry, the item you selected could not be found."
  11749.     return
  11750. end try
  11751. All Packages
  11752. 7.5.3 (PB 1400)O
  11753. Dev.CD Apr 97 SSWP
  11754. Dev.CD Apr 97 SSV
  11755. 1893X
  11756. Apr 97
  11757. f--set theItem to choose file -- uncomment to test in an AS editor
  11758.     tell application "Finder"
  11759.         open item "Dev.CD Apr 97 SSW"
  11760.         activate
  11761.     end tell
  11762. on error errMsg number errNum
  11763.     --enter statements to perform when no records are found such as...
  11764.     display dialog "Sorry, the item you selected could not be found."
  11765.     return
  11766. end try
  11767. All Packages
  11768. 7.5.3 (PB 1400)O
  11769. Dev.CD Apr 97 SSWV
  11770. 1894X
  11771. f--set theItem to choose file -- uncomment to test in an AS editor
  11772.     tell application "Finder"
  11773.         open item "Dev.CD Apr 97 SSW"
  11774.         activate
  11775.     end tell
  11776. on error errMsg number errNum
  11777.     --enter statements to perform when no records are found such as...
  11778.     display dialog "Sorry, the item you selected could not be found."
  11779.     return
  11780. end try
  11781. Dev.CD Apr 97 SSV
  11782. 1894X
  11783. Apr 97
  11784. f--set theItem to choose file -- uncomment to test in an AS editor
  11785.     tell application "Finder"
  11786.         open item "Dev.CD Apr 97 SSW"
  11787.         activate
  11788.     end tell
  11789. on error errMsg number errNum
  11790.     --enter statements to perform when no records are found such as...
  11791.     display dialog "Sorry, the item you selected could not be found."
  11792.     return
  11793. end try
  11794. All Packages
  11795. 7.5.3 (PB 1400)O
  11796. Dev.CD Apr 97 SSWP
  11797. Dev.CD Apr 97 SSV
  11798. 1895X
  11799. Apr 97
  11800. f--set theItem to choose file -- uncomment to test in an AS editor
  11801.     tell application "Finder"
  11802.         open item "Dev.CD Apr 97 SSW"
  11803.         activate
  11804.     end tell
  11805. on error errMsg number errNum
  11806.     --enter statements to perform when no records are found such as...
  11807.     display dialog "Sorry, the item you selected could not be found."
  11808.     return
  11809. end try
  11810. All Packages
  11811. 7.5.3 (PB 1400)O
  11812. Dev.CD Apr 97 SSWP
  11813. Dev.CD Apr 97 SSV
  11814. 1896X
  11815. Apr 97
  11816. 7.5.3
  11817. 4400/200
  11818. 7.5.3
  11819. 7.5.3
  11820. 7.5.3
  11821. 7.5.5
  11822. 7.5.5
  11823. 73/76/86/9600
  11824. 7.6.1
  11825. 7.6.1
  11826. pb3400
  11827. All Packages
  11828. 7.5.3 (PCI)O
  11829. Dev.CD May 96 TCP
  11830. Dev.CD May 96 TV
  11831. 1897X
  11832. May 96
  11833. e--set theItem to choose file -- uncomment to test in an AS editor
  11834.     tell application "Finder"
  11835.         open item "Dev.CD May 96 TC"
  11836.         activate
  11837.     end tell
  11838. on error errMsg number errNum
  11839.     --enter statements to perform when no records are found such as...
  11840.     display dialog "Sorry, the item you selected could not be found."
  11841.     return
  11842. end try
  11843. All Packages
  11844. 7.5.3 (PCI)O
  11845. Dev.CD May 96 TCP
  11846. Dev.CD May 96 TV
  11847. 1898X
  11848. May 96
  11849. e--set theItem to choose file -- uncomment to test in an AS editor
  11850.     tell application "Finder"
  11851.         open item "Dev.CD May 96 TC"
  11852.         activate
  11853.     end tell
  11854. on error errMsg number errNum
  11855.     --enter statements to perform when no records are found such as...
  11856.     display dialog "Sorry, the item you selected could not be found."
  11857.     return
  11858. end try
  11859. All Packages
  11860. 7.5.3 (PCI)O
  11861. Dev.CD May 96 TCP
  11862. Dev.CD May 96 TV
  11863. 1899X
  11864. May 96
  11865. f--set theItem to choose file -- uncomment to test in an AS editor
  11866.     tell application "Finder"
  11867.         open item "Dev.CD Apr 97 SSW"
  11868.         activate
  11869.     end tell
  11870. on error errMsg number errNum
  11871.     --enter statements to perform when no records are found such as...
  11872.     display dialog "Sorry, the item you selected could not be found."
  11873.     return
  11874. end try
  11875. e--set theItem to choose file -- uncomment to test in an AS editor
  11876.     tell application "Finder"
  11877.         open item "Dev.CD May 96 TC"
  11878.         activate
  11879.     end tell
  11880. on error errMsg number errNum
  11881.     --enter statements to perform when no records are found such as...
  11882.     display dialog "Sorry, the item you selected could not be found."
  11883.     return
  11884. end try
  11885. All Packages
  11886. 7.5.3 (PCI)O"Dev.CD May 96 TC
  11887. Dev.CD Jul 96 SSWP!Dev.CD May 96 TC
  11888. Dev.CD Jul 96 SSV
  11889. 1900X
  11890. May 96
  11891. w--set theItem to choose file -- uncomment to test in an AS editor
  11892.     tell application "Finder"
  11893.         open item "Dev.CD May 96 TC
  11894. Dev.CD Jul 96 SSW"
  11895.         activate
  11896.     end tell
  11897. on error errMsg number errNum
  11898.     --enter statements to perform when no records are found such as...
  11899.     display dialog "Sorry, the item you selected could not be found."
  11900.     return
  11901. end try
  11902. All Packages
  11903. 7.5.3 (PCI)O
  11904. Dev.CD May 96 TCP
  11905. Dev.CD May 96 TV
  11906. 1901X
  11907. May 96
  11908. All Packages
  11909. 7.5.3 (PCI)O
  11910. Dev.CD May 96 TCP
  11911. Dev.CD May 96 TV
  11912. 1902X
  11913. May 96
  11914. e--set theItem to choose file -- uncomment to test in an AS editor
  11915.     tell application "Finder"
  11916.         open item "Dev.CD May 96 TC"
  11917.         activate
  11918.     end tell
  11919. on error errMsg number errNum
  11920.     --enter statements to perform when no records are found such as...
  11921.     display dialog "Sorry, the item you selected could not be found."
  11922.     return
  11923. end try
  11924. All Packages
  11925. 7.5.3 (PCI)O
  11926. Dev.CD May 96 TCP
  11927. Dev.CD May 96 TV
  11928. 1903X
  11929. May 96
  11930. e--set theItem to choose file -- uncomment to test in an AS editor
  11931.     tell application "Finder"
  11932.         open item "Dev.CD May 96 TC"
  11933.         activate
  11934.     end tell
  11935. on error errMsg number errNum
  11936.     --enter statements to perform when no records are found such as...
  11937.     display dialog "Sorry, the item you selected could not be found."
  11938.     return
  11939. end try
  11940. All Packages
  11941. 7.5.3 (PCI)O
  11942. Dev.CD May 96 TCP
  11943. Dev.CD May 96 TV
  11944. 1904X
  11945. May 96
  11946. e--set theItem to choose file -- uncomment to test in an AS editor
  11947.     tell application "Finder"
  11948.         open item "Dev.CD May 96 TC"
  11949.         activate
  11950.     end tell
  11951. on error errMsg number errNum
  11952.     --enter statements to perform when no records are found such as...
  11953.     display dialog "Sorry, the item you selected could not be found."
  11954.     return
  11955. end try
  11956. e--set theItem to choose file -- uncomment to test in an AS editor
  11957.     tell application "Finder"
  11958.         open item "Dev.CD May 96 TC"
  11959.         activate
  11960.     end tell
  11961. on error errMsg number errNum
  11962.     --enter statements to perform when no records are found such as...
  11963.     display dialog "Sorry, the item you selected could not be found."
  11964.     return
  11965. end try
  11966. All Packages
  11967. 7.5.3 (PCI)O
  11968. Dev.CD May 96 TCP
  11969. Dev.CD May 96 TV
  11970. 1905X
  11971. May 96
  11972. e--set theItem to choose file -- uncomment to test in an AS editor
  11973.     tell application "Finder"
  11974.         open item "Dev.CD May 96 TC"
  11975.         activate
  11976.     end tell
  11977. on error errMsg number errNum
  11978.     --enter statements to perform when no records are found such as...
  11979.     display dialog "Sorry, the item you selected could not be found."
  11980.     return
  11981. end try
  11982. All Packages
  11983. 7.5.3 (PCI)O
  11984. Dev.CD May 96 TCP
  11985. Dev.CD May 96 TV
  11986. 1906X
  11987. May 96
  11988. All Packages
  11989. 7.5.3 (PCI)O
  11990. Dev.CD May 96 TCP
  11991. Dev.CD May 96 TV
  11992. 1907X
  11993. May 96
  11994. e--set theItem to choose file -- uncomment to test in an AS editor
  11995.     tell application "Finder"
  11996.         open item "Dev.CD May 96 TC"
  11997.         activate
  11998.     end tell
  11999. on error errMsg number errNum
  12000.     --enter statements to perform when no records are found such as...
  12001.     display dialog "Sorry, the item you selected could not be found."
  12002.     return
  12003. end try
  12004. All Packages
  12005. 7.5.3 (PCI)O
  12006. Dev.CD Jul 96 SSWP
  12007. Dev.CD Jul 96 SSV
  12008. 1908X
  12009. Jul 96
  12010. f--set theItem to choose file -- uncomment to test in an AS editor
  12011.     tell application "Finder"
  12012.         open item "Dev.CD Jul 96 SSW"
  12013.         activate
  12014.     end tell
  12015. on error errMsg number errNum
  12016.     --enter statements to perform when no records are found such as...
  12017.     display dialog "Sorry, the item you selected could not be found."
  12018.     return
  12019. end try
  12020. All Packages
  12021. 7.5.3 (PCI)O
  12022. Dev.CD Jul 96 SSWP
  12023. Dev.CD Jul 96 SSV
  12024. 1909X
  12025. e--set theItem to choose file -- uncomment to test in an AS editor
  12026.     tell application "Finder"
  12027.         open item "Dev.CD May 96 TC"
  12028.         activate
  12029.     end tell
  12030. on error errMsg number errNum
  12031.     --enter statements to perform when no records are found such as...
  12032.     display dialog "Sorry, the item you selected could not be found."
  12033.     return
  12034. end try
  12035. Jul 96
  12036. f--set theItem to choose file -- uncomment to test in an AS editor
  12037.     tell application "Finder"
  12038.         open item "Dev.CD Jul 96 SSW"
  12039.         activate
  12040.     end tell
  12041. on error errMsg number errNum
  12042.     --enter statements to perform when no records are found such as...
  12043.     display dialog "Sorry, the item you selected could not be found."
  12044.     return
  12045. end try
  12046. All Packages
  12047. 7.5.3 (PCI)O
  12048. Dev.CD Jul 96 SSWP
  12049. Dev.CD Jul 96 SSV
  12050. 1910X
  12051. Jul 96
  12052. f--set theItem to choose file -- uncomment to test in an AS editor
  12053.     tell application "Finder"
  12054.         open item "Dev.CD Jul 96 SSW"
  12055.         activate
  12056.     end tell
  12057. on error errMsg number errNum
  12058.     --enter statements to perform when no records are found such as...
  12059.     display dialog "Sorry, the item you selected could not be found."
  12060.     return
  12061. end try
  12062. All Packages
  12063. 7.5.3 (PCI)O
  12064. Dev.CD Jul 96 SSWP
  12065. Dev.CD Jul 96 SSV
  12066. 1911X
  12067. Jul 96
  12068. All Packages
  12069. 7.5.3 (PCI)O
  12070. Dev.CD Jul 96 SSWP
  12071. Dev.CD Jul 96 SSV
  12072. 1912X
  12073. Jul 96
  12074. f--set theItem to choose file -- uncomment to test in an AS editor
  12075.     tell application "Finder"
  12076.         open item "Dev.CD Jul 96 SSW"
  12077.         activate
  12078.     end tell
  12079. on error errMsg number errNum
  12080.     --enter statements to perform when no records are found such as...
  12081.     display dialog "Sorry, the item you selected could not be found."
  12082.     return
  12083. end try
  12084. All Packages
  12085. 7.5.3 (PCI)O
  12086. Dev.CD Jul 96 SSWP
  12087. Dev.CD Jul 96 SSV
  12088. 1913X
  12089. Jul 96
  12090. f--set theItem to choose file -- uncomment to test in an AS editor
  12091.     tell application "Finder"
  12092.         open item "Dev.CD Jul 96 SSW"
  12093.         activate
  12094.     end tell
  12095. on error errMsg number errNum
  12096.     --enter statements to perform when no records are found such as...
  12097.     display dialog "Sorry, the item you selected could not be found."
  12098.     return
  12099. end try
  12100. All Packages
  12101. 7.5.3 (PCI)O
  12102. Dev.CD Jul 96 SSWP
  12103. Dev.CD Jul 96 SSV
  12104. 1914X
  12105. f--set theItem to choose file -- uncomment to test in an AS editor
  12106.     tell application "Finder"
  12107.         open item "Dev.CD Jul 96 SSW"
  12108.         activate
  12109.     end tell
  12110. on error errMsg number errNum
  12111.     --enter statements to perform when no records are found such as...
  12112.     display dialog "Sorry, the item you selected could not be found."
  12113.     return
  12114. end try
  12115. Jul 96
  12116. f--set theItem to choose file -- uncomment to test in an AS editor
  12117.     tell application "Finder"
  12118.         open item "Dev.CD Jul 96 SSW"
  12119.         activate
  12120.     end tell
  12121. on error errMsg number errNum
  12122.     --enter statements to perform when no records are found such as...
  12123.     display dialog "Sorry, the item you selected could not be found."
  12124.     return
  12125. end try
  12126. All Packages
  12127. 7.5.3 (PCI)O
  12128. Dev.CD Aug 96 TCP
  12129. Dev.CD Aug 96 TV
  12130. 1915X
  12131. Aug 96
  12132. e--set theItem to choose file -- uncomment to test in an AS editor
  12133.     tell application "Finder"
  12134.         open item "Dev.CD Aug 96 TC"
  12135.         activate
  12136.     end tell
  12137. on error errMsg number errNum
  12138.     --enter statements to perform when no records are found such as...
  12139.     display dialog "Sorry, the item you selected could not be found."
  12140.     return
  12141. end try
  12142. All Packages
  12143. 7.5.5O!Dev.CD Dec 96 SE
  12144. Dev.CD Nov 96 TCP Dev.CD Dec 96 SE
  12145. Dev.CD Nov 96 TV
  12146. 1916X
  12147. Dec 96
  12148. All Packages
  12149. 7.5.5 (73/76/86/9600)O
  12150. Dev.CD Apr 97 SSWP
  12151. Dev.CD Apr 97 SSV
  12152. 1917X
  12153. Apr 97
  12154. f--set theItem to choose file -- uncomment to test in an AS editor
  12155.     tell application "Finder"
  12156.         open item "Dev.CD Apr 97 SSW"
  12157.         activate
  12158.     end tell
  12159. on error errMsg number errNum
  12160.     --enter statements to perform when no records are found such as...
  12161.     display dialog "Sorry, the item you selected could not be found."
  12162.     return
  12163. end try
  12164. All Packages
  12165. 7.5.5 (73/76/86/9600)O
  12166. Dev.CD Apr 97 SSWP
  12167. Dev.CD Apr 97 SSV
  12168. 1918X
  12169. Apr 97
  12170. f--set theItem to choose file -- uncomment to test in an AS editor
  12171.     tell application "Finder"
  12172.         open item "Dev.CD Apr 97 SSW"
  12173.         activate
  12174.     end tell
  12175. on error errMsg number errNum
  12176.     --enter statements to perform when no records are found such as...
  12177.     display dialog "Sorry, the item you selected could not be found."
  12178.     return
  12179. end try
  12180. All Packages
  12181. 7.5.5 (73/76/86/9600)V
  12182. 1919X
  12183. v--set theItem to choose file -- uncomment to test in an AS editor
  12184.     tell application "Finder"
  12185.         open item "Dev.CD Dec 96 SE
  12186. Dev.CD Nov 96 TC"
  12187.         activate
  12188.     end tell
  12189. on error errMsg number errNum
  12190.     --enter statements to perform when no records are found such as...
  12191.     display dialog "Sorry, the item you selected could not be found."
  12192.     return
  12193. end try
  12194. Dev.CD Apr 97 SSWP
  12195. Dev.CD Apr 97 SSV
  12196. 1919X
  12197. Apr 97
  12198. f--set theItem to choose file -- uncomment to test in an AS editor
  12199.     tell application "Finder"
  12200.         open item "Dev.CD Apr 97 SSW"
  12201.         activate
  12202.     end tell
  12203. on error errMsg number errNum
  12204.     --enter statements to perform when no records are found such as...
  12205.     display dialog "Sorry, the item you selected could not be found."
  12206.     return
  12207. end try
  12208. All Packages
  12209. 7.5.5 (73/76/86/9600)O
  12210. Dev.CD Apr 97 SSWP
  12211. Dev.CD Apr 97 SSV
  12212. 1920X
  12213. Apr 97
  12214. f--set theItem to choose file -- uncomment to test in an AS editor
  12215.     tell application "Finder"
  12216.         open item "Dev.CD Apr 97 SSW"
  12217.         activate
  12218.     end tell
  12219. on error errMsg number errNum
  12220.     --enter statements to perform when no records are found such as...
  12221.     display dialog "Sorry, the item you selected could not be found."
  12222.     return
  12223. end try
  12224. All Packages
  12225. 7.5.5 (73/76/86/9600)O
  12226. Dev.CD Apr 97 SSWP
  12227. Dev.CD Apr 97 SSV
  12228. 1921X
  12229. Apr 97
  12230. All Packages
  12231. 7.5.5 (73/76/86/9600)O
  12232. Dev.CD Apr 97 SSWP
  12233. Dev.CD Apr 97 SSV
  12234. 1922X
  12235. Apr 97
  12236. f--set theItem to choose file -- uncomment to test in an AS editor
  12237.     tell application "Finder"
  12238.         open item "Dev.CD Apr 97 SSW"
  12239.         activate
  12240.     end tell
  12241. on error errMsg number errNum
  12242.     --enter statements to perform when no records are found such as...
  12243.     display dialog "Sorry, the item you selected could not be found."
  12244.     return
  12245. end try
  12246. All Packages
  12247. 7.5.5 (73/76/86/9600)O
  12248. Dev.CD Apr 97 SSWP
  12249. Dev.CD Apr 97 SSV
  12250. 1923X
  12251. Apr 97
  12252. f--set theItem to choose file -- uncomment to test in an AS editor
  12253.     tell application "Finder"
  12254.         open item "Dev.CD Apr 97 SSW"
  12255.         activate
  12256.     end tell
  12257. on error errMsg number errNum
  12258.     --enter statements to perform when no records are found such as...
  12259.     display dialog "Sorry, the item you selected could not be found."
  12260.     return
  12261. end try
  12262. All Packages
  12263. 7.5.5 (73/76/86/9600)V
  12264. 1924X
  12265. f--set theItem to choose file -- uncomment to test in an AS editor
  12266.     tell application "Finder"
  12267.         open item "Dev.CD Apr 97 SSW"
  12268.         activate
  12269.     end tell
  12270. on error errMsg number errNum
  12271.     --enter statements to perform when no records are found such as...
  12272.     display dialog "Sorry, the item you selected could not be found."
  12273.     return
  12274. end try
  12275. Dev.CD Apr 97 SSWP
  12276. Dev.CD Apr 97 SSV
  12277. 1924X
  12278. Apr 97
  12279. f--set theItem to choose file -- uncomment to test in an AS editor
  12280.     tell application "Finder"
  12281.         open item "Dev.CD Apr 97 SSW"
  12282.         activate
  12283.     end tell
  12284. on error errMsg number errNum
  12285.     --enter statements to perform when no records are found such as...
  12286.     display dialog "Sorry, the item you selected could not be found."
  12287.     return
  12288. end try
  12289. All Packages
  12290. 7.5.5 (73/76/86/9600)O
  12291. Dev.CD Apr 97 SSWP
  12292. Dev.CD Apr 97 SSV
  12293. 1925X
  12294. Apr 97
  12295. f--set theItem to choose file -- uncomment to test in an AS editor
  12296.     tell application "Finder"
  12297.         open item "Dev.CD Apr 97 SSW"
  12298.         activate
  12299.     end tell
  12300. on error errMsg number errNum
  12301.     --enter statements to perform when no records are found such as...
  12302.     display dialog "Sorry, the item you selected could not be found."
  12303.     return
  12304. end try
  12305. All Packages
  12306. 7.5.5 (73/76/86/9600)O
  12307. Dev.CD Apr 97 SSWP
  12308. Dev.CD Apr 97 SSV
  12309. 1926X
  12310. Apr 97
  12311. packages
  12312. All Packages
  12313. 7.5.5 (73/76/86/9600)O
  12314. Dev.CD Apr 97 SSWP
  12315. Dev.CD Apr 97 SSV
  12316. 1927X
  12317. Apr 97
  12318. f--set theItem to choose file -- uncomment to test in an AS editor
  12319.     tell application "Finder"
  12320.         open item "Dev.CD Apr 97 SSW"
  12321.         activate
  12322.     end tell
  12323. on error errMsg number errNum
  12324.     --enter statements to perform when no records are found such as...
  12325.     display dialog "Sorry, the item you selected could not be found."
  12326.     return
  12327. end try
  12328. All Packages
  12329. Dev.CD Apr 97 SSWP
  12330. Dev.CD Apr 97 SSV
  12331. 1928X
  12332. Apr 97
  12333. f--set theItem to choose file -- uncomment to test in an AS editor
  12334.     tell application "Finder"
  12335.         open item "Dev.CD Apr 97 SSW"
  12336.         activate
  12337.     end tell
  12338. on error errMsg number errNum
  12339.     --enter statements to perform when no records are found such as...
  12340.     display dialog "Sorry, the item you selected could not be found."
  12341.     return
  12342. end try
  12343. All Packages
  12344. 1929X
  12345. f--set theItem to choose file -- uncomment to test in an AS editor
  12346.     tell application "Finder"
  12347.         open item "Dev.CD Apr 97 SSW"
  12348.         activate
  12349.     end tell
  12350. on error errMsg number errNum
  12351.     --enter statements to perform when no records are found such as...
  12352.     display dialog "Sorry, the item you selected could not be found."
  12353.     return
  12354. end try
  12355. O4Dev.CD Jun 97 SSW
  12356. Dev.CD Apr 97 SSW
  12357. Dev.CD Jan 97 SEP3Dev.CD Jun 97 SSW
  12358. Dev.CD Apr 97 SSW
  12359. Dev.CD Jan 97 SV
  12360. 1929X
  12361. Jun 97
  12362. --set theItem to choose file -- uncomment to test in an AS editor
  12363.     tell application "Finder"
  12364.         open item "Dev.CD Jun 97 SSW
  12365. Dev.CD Apr 97 SSW
  12366. Dev.CD Jan 97 SE"
  12367.         activate
  12368.     end tell
  12369. on error errMsg number errNum
  12370.     --enter statements to perform when no records are found such as...
  12371.     display dialog "Sorry, the item you selected could not be found."
  12372.     return
  12373. end try
  12374. All Packages
  12375. 7.6O"Dev.CD Jun 97 SSW
  12376. Dev.CD May 97 TCP!Dev.CD Jun 97 SSW
  12377. Dev.CD May 97 TV
  12378. 1930X
  12379. Jun 97
  12380. All Packages
  12381. Dev.CD May 97 TCP
  12382. Dev.CD May 97 TV
  12383. 1931X
  12384. May 97
  12385. e--set theItem to choose file -- uncomment to test in an AS editor
  12386.     tell application "Finder"
  12387.         open item "Dev.CD May 97 TC"
  12388.         activate
  12389.     end tell
  12390. on error errMsg number errNum
  12391.     --enter statements to perform when no records are found such as...
  12392.     display dialog "Sorry, the item you selected could not be found."
  12393.     return
  12394. end try
  12395. All Packages
  12396. Dev.CD Jun 97 SSWP
  12397. Dev.CD Jun 97 SSV
  12398. 1932X
  12399. Jun 97
  12400. f--set theItem to choose file -- uncomment to test in an AS editor
  12401.     tell application "Finder"
  12402.         open item "Dev.CD Jun 97 SSW"
  12403.         activate
  12404.     end tell
  12405. on error errMsg number errNum
  12406.     --enter statements to perform when no records are found such as...
  12407.     display dialog "Sorry, the item you selected could not be found."
  12408.     return
  12409. end try
  12410. All Packages
  12411. Dev.CD Jun 97 SSWP
  12412. Dev.CD Jun 97 SSV
  12413. 1933X
  12414. Jun 97
  12415. w--set theItem to choose file -- uncomment to test in an AS editor
  12416.     tell application "Finder"
  12417.         open item "Dev.CD Jun 97 SSW
  12418. Dev.CD May 97 TC"
  12419.         activate
  12420.     end tell
  12421. on error errMsg number errNum
  12422.     --enter statements to perform when no records are found such as...
  12423.     display dialog "Sorry, the item you selected could not be found."
  12424.     return
  12425. end try
  12426. All Packages
  12427. Dev.CD Jun 97 SSWP
  12428. Dev.CD Jun 97 SSV
  12429. 1934X
  12430. Jun 97
  12431. f--set theItem to choose file -- uncomment to test in an AS editor
  12432.     tell application "Finder"
  12433.         open item "Dev.CD Jun 97 SSW"
  12434.         activate
  12435.     end tell
  12436. on error errMsg number errNum
  12437.     --enter statements to perform when no records are found such as...
  12438.     display dialog "Sorry, the item you selected could not be found."
  12439.     return
  12440. end try
  12441. All Packages
  12442. Dev.CD Jun 97 SSWP
  12443. Dev.CD Jun 97 SSV
  12444. 1935X
  12445. Jun 97
  12446. f--set theItem to choose file -- uncomment to test in an AS editor
  12447.     tell application "Finder"
  12448.         open item "Dev.CD Jun 97 SSW"
  12449.         activate
  12450.     end tell
  12451. on error errMsg number errNum
  12452.     --enter statements to perform when no records are found such as...
  12453.     display dialog "Sorry, the item you selected could not be found."
  12454.     return
  12455. end try
  12456. All Packages
  12457. Dev.CD Jun 97 SSWP
  12458. Dev.CD Jun 97 SSV
  12459. 1936X
  12460. Jun 97
  12461. f--set theItem to choose file -- uncomment to test in an AS editor
  12462.     tell application "Finder"
  12463.         open item "Dev.CD Jun 97 SSW"
  12464.         activate
  12465.     end tell
  12466. on error errMsg number errNum
  12467.     --enter statements to perform when no records are found such as...
  12468.     display dialog "Sorry, the item you selected could not be found."
  12469.     return
  12470. end try
  12471. All Packages
  12472. Dev.CD Jun 97 SSWP
  12473. Dev.CD Jun 97 SSV
  12474. 1937X
  12475. Jun 97
  12476. f--set theItem to choose file -- uncomment to test in an AS editor
  12477.     tell application "Finder"
  12478.         open item "Dev.CD Jun 97 SSW"
  12479.         activate
  12480.     end tell
  12481. on error errMsg number errNum
  12482.     --enter statements to perform when no records are found such as...
  12483.     display dialog "Sorry, the item you selected could not be found."
  12484.     return
  12485. end try
  12486. All Packages
  12487. Dev.CD Jun 97 SSWP
  12488. Dev.CD Jun 97 SSV
  12489. 1938X
  12490. Jun 97
  12491. f--set theItem to choose file -- uncomment to test in an AS editor
  12492.     tell application "Finder"
  12493.         open item "Dev.CD Jun 97 SSW"
  12494.         activate
  12495.     end tell
  12496. on error errMsg number errNum
  12497.     --enter statements to perform when no records are found such as...
  12498.     display dialog "Sorry, the item you selected could not be found."
  12499.     return
  12500. end try
  12501. All Packages
  12502. Dev.CD Jun 97 SSWP
  12503. Dev.CD Jun 97 SSV
  12504. 1939X
  12505. Jun 97
  12506. f--set theItem to choose file -- uncomment to test in an AS editor
  12507.     tell application "Finder"
  12508.         open item "Dev.CD Jun 97 SSW"
  12509.         activate
  12510.     end tell
  12511. on error errMsg number errNum
  12512.     --enter statements to perform when no records are found such as...
  12513.     display dialog "Sorry, the item you selected could not be found."
  12514.     return
  12515. end try
  12516. All Packages
  12517. Dev.CD Jun 97 SSWP
  12518. Dev.CD Jun 97 SSV
  12519. 1940X
  12520. Jun 97
  12521. f--set theItem to choose file -- uncomment to test in an AS editor
  12522.     tell application "Finder"
  12523.         open item "Dev.CD Jun 97 SSW"
  12524.         activate
  12525.     end tell
  12526. on error errMsg number errNum
  12527.     --enter statements to perform when no records are found such as...
  12528.     display dialog "Sorry, the item you selected could not be found."
  12529.     return
  12530. end try
  12531. All Packages
  12532. Dev.CD Jun 97 SSWP
  12533. Dev.CD Jun 97 SSV
  12534. 1941X
  12535. Jun 97
  12536. f--set theItem to choose file -- uncomment to test in an AS editor
  12537.     tell application "Finder"
  12538.         open item "Dev.CD Jun 97 SSW"
  12539.         activate
  12540.     end tell
  12541. on error errMsg number errNum
  12542.     --enter statements to perform when no records are found such as...
  12543.     display dialog "Sorry, the item you selected could not be found."
  12544.     return
  12545. end try
  12546. All Packages
  12547. Dev.CD Jun 97 SSWP
  12548. Dev.CD Jun 97 SSV
  12549. 1942X
  12550. Jun 97
  12551. f--set theItem to choose file -- uncomment to test in an AS editor
  12552.     tell application "Finder"
  12553.         open item "Dev.CD Jun 97 SSW"
  12554.         activate
  12555.     end tell
  12556. on error errMsg number errNum
  12557.     --enter statements to perform when no records are found such as...
  12558.     display dialog "Sorry, the item you selected could not be found."
  12559.     return
  12560. end try
  12561. All Packages
  12562. Dev.CD Jun 97 SSWP
  12563. Dev.CD Jun 97 SSV
  12564. 1943X
  12565. Jun 97
  12566. f--set theItem to choose file -- uncomment to test in an AS editor
  12567.     tell application "Finder"
  12568.         open item "Dev.CD Jun 97 SSW"
  12569.         activate
  12570.     end tell
  12571. on error errMsg number errNum
  12572.     --enter statements to perform when no records are found such as...
  12573.     display dialog "Sorry, the item you selected could not be found."
  12574.     return
  12575. end try
  12576. All Packages
  12577. Dev.CD Jun 97 SSWP
  12578. Dev.CD Jun 97 SSV
  12579. 1944X
  12580. Jun 97
  12581. f--set theItem to choose file -- uncomment to test in an AS editor
  12582.     tell application "Finder"
  12583.         open item "Dev.CD Jun 97 SSW"
  12584.         activate
  12585.     end tell
  12586. on error errMsg number errNum
  12587.     --enter statements to perform when no records are found such as...
  12588.     display dialog "Sorry, the item you selected could not be found."
  12589.     return
  12590. end try
  12591. All Packages
  12592. Dev.CD Jun 97 SSWP
  12593. Dev.CD Jun 97 SSV
  12594. 1945X
  12595. Jun 97
  12596. f--set theItem to choose file -- uncomment to test in an AS editor
  12597.     tell application "Finder"
  12598.         open item "Dev.CD Jun 97 SSW"
  12599.         activate
  12600.     end tell
  12601. on error errMsg number errNum
  12602.     --enter statements to perform when no records are found such as...
  12603.     display dialog "Sorry, the item you selected could not be found."
  12604.     return
  12605. end try
  12606. All Packages
  12607. Dev.CD Jan 98 SSWP
  12608. Dev.CD Jan 98 SSV
  12609. 1946X
  12610. Jan 98
  12611. f--set theItem to choose file -- uncomment to test in an AS editor
  12612.     tell application "Finder"
  12613.         open item "Dev.CD Jan 98 SSW"
  12614.         activate
  12615.     end tell
  12616. on error errMsg number errNum
  12617.     --enter statements to perform when no records are found such as...
  12618.     display dialog "Sorry, the item you selected could not be found."
  12619.     return
  12620. end try
  12621. All Packages
  12622. 7.6.1O
  12623. Dev.CD Jun 97 SSWP
  12624. Dev.CD Jun 97 SSV
  12625. 1947X
  12626. Jun 97
  12627. f--set theItem to choose file -- uncomment to test in an AS editor
  12628.     tell application "Finder"
  12629.         open item "Dev.CD Jun 97 SSW"
  12630.         activate
  12631.     end tell
  12632. on error errMsg number errNum
  12633.     --enter statements to perform when no records are found such as...
  12634.     display dialog "Sorry, the item you selected could not be found."
  12635.     return
  12636. end try
  12637. All Packages
  12638. 7.6.1O
  12639. Dev.CD Jun 97 SSWP
  12640. Dev.CD Jun 97 SSV
  12641. 1948X
  12642. Jun 97
  12643. f--set theItem to choose file -- uncomment to test in an AS editor
  12644.     tell application "Finder"
  12645.         open item "Dev.CD Jun 97 SSW"
  12646.         activate
  12647.     end tell
  12648. on error errMsg number errNum
  12649.     --enter statements to perform when no records are found such as...
  12650.     display dialog "Sorry, the item you selected could not be found."
  12651.     return
  12652. end try
  12653. All Packages
  12654. 7.6.1 (PB3400)O
  12655. Dev.CD Jun 97 SSWP
  12656. Dev.CD Jun 97 SSV
  12657. 1949X
  12658. Jun 97
  12659. f--set theItem to choose file -- uncomment to test in an AS editor
  12660.     tell application "Finder"
  12661.         open item "Dev.CD Jun 97 SSW"
  12662.         activate
  12663.     end tell
  12664. on error errMsg number errNum
  12665.     --enter statements to perform when no records are found such as...
  12666.     display dialog "Sorry, the item you selected could not be found."
  12667.     return
  12668. end try
  12669. D!All Packages
  12670. Tool Chest Edition
  12671. his application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  12672. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of hou good idea of h
  12673. 1950X
  12674. f--set theItem to choose file -- uncomment to test in an AS editor
  12675.     tell application "Finder"
  12676.         open item "Dev.CD Jun 97 SSW"
  12677.         activate
  12678.     end tell
  12679. on error errMsg number errNum
  12680.     --enter statements to perform when no records are found such as...
  12681.     display dialog "Sorry, the item you selected could not be found."
  12682.     return
  12683. end try
  12684. 1950X
  12685. Nov 99^
  12686. --set theItem to choose file -- uncomment to test in an AS editor
  12687.     tell application "Finder"
  12688.         open item "Dev.CD Nov 99 TC:Sample Code:Interapplication Communication:7Edit 3.1:"
  12689.         activate
  12690.     end tell
  12691. on error errMsg number errNum
  12692.     --enter statements to perform when no records are found such as...
  12693.     display dialog "Sorry, the item you selected could not be found."
  12694.     return
  12695. end try
  12696. Movedq
  12697. Dev.CD Nov 99 TC
  12698. D!All Packages
  12699. Tool Chest Edition
  12700. 24GC  7.0.1I
  12701. CAUTION: THIS SOFTWARE IS NOT COMPATIBLE WITH SYSTEM 6.0.X.
  12702. Summary: This is the software for the Apple Macintosh Display Card 8
  12703. 24GC.
  12704. Features: Enables acceleration mode on the Apple Macintosh Display Card 8
  12705. 24GC.J
  12706. 24 GC
  12707. 24GC READMEK
  12708. Jan 92M
  12709. Apple Macintosh Display Card 8
  12710. 24GC installed in your CPU and a minimum of 3 Megabytes RAM installed in your CPU. This package requires System 7 or greater installed in your CPU (not compatible with System 6.0.X.)N
  12711. Video
  12712. ow to make your application scriptable. In particular it shows you how to handle the 'whose' clause in AppleScript.
  12713. This version of 7Edit also demonstrates  QuickDraw GX printing and Drag Manager Support.
  12714.  7Edit Read Me - Part 1
  12715.  7Edit Read Me - Part 2
  12716.  Example Scripts:
  12717. 7Edit
  12718. 7Edit.68K.
  12719. 7Edit.68K.
  12720. 7Edit.make
  12721. 7Edit.PPC.
  12722. 7Edit.PPC.
  12723. 7Edit.
  12724. .rsrc
  12725. 7EditFAT.make
  12726. DragLib
  12727. Sources:K
  12728. Jan 96L
  12729.  OFDev.CD Nov 99 TC:Sample Code:Interapplication Communication:7Edit 3.1:PNDev.CD Nov 99 TC
  12730.  - Sample Code
  12731.  - Interapplication Communication
  12732.  - 7Edit 3.1
  12733. 7Edit
  12734. Summary:  The aim of this application and its code is to give an example of creating a Scriptable Application. A scriptable application goes far beyond supporting just the basic four events of the Required Suite (Open Application, Open Documents, Print Documents and Quit Application).
  12735. This latest version of 7Edit has been designed to be very similar to the Scriptable Text Editor. The example may not be as fully scriptable as the Scriptable Text Editor but it should give you good idea of h
  12736. editionQ
  12737. executingW
  12738. execution
  12739. executive
  12740. executives
  12741. exercise
  12742. exercises
  12743. exhibit
  12744. exist
  12745. existed
  12746. existence
  12747. existing
  12748. exists
  12749. expect
  12750. expensive
  12751. experience
  12752. experiences
  12753. experiment
  12754. experimental
  12755. expert
  12756. expiration
  12757. explain
  12758. explained
  12759. explaining
  12760. explains
  12761. explanation
  12762. explicit
  12763. explicitly
  12764. exploded
  12765. exploit
  12766. exploiting
  12767. explored
  12768. explores
  12769. exploring
  12770. export
  12771. exported
  12772. exposed
  12773. exposure
  12774. express
  12775. expressions
  12776. expressive
  12777. extend
  12778. extended
  12779. maybe
  12780. mbytes
  12781. mcbride
  12782. mdefproc
  12783. mdefs
  12784. mpc106Q
  12785. multimedia
  12786. multiple
  12787. music
  12788. navigate
  12789. navigation
  12790. needed
  12791. needs
  12792. netscape
  12793. networkW
  12794. networking
  12795. newsletter
  12796. newton
  12797. nirvana
  12798. no-so-subtle
  12799. norman
  12800. notes
  12801. november
  12802. scripts
  12803. scriptswitcher
  12804. scriptswitcher
  12805. scriptx
  12806. scriptx
  12807. platforms
  12808. scriptx
  12809. differences
  12810. scroll
  12811. async
  12812. sample
  12813. 06/15
  12814. driveid
  12815. sample
  12816. 06/07
  12817. driver
  12818. example
  12819. 06/07
  12820. devices
  12821. 06/15
  12822. inquiry
  12823. samples
  12824. simple
  12825. sample
  12826. 06/15
  12827. tools
  12828. tools
  12829. sample
  12830. 06/07
  12831. selectdir
  12832. selectdir
  12833. selectfile
  12834. selectfile
  12835. selection
  12836. selectors
  12837. sendae
  12838. sendae
  12839. sendae
  12840. sendps
  12841. sendps
  12842. serial
  12843. server
  12844. servers
  12845. servervols
  12846. servervols
  12847. service
  12848. services
  12849. movie
  12850. setfileflag
  12851. setfileflag
  12852. setfinderlock
  12853. setfinderlock
  12854. setfinfo
  12855. setfinfo
  12856. setfolderflag
  12857. setfolderflag
  12858. OIDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  12859. 24GC 7.0:PTDev.CD Nov 99 TC
  12860.  - Tool Chest
  12861.  - Hardware
  12862.  - Display & Video Hardware
  12863. 24GC 7.0V
  12864. 1951X
  12865. Nov 99^
  12866. --set theItem to choose file -- uncomment to test in an AS editor
  12867.     tell application "Finder"
  12868.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:8
  12869. 24GC 7.0:"
  12870.         activate
  12871.     end tell
  12872. on error errMsg number errNum
  12873.     --enter statements to perform when no records are found such as...
  12874.     display dialog "Sorry, the item you selected could not be found."
  12875.     return
  12876. end try
  12877. Deletedf
  12878. Videoq
  12879. Dev.CD Nov 99 TC
  12880. All Packages
  12881. Dev.CD Aug 97 SSWP
  12882. Dev.CD Aug 97 SSV
  12883. 1952X
  12884. Aug 97
  12885. All Packages
  12886. Dev.CD Jan 98 SSWP
  12887. Dev.CD Jan 98 SSV
  12888. 1953X
  12889. Jan 98
  12890. f--set theItem to choose file -- uncomment to test in an AS editor
  12891.     tell application "Finder"
  12892.         open item "Dev.CD Jan 98 SSW"
  12893.         activate
  12894.     end tell
  12895. on error errMsg number errNum
  12896.     --enter statements to perform when no records are found such as...
  12897.     display dialog "Sorry, the item you selected could not be found."
  12898.     return
  12899. end try
  12900. All Packages
  12901. Dev.CD Jan 98 SSWP
  12902. Dev.CD Jan 98 SSV
  12903. 1954X
  12904. Jan 98
  12905. f--set theItem to choose file -- uncomment to test in an AS editor
  12906.     tell application "Finder"
  12907.         open item "Dev.CD Jan 98 SSW"
  12908.         activate
  12909.     end tell
  12910. on error errMsg number errNum
  12911.     --enter statements to perform when no records are found such as...
  12912.     display dialog "Sorry, the item you selected could not be found."
  12913.     return
  12914. end try
  12915. All Packages
  12916. Dev.CD Feb 98 TCP
  12917. Dev.CD Feb 98 TV
  12918. 1955X
  12919. Feb 98
  12920. f--set theItem to choose file -- uncomment to test in an AS editor
  12921.     tell application "Finder"
  12922.         open item "Dev.CD Aug 97 SSW"
  12923.         activate
  12924.     end tell
  12925. on error errMsg number errNum
  12926.     --enter statements to perform when no records are found such as...
  12927.     display dialog "Sorry, the item you selected could not be found."
  12928.     return
  12929. end try
  12930. All Packages
  12931. F    8.0 ImageO
  12932. Dev.CD Nov 97 SSWP
  12933. Dev.CD Nov 97 SSV
  12934. 1956X
  12935. Nov 97
  12936. f--set theItem to choose file -- uncomment to test in an AS editor
  12937.     tell application "Finder"
  12938.         open item "Dev.CD Nov 97 SSW"
  12939.         activate
  12940.     end tell
  12941. on error errMsg number errNum
  12942.     --enter statements to perform when no records are found such as...
  12943.     display dialog "Sorry, the item you selected could not be found."
  12944.     return
  12945. end try
  12946. All Packages
  12947. F    8.0 ImageO
  12948. Dev.CD Nov 97 SSWP
  12949. Dev.CD Nov 97 SSV
  12950. 1957X
  12951. Nov 97
  12952. f--set theItem to choose file -- uncomment to test in an AS editor
  12953.     tell application "Finder"
  12954.         open item "Dev.CD Nov 97 SSW"
  12955.         activate
  12956.     end tell
  12957. on error errMsg number errNum
  12958.     --enter statements to perform when no records are found such as...
  12959.     display dialog "Sorry, the item you selected could not be found."
  12960.     return
  12961. end try
  12962. All Packages
  12963. F    8.0 ImageO
  12964. Dev.CD Nov 97 SSWP
  12965. Dev.CD Nov 97 SSV
  12966. 1958X
  12967. e--set theItem to choose file -- uncomment to test in an AS editor
  12968.     tell application "Finder"
  12969.         open item "Dev.CD Feb 98 TC"
  12970.         activate
  12971.     end tell
  12972. on error errMsg number errNum
  12973.     --enter statements to perform when no records are found such as...
  12974.     display dialog "Sorry, the item you selected could not be found."
  12975.     return
  12976. end try
  12977. Nov 97
  12978. f--set theItem to choose file -- uncomment to test in an AS editor
  12979.     tell application "Finder"
  12980.         open item "Dev.CD Nov 97 SSW"
  12981.         activate
  12982.     end tell
  12983. on error errMsg number errNum
  12984.     --enter statements to perform when no records are found such as...
  12985.     display dialog "Sorry, the item you selected could not be found."
  12986.     return
  12987. end try
  12988. All Packages
  12989. F    8.0 ImageO
  12990. Dev.CD Nov 97 SSWP
  12991. Dev.CD Nov 97 SSV
  12992. 1959X
  12993. Nov 97
  12994. f--set theItem to choose file -- uncomment to test in an AS editor
  12995.     tell application "Finder"
  12996.         open item "Dev.CD Nov 97 SSW"
  12997.         activate
  12998.     end tell
  12999. on error errMsg number errNum
  13000.     --enter statements to perform when no records are found such as...
  13001.     display dialog "Sorry, the item you selected could not be found."
  13002.     return
  13003. end try
  13004. All Packages
  13005. F    8.0 ImageO
  13006. Dev.CD Nov 97 SSWP
  13007. Dev.CD Nov 97 SSV
  13008. 1960X
  13009. Nov 97
  13010. All Packages
  13011. F    8.0 ImageO
  13012. Dev.CD Nov 97 SSWP
  13013. Dev.CD Nov 97 SSV
  13014. 1961X
  13015. Nov 97
  13016. f--set theItem to choose file -- uncomment to test in an AS editor
  13017.     tell application "Finder"
  13018.         open item "Dev.CD Nov 97 SSW"
  13019.         activate
  13020.     end tell
  13021. on error errMsg number errNum
  13022.     --enter statements to perform when no records are found such as...
  13023.     display dialog "Sorry, the item you selected could not be found."
  13024.     return
  13025. end try
  13026. All Packages
  13027. F    8.0 ImageO
  13028. Dev.CD Nov 97 SSWP
  13029. Dev.CD Nov 97 SSV
  13030. 1962X
  13031. Nov 97
  13032. f--set theItem to choose file -- uncomment to test in an AS editor
  13033.     tell application "Finder"
  13034.         open item "Dev.CD Nov 97 SSW"
  13035.         activate
  13036.     end tell
  13037. on error errMsg number errNum
  13038.     --enter statements to perform when no records are found such as...
  13039.     display dialog "Sorry, the item you selected could not be found."
  13040.     return
  13041. end try
  13042. All Packages
  13043. F    8.0 ImageO
  13044. Dev.CD Nov 97 SSWP
  13045. Dev.CD Nov 97 SSV
  13046. 1963X
  13047. f--set theItem to choose file -- uncomment to test in an AS editor
  13048.     tell application "Finder"
  13049.         open item "Dev.CD Nov 97 SSW"
  13050.         activate
  13051.     end tell
  13052. on error errMsg number errNum
  13053.     --enter statements to perform when no records are found such as...
  13054.     display dialog "Sorry, the item you selected could not be found."
  13055.     return
  13056. end try
  13057. Nov 97
  13058. f--set theItem to choose file -- uncomment to test in an AS editor
  13059.     tell application "Finder"
  13060.         open item "Dev.CD Nov 97 SSW"
  13061.         activate
  13062.     end tell
  13063. on error errMsg number errNum
  13064.     --enter statements to perform when no records are found such as...
  13065.     display dialog "Sorry, the item you selected could not be found."
  13066.     return
  13067. end try
  13068. All Packages
  13069. F    8.0 ImageO
  13070. Dev.CD Nov 97 SSWP
  13071. Dev.CD Nov 97 SSV
  13072. 1964X
  13073. Nov 97
  13074. f--set theItem to choose file -- uncomment to test in an AS editor
  13075.     tell application "Finder"
  13076.         open item "Dev.CD Nov 97 SSW"
  13077.         activate
  13078.     end tell
  13079. on error errMsg number errNum
  13080.     --enter statements to perform when no records are found such as...
  13081.     display dialog "Sorry, the item you selected could not be found."
  13082.     return
  13083. end try
  13084. All Packages
  13085. F    8.0 ImageO
  13086. Dev.CD Nov 97 SSWP
  13087. Dev.CD Nov 97 SSV
  13088. 1965X
  13089. Nov 97
  13090. All Packages
  13091. F    8.0 ImageO
  13092. Dev.CD Nov 97 SSWP
  13093. Dev.CD Nov 97 SSV
  13094. 1966X
  13095. Nov 97
  13096. f--set theItem to choose file -- uncomment to test in an AS editor
  13097.     tell application "Finder"
  13098.         open item "Dev.CD Nov 97 SSW"
  13099.         activate
  13100.     end tell
  13101. on error errMsg number errNum
  13102.     --enter statements to perform when no records are found such as...
  13103.     display dialog "Sorry, the item you selected could not be found."
  13104.     return
  13105. end try
  13106. All Packages
  13107. F    8.0 ImageO
  13108. Dev.CD Nov 97 SSWP
  13109. Dev.CD Nov 97 SSV
  13110. 1967X
  13111. Nov 97
  13112. f--set theItem to choose file -- uncomment to test in an AS editor
  13113.     tell application "Finder"
  13114.         open item "Dev.CD Nov 97 SSW"
  13115.         activate
  13116.     end tell
  13117. on error errMsg number errNum
  13118.     --enter statements to perform when no records are found such as...
  13119.     display dialog "Sorry, the item you selected could not be found."
  13120.     return
  13121. end try
  13122. All Packages
  13123. F    8.0 ImageO
  13124. Dev.CD Nov 97 SSWP
  13125. Dev.CD Nov 97 SSV
  13126. 1968X
  13127. f--set theItem to choose file -- uncomment to test in an AS editor
  13128.     tell application "Finder"
  13129.         open item "Dev.CD Nov 97 SSW"
  13130.         activate
  13131.     end tell
  13132. on error errMsg number errNum
  13133.     --enter statements to perform when no records are found such as...
  13134.     display dialog "Sorry, the item you selected could not be found."
  13135.     return
  13136. end try
  13137. Nov 97
  13138. f--set theItem to choose file -- uncomment to test in an AS editor
  13139.     tell application "Finder"
  13140.         open item "Dev.CD Nov 97 SSW"
  13141.         activate
  13142.     end tell
  13143. on error errMsg number errNum
  13144.     --enter statements to perform when no records are found such as...
  13145.     display dialog "Sorry, the item you selected could not be found."
  13146.     return
  13147. end try
  13148. All Packages
  13149. F    8.0 ImageO
  13150. Dev.CD Nov 97 SSWP
  13151. Dev.CD Nov 97 SSV
  13152. 1969X
  13153. Nov 97
  13154. f--set theItem to choose file -- uncomment to test in an AS editor
  13155.     tell application "Finder"
  13156.         open item "Dev.CD Nov 97 SSW"
  13157.         activate
  13158.     end tell
  13159. on error errMsg number errNum
  13160.     --enter statements to perform when no records are found such as...
  13161.     display dialog "Sorry, the item you selected could not be found."
  13162.     return
  13163. end try
  13164. All Packages
  13165. F    8.0 ImageO
  13166. Dev.CD Nov 97 SSWP
  13167. Dev.CD Nov 97 SSV
  13168. 1970X
  13169. Nov 97
  13170. All Packages
  13171. F    8.0 ImageO
  13172. Dev.CD Dec 97 RLP
  13173. Dev.CD Dec 97 RV
  13174. 1971X
  13175. Dec 97
  13176. e--set theItem to choose file -- uncomment to test in an AS editor
  13177.     tell application "Finder"
  13178.         open item "Dev.CD Dec 97 RL"
  13179.         activate
  13180.     end tell
  13181. on error errMsg number errNum
  13182.     --enter statements to perform when no records are found such as...
  13183.     display dialog "Sorry, the item you selected could not be found."
  13184.     return
  13185. end try
  13186. All Packages
  13187. F    8.0 ImageO
  13188. Dev.CD Dec 97 RLP
  13189. Dev.CD Dec 97 RV
  13190. 1972X
  13191. Dec 97
  13192. e--set theItem to choose file -- uncomment to test in an AS editor
  13193.     tell application "Finder"
  13194.         open item "Dev.CD Dec 97 RL"
  13195.         activate
  13196.     end tell
  13197. on error errMsg number errNum
  13198.     --enter statements to perform when no records are found such as...
  13199.     display dialog "Sorry, the item you selected could not be found."
  13200.     return
  13201. end try
  13202. All Packages
  13203. F    8.0 ImageO
  13204. Dev.CD Dec 97 RLP
  13205. Dev.CD Dec 97 RV
  13206. 1973X
  13207. Dec 97
  13208. f--set theItem to choose file -- uncomment to test in an AS editor
  13209.     tell application "Finder"
  13210.         open item "Dev.CD Nov 97 SSW"
  13211.         activate
  13212.     end tell
  13213. on error errMsg number errNum
  13214.     --enter statements to perform when no records are found such as...
  13215.     display dialog "Sorry, the item you selected could not be found."
  13216.     return
  13217. end try
  13218. All Packages
  13219. F    8.0 ImageO
  13220. Dev.CD Dec 97 RLP
  13221. Dev.CD Dec 97 RV
  13222. 1974X
  13223. Dec 97
  13224. e--set theItem to choose file -- uncomment to test in an AS editor
  13225.     tell application "Finder"
  13226.         open item "Dev.CD Dec 97 RL"
  13227.         activate
  13228.     end tell
  13229. on error errMsg number errNum
  13230.     --enter statements to perform when no records are found such as...
  13231.     display dialog "Sorry, the item you selected could not be found."
  13232.     return
  13233. end try
  13234. All Packages
  13235. F    8.0 ImageO
  13236. Dev.CD Jan 98 SSWP
  13237. Dev.CD Jan 98 SSV
  13238. 1975X
  13239. Jan 98
  13240. f--set theItem to choose file -- uncomment to test in an AS editor
  13241.     tell application "Finder"
  13242.         open item "Dev.CD Jan 98 SSW"
  13243.         activate
  13244.     end tell
  13245. on error errMsg number errNum
  13246.     --enter statements to perform when no records are found such as...
  13247.     display dialog "Sorry, the item you selected could not be found."
  13248.     return
  13249. end try
  13250. All Packages
  13251. Dev.CD Feb 98 SSWP
  13252. Dev.CD Feb 98 SSV
  13253. 1976X
  13254. Feb 98
  13255. e--set theItem to choose file -- uncomment to test in an AS editor
  13256.     tell application "Finder"
  13257.         open item "Dev.CD Dec 97 RL"
  13258.         activate
  13259.     end tell
  13260. on error errMsg number errNum
  13261.     --enter statements to perform when no records are found such as...
  13262.     display dialog "Sorry, the item you selected could not be found."
  13263.     return
  13264. end try
  13265. All Packages
  13266. Dev.CD Apr 98 SDKP
  13267. Dev.CD Apr 98 SDV
  13268. 1977X
  13269. Apr 98
  13270. f--set theItem to choose file -- uncomment to test in an AS editor
  13271.     tell application "Finder"
  13272.         open item "Dev.CD Apr 98 SDK"
  13273.         activate
  13274.     end tell
  13275. on error errMsg number errNum
  13276.     --enter statements to perform when no records are found such as...
  13277.     display dialog "Sorry, the item you selected could not be found."
  13278.     return
  13279. end try
  13280. All Packages
  13281. Dev.CD Apr 98 SDKP
  13282. Dev.CD Apr 98 SDV
  13283. 1978X
  13284. Apr 98
  13285. f--set theItem to choose file -- uncomment to test in an AS editor
  13286.     tell application "Finder"
  13287.         open item "Dev.CD Apr 98 SDK"
  13288.         activate
  13289.     end tell
  13290. on error errMsg number errNum
  13291.     --enter statements to perform when no records are found such as...
  13292.     display dialog "Sorry, the item you selected could not be found."
  13293.     return
  13294. end try
  13295. All Packages
  13296. Dev.CD Jul 98 SSW/SDKP
  13297. Dev.CD Jul 98 SSW/SDV
  13298. 1979X
  13299. Jul 98
  13300. f--set theItem to choose file -- uncomment to test in an AS editor
  13301.     tell application "Finder"
  13302.         open item "Dev.CD Feb 98 SSW"
  13303.         activate
  13304.     end tell
  13305. on error errMsg number errNum
  13306.     --enter statements to perform when no records are found such as...
  13307.     display dialog "Sorry, the item you selected could not be found."
  13308.     return
  13309. end try
  13310. All Packages
  13311. Dev.CD Jul 98 SSW/SDKP
  13312. Dev.CD Jul 98 SSW/SDV
  13313. 1980X
  13314. Jul 98
  13315. j--set theItem to choose file -- uncomment to test in an AS editor
  13316.     tell application "Finder"
  13317.         open item "Dev.CD Jul 98 SSW/SDK"
  13318.         activate
  13319.     end tell
  13320. on error errMsg number errNum
  13321.     --enter statements to perform when no records are found such as...
  13322.     display dialog "Sorry, the item you selected could not be found."
  13323.     return
  13324. end try
  13325. All Packages
  13326. Dev.CD Jul 98 SSW/SDKP
  13327. Dev.CD Jul 98 SSW/SDV
  13328. 1981X
  13329. Jul 98
  13330. j--set theItem to choose file -- uncomment to test in an AS editor
  13331.     tell application "Finder"
  13332.         open item "Dev.CD Jul 98 SSW/SDK"
  13333.         activate
  13334.     end tell
  13335. on error errMsg number errNum
  13336.     --enter statements to perform when no records are found such as...
  13337.     display dialog "Sorry, the item you selected could not be found."
  13338.     return
  13339. end try
  13340. All Packages
  13341. Dev.CD Jul 98 SSW/SDKV
  13342. 1982X
  13343. j--set theItem to choose file -- uncomment to test in an AS editor
  13344.     tell application "Finder"
  13345.         open item "Dev.CD Jul 98 SSW/SDK"
  13346.         activate
  13347.     end tell
  13348. on error errMsg number errNum
  13349.     --enter statements to perform when no records are found such as...
  13350.     display dialog "Sorry, the item you selected could not be found."
  13351.     return
  13352. end try
  13353. Dev.CD Jul 98 SSW/SDV
  13354. 1982X
  13355. Jul 98
  13356. j--set theItem to choose file -- uncomment to test in an AS editor
  13357.     tell application "Finder"
  13358.         open item "Dev.CD Jul 98 SSW/SDK"
  13359.         activate
  13360.     end tell
  13361. on error errMsg number errNum
  13362.     --enter statements to perform when no records are found such as...
  13363.     display dialog "Sorry, the item you selected could not be found."
  13364.     return
  13365. end try
  13366. All Packages
  13367. Dev.CD Jul 98 SSW/SDKP
  13368. Dev.CD Jul 98 SSW/SDV
  13369. 1983X
  13370. Jul 98
  13371. j--set theItem to choose file -- uncomment to test in an AS editor
  13372.     tell application "Finder"
  13373.         open item "Dev.CD Jul 98 SSW/SDK"
  13374.         activate
  13375.     end tell
  13376. on error errMsg number errNum
  13377.     --enter statements to perform when no records are found such as...
  13378.     display dialog "Sorry, the item you selected could not be found."
  13379.     return
  13380. end try
  13381. All Packages
  13382. Dev.CD Jul 98 SSW/SDKP
  13383. Dev.CD Jul 98 SSW/SDV
  13384. 1984X
  13385. Jul 98
  13386. All Packages
  13387. Dev.CD Jul 98 SSW/SDKP
  13388. Dev.CD Jul 98 SSW/SDV
  13389. 1985X
  13390. Jul 98
  13391. j--set theItem to choose file -- uncomment to test in an AS editor
  13392.     tell application "Finder"
  13393.         open item "Dev.CD Jul 98 SSW/SDK"
  13394.         activate
  13395.     end tell
  13396. on error errMsg number errNum
  13397.     --enter statements to perform when no records are found such as...
  13398.     display dialog "Sorry, the item you selected could not be found."
  13399.     return
  13400. end try
  13401. All Packages
  13402. Dev.CD Jul 98 SSW/SDKP
  13403. Dev.CD Jul 98 SSW/SDV
  13404. 1986X
  13405. Jul 98
  13406. j--set theItem to choose file -- uncomment to test in an AS editor
  13407.     tell application "Finder"
  13408.         open item "Dev.CD Jul 98 SSW/SDK"
  13409.         activate
  13410.     end tell
  13411. on error errMsg number errNum
  13412.     --enter statements to perform when no records are found such as...
  13413.     display dialog "Sorry, the item you selected could not be found."
  13414.     return
  13415. end try
  13416. All Packages
  13417. Dev.CD Jul 98 SSW/SDKV
  13418. 1987X
  13419. j--set theItem to choose file -- uncomment to test in an AS editor
  13420.     tell application "Finder"
  13421.         open item "Dev.CD Jul 98 SSW/SDK"
  13422.         activate
  13423.     end tell
  13424. on error errMsg number errNum
  13425.     --enter statements to perform when no records are found such as...
  13426.     display dialog "Sorry, the item you selected could not be found."
  13427.     return
  13428. end try
  13429. Dev.CD Jul 98 SSW/SDV
  13430. 1987X
  13431. Jul 98
  13432. j--set theItem to choose file -- uncomment to test in an AS editor
  13433.     tell application "Finder"
  13434.         open item "Dev.CD Jul 98 SSW/SDK"
  13435.         activate
  13436.     end tell
  13437. on error errMsg number errNum
  13438.     --enter statements to perform when no records are found such as...
  13439.     display dialog "Sorry, the item you selected could not be found."
  13440.     return
  13441. end try
  13442. All Packages
  13443. Dev.CD Jul 98 SSW/SDKP
  13444. Dev.CD Jul 98 SSW/SDV
  13445. 1988X
  13446. Jul 98
  13447. j--set theItem to choose file -- uncomment to test in an AS editor
  13448.     tell application "Finder"
  13449.         open item "Dev.CD Jul 98 SSW/SDK"
  13450.         activate
  13451.     end tell
  13452. on error errMsg number errNum
  13453.     --enter statements to perform when no records are found such as...
  13454.     display dialog "Sorry, the item you selected could not be found."
  13455.     return
  13456. end try
  13457. All Packages
  13458. Dev.CD Jul 98 SSW/SDKP
  13459. Dev.CD Jul 98 SSW/SDV
  13460. 1989X
  13461. Jul 98
  13462. All Packages
  13463. Dev.CD Jul 98 SSW/SDKP
  13464. Dev.CD Jul 98 SSW/SDV
  13465. 1990X
  13466. Jul 98
  13467. j--set theItem to choose file -- uncomment to test in an AS editor
  13468.     tell application "Finder"
  13469.         open item "Dev.CD Jul 98 SSW/SDK"
  13470.         activate
  13471.     end tell
  13472. on error errMsg number errNum
  13473.     --enter statements to perform when no records are found such as...
  13474.     display dialog "Sorry, the item you selected could not be found."
  13475.     return
  13476. end try
  13477. All Packages
  13478. Dev.CD Jul 98 SSW/SDKP
  13479. Dev.CD Jul 98 SSW/SDV
  13480. 1991X
  13481. Jul 98
  13482. j--set theItem to choose file -- uncomment to test in an AS editor
  13483.     tell application "Finder"
  13484.         open item "Dev.CD Jul 98 SSW/SDK"
  13485.         activate
  13486.     end tell
  13487. on error errMsg number errNum
  13488.     --enter statements to perform when no records are found such as...
  13489.     display dialog "Sorry, the item you selected could not be found."
  13490.     return
  13491. end try
  13492. All Packages
  13493. Dev.CD Jul 98 SSW/SDKV
  13494. 1992X
  13495. j--set theItem to choose file -- uncomment to test in an AS editor
  13496.     tell application "Finder"
  13497.         open item "Dev.CD Jul 98 SSW/SDK"
  13498.         activate
  13499.     end tell
  13500. on error errMsg number errNum
  13501.     --enter statements to perform when no records are found such as...
  13502.     display dialog "Sorry, the item you selected could not be found."
  13503.     return
  13504. end try
  13505. Dev.CD Jul 98 SSW/SDV
  13506. 1992X
  13507. Jul 98
  13508. j--set theItem to choose file -- uncomment to test in an AS editor
  13509.     tell application "Finder"
  13510.         open item "Dev.CD Jul 98 SSW/SDK"
  13511.         activate
  13512.     end tell
  13513. on error errMsg number errNum
  13514.     --enter statements to perform when no records are found such as...
  13515.     display dialog "Sorry, the item you selected could not be found."
  13516.     return
  13517. end try
  13518. All Packages
  13519. Dev.CD Jul 98 SSW/SDKP
  13520. Dev.CD Jul 98 SSW/SDV
  13521. 1993X
  13522. Jul 98
  13523. j--set theItem to choose file -- uncomment to test in an AS editor
  13524.     tell application "Finder"
  13525.         open item "Dev.CD Jul 98 SSW/SDK"
  13526.         activate
  13527.     end tell
  13528. on error errMsg number errNum
  13529.     --enter statements to perform when no records are found such as...
  13530.     display dialog "Sorry, the item you selected could not be found."
  13531.     return
  13532. end try
  13533. All Packages
  13534. Dev.CD Jul 98 SSW/SDKP
  13535. Dev.CD Jul 98 SSW/SDV
  13536. 1994X
  13537. Jul 98
  13538. All Packages
  13539. Dev.CD Oct 98 SSWP
  13540. Dev.CD Oct 98 SSV
  13541. 1995X
  13542. Oct 98
  13543. f--set theItem to choose file -- uncomment to test in an AS editor
  13544.     tell application "Finder"
  13545.         open item "Dev.CD Oct 98 SSW"
  13546.         activate
  13547.     end tell
  13548. on error errMsg number errNum
  13549.     --enter statements to perform when no records are found such as...
  13550.     display dialog "Sorry, the item you selected could not be found."
  13551.     return
  13552. end try
  13553. All Packages
  13554. Dev.CD Dec 98 SSWP
  13555. Dev.CD Dec 98 SSV
  13556. 1996X
  13557. Dec 98
  13558. f--set theItem to choose file -- uncomment to test in an AS editor
  13559.     tell application "Finder"
  13560.         open item "Dev.CD Dec 98 SSW"
  13561.         activate
  13562.     end tell
  13563. on error errMsg number errNum
  13564.     --enter statements to perform when no records are found such as...
  13565.     display dialog "Sorry, the item you selected could not be found."
  13566.     return
  13567. end try
  13568. All Packages
  13569. Dev.CD Dec 98 SSWP
  13570. Dev.CD Dec 98 SSV
  13571. 1997X
  13572. Dec 98
  13573. j--set theItem to choose file -- uncomment to test in an AS editor
  13574.     tell application "Finder"
  13575.         open item "Dev.CD Jul 98 SSW/SDK"
  13576.         activate
  13577.     end tell
  13578. on error errMsg number errNum
  13579.     --enter statements to perform when no records are found such as...
  13580.     display dialog "Sorry, the item you selected could not be found."
  13581.     return
  13582. end try
  13583. All Packages
  13584. Dev.CD Dec 98 SSWP
  13585. Dev.CD Dec 98 SSV
  13586. 1998X
  13587. Dec 98
  13588. f--set theItem to choose file -- uncomment to test in an AS editor
  13589.     tell application "Finder"
  13590.         open item "Dev.CD Dec 98 SSW"
  13591.         activate
  13592.     end tell
  13593. on error errMsg number errNum
  13594.     --enter statements to perform when no records are found such as...
  13595.     display dialog "Sorry, the item you selected could not be found."
  13596.     return
  13597. end try
  13598. All Packages
  13599. Dev.CD Dec 98 SSWP
  13600. Dev.CD Dec 98 SSV
  13601. 1999X
  13602. Dec 98
  13603. f--set theItem to choose file -- uncomment to test in an AS editor
  13604.     tell application "Finder"
  13605.         open item "Dev.CD Dec 98 SSW"
  13606.         activate
  13607.     end tell
  13608. on error errMsg number errNum
  13609.     --enter statements to perform when no records are found such as...
  13610.     display dialog "Sorry, the item you selected could not be found."
  13611.     return
  13612. end try
  13613. All Packages
  13614. Dev.CD Dec 98 SSWP
  13615. Dev.CD Dec 98 SSV
  13616. 2000X
  13617. Dec 98
  13618. f--set theItem to choose file -- uncomment to test in an AS editor
  13619.     tell application "Finder"
  13620.         open item "Dev.CD Dec 98 SSW"
  13621.         activate
  13622.     end tell
  13623. on error errMsg number errNum
  13624.     --enter statements to perform when no records are found such as...
  13625.     display dialog "Sorry, the item you selected could not be found."
  13626.     return
  13627. end try
  13628. All Packages
  13629. Dev.CD Dec 98 SSWP
  13630. Dev.CD Dec 98 SSV
  13631. 2001X
  13632. Dec 98
  13633. f--set theItem to choose file -- uncomment to test in an AS editor
  13634.     tell application "Finder"
  13635.         open item "Dev.CD Dec 98 SSW"
  13636.         activate
  13637.     end tell
  13638. on error errMsg number errNum
  13639.     --enter statements to perform when no records are found such as...
  13640.     display dialog "Sorry, the item you selected could not be found."
  13641.     return
  13642. end try
  13643. All Packages
  13644. Dev.CD Jan 99 SSWP
  13645. Dev.CD Jan 99 SSV
  13646. 2002X
  13647. Jan 99
  13648. f--set theItem to choose file -- uncomment to test in an AS editor
  13649.     tell application "Finder"
  13650.         open item "Dev.CD Jan 99 SSW"
  13651.         activate
  13652.     end tell
  13653. on error errMsg number errNum
  13654.     --enter statements to perform when no records are found such as...
  13655.     display dialog "Sorry, the item you selected could not be found."
  13656.     return
  13657. end try
  13658. All Packages
  13659. Dev.CD Jan 99 SSWP
  13660. Dev.CD Jan 99 SSV
  13661. 2003X
  13662. Jan 99
  13663. f--set theItem to choose file -- uncomment to test in an AS editor
  13664.     tell application "Finder"
  13665.         open item "Dev.CD Dec 98 SSW"
  13666.         activate
  13667.     end tell
  13668. on error errMsg number errNum
  13669.     --enter statements to perform when no records are found such as...
  13670.     display dialog "Sorry, the item you selected could not be found."
  13671.     return
  13672. end try
  13673. All Packages
  13674. Dev.CD Jan 99 SSWP
  13675. Dev.CD Jan 99 SSV
  13676. 2004X
  13677. Jan 99
  13678. f--set theItem to choose file -- uncomment to test in an AS editor
  13679.     tell application "Finder"
  13680.         open item "Dev.CD Jan 99 SSW"
  13681.         activate
  13682.     end tell
  13683. on error errMsg number errNum
  13684.     --enter statements to perform when no records are found such as...
  13685.     display dialog "Sorry, the item you selected could not be found."
  13686.     return
  13687. end try
  13688. All Packages
  13689. Dev.CD Jan 99 SSWP
  13690. Dev.CD Jan 99 SSV
  13691. 2005X
  13692. Jan 99
  13693. f--set theItem to choose file -- uncomment to test in an AS editor
  13694.     tell application "Finder"
  13695.         open item "Dev.CD Jan 99 SSW"
  13696.         activate
  13697.     end tell
  13698. on error errMsg number errNum
  13699.     --enter statements to perform when no records are found such as...
  13700.     display dialog "Sorry, the item you selected could not be found."
  13701.     return
  13702. end try
  13703. All Packages
  13704. Dev.CD Jan 99 SSWP
  13705. Dev.CD Jan 99 SSV
  13706. 2006X
  13707. Jan 99
  13708. f--set theItem to choose file -- uncomment to test in an AS editor
  13709.     tell application "Finder"
  13710.         open item "Dev.CD Jan 99 SSW"
  13711.         activate
  13712.     end tell
  13713. on error errMsg number errNum
  13714.     --enter statements to perform when no records are found such as...
  13715.     display dialog "Sorry, the item you selected could not be found."
  13716.     return
  13717. end try
  13718. All Packages
  13719. Dev.CD Jan 99 SSWP
  13720. Dev.CD Jan 99 SSV
  13721. 2007X
  13722. Jan 99
  13723. f--set theItem to choose file -- uncomment to test in an AS editor
  13724.     tell application "Finder"
  13725.         open item "Dev.CD Jan 99 SSW"
  13726.         activate
  13727.     end tell
  13728. on error errMsg number errNum
  13729.     --enter statements to perform when no records are found such as...
  13730.     display dialog "Sorry, the item you selected could not be found."
  13731.     return
  13732. end try
  13733. All Packages
  13734. 8.5.1O
  13735. Dev.CD Apr 99 SSWP
  13736. Dev.CD Apr 99 SSV
  13737. 2008X
  13738. Apr 99
  13739. f--set theItem to choose file -- uncomment to test in an AS editor
  13740.     tell application "Finder"
  13741.         open item "Dev.CD Apr 99 SSW"
  13742.         activate
  13743.     end tell
  13744. on error errMsg number errNum
  13745.     --enter statements to perform when no records are found such as...
  13746.     display dialog "Sorry, the item you selected could not be found."
  13747.     return
  13748. end try
  13749. All Packages
  13750. 8.5.1O
  13751. Dev.CD Apr 99 SSWP
  13752. Dev.CD Apr 99 SSV
  13753. 2009X
  13754. Apr 99
  13755. f--set theItem to choose file -- uncomment to test in an AS editor
  13756.     tell application "Finder"
  13757.         open item "Dev.CD Jan 99 SSW"
  13758.         activate
  13759.     end tell
  13760. on error errMsg number errNum
  13761.     --enter statements to perform when no records are found such as...
  13762.     display dialog "Sorry, the item you selected could not be found."
  13763.     return
  13764. end try
  13765. All Packages
  13766. 8.5.1O
  13767. Dev.CD Apr 99 SSWP
  13768. Dev.CD Apr 99 SSV
  13769. 2010X
  13770. Apr 99
  13771. f--set theItem to choose file -- uncomment to test in an AS editor
  13772.     tell application "Finder"
  13773.         open item "Dev.CD Apr 99 SSW"
  13774.         activate
  13775.     end tell
  13776. on error errMsg number errNum
  13777.     --enter statements to perform when no records are found such as...
  13778.     display dialog "Sorry, the item you selected could not be found."
  13779.     return
  13780. end try
  13781. All Packages
  13782. 8.5.1O
  13783. Dev.CD Apr 99 SSWP
  13784. Dev.CD Apr 99 SSV
  13785. 2011X
  13786. Apr 99
  13787. f--set theItem to choose file -- uncomment to test in an AS editor
  13788.     tell application "Finder"
  13789.         open item "Dev.CD Apr 99 SSW"
  13790.         activate
  13791.     end tell
  13792. on error errMsg number errNum
  13793.     --enter statements to perform when no records are found such as...
  13794.     display dialog "Sorry, the item you selected could not be found."
  13795.     return
  13796. end try
  13797. All Packages
  13798. 8.5.1O
  13799. Dev.CD Apr 99 SSWP
  13800. Dev.CD Apr 99 SSV
  13801. 2012X
  13802. Apr 99
  13803. f--set theItem to choose file -- uncomment to test in an AS editor
  13804.     tell application "Finder"
  13805.         open item "Dev.CD Apr 99 SSW"
  13806.         activate
  13807.     end tell
  13808. on error errMsg number errNum
  13809.     --enter statements to perform when no records are found such as...
  13810.     display dialog "Sorry, the item you selected could not be found."
  13811.     return
  13812. end try
  13813. All Packages
  13814. 8.5.1O
  13815. Dev.CD Apr 99 SSWP
  13816. Dev.CD Apr 99 SSV
  13817. 2013X
  13818. Apr 99
  13819. f--set theItem to choose file -- uncomment to test in an AS editor
  13820.     tell application "Finder"
  13821.         open item "Dev.CD Apr 99 SSW"
  13822.         activate
  13823.     end tell
  13824. on error errMsg number errNum
  13825.     --enter statements to perform when no records are found such as...
  13826.     display dialog "Sorry, the item you selected could not be found."
  13827.     return
  13828. end try
  13829. All Packages
  13830. 8.5.1O
  13831. Dev.CD Apr 99 SDKP
  13832. Dev.CD Apr 99 SDV
  13833. 2014X
  13834. Apr 99
  13835. f--set theItem to choose file -- uncomment to test in an AS editor
  13836.     tell application "Finder"
  13837.         open item "Dev.CD Apr 99 SDK"
  13838.         activate
  13839.     end tell
  13840. on error errMsg number errNum
  13841.     --enter statements to perform when no records are found such as...
  13842.     display dialog "Sorry, the item you selected could not be found."
  13843.     return
  13844. end try
  13845. All Packages
  13846. 8.5.1O
  13847. Dev.CD May 99 SDKP
  13848. Dev.CD May 99 SDV
  13849. 2015X
  13850. May 99
  13851. f--set theItem to choose file -- uncomment to test in an AS editor
  13852.     tell application "Finder"
  13853.         open item "Dev.CD Apr 99 SSW"
  13854.         activate
  13855.     end tell
  13856. on error errMsg number errNum
  13857.     --enter statements to perform when no records are found such as...
  13858.     display dialog "Sorry, the item you selected could not be found."
  13859.     return
  13860. end try
  13861. All Packages
  13862. 8.5.1O
  13863. Dev.CD May 99 SDKP
  13864. Dev.CD May 99 SDV
  13865. 2016X
  13866. May 99
  13867. f--set theItem to choose file -- uncomment to test in an AS editor
  13868.     tell application "Finder"
  13869.         open item "Dev.CD May 99 SDK"
  13870.         activate
  13871.     end tell
  13872. on error errMsg number errNum
  13873.     --enter statements to perform when no records are found such as...
  13874.     display dialog "Sorry, the item you selected could not be found."
  13875.     return
  13876. end try
  13877. All Packages
  13878. 8.5.1O
  13879. Dev.CD May 99 SDKP
  13880. Dev.CD May 99 SDV
  13881. 2017X
  13882. May 99
  13883. f--set theItem to choose file -- uncomment to test in an AS editor
  13884.     tell application "Finder"
  13885.         open item "Dev.CD May 99 SDK"
  13886.         activate
  13887.     end tell
  13888. on error errMsg number errNum
  13889.     --enter statements to perform when no records are found such as...
  13890.     display dialog "Sorry, the item you selected could not be found."
  13891.     return
  13892. end try
  13893. All Packages
  13894. 8.5.1O
  13895. Dev.CD May 99 SDKP
  13896. Dev.CD May 99 SDV
  13897. 2018X
  13898. May 99
  13899. f--set theItem to choose file -- uncomment to test in an AS editor
  13900.     tell application "Finder"
  13901.         open item "Dev.CD May 99 SDK"
  13902.         activate
  13903.     end tell
  13904. on error errMsg number errNum
  13905.     --enter statements to perform when no records are found such as...
  13906.     display dialog "Sorry, the item you selected could not be found."
  13907.     return
  13908. end try
  13909. packages
  13910. All Packages
  13911. 8.5.1O
  13912. Dev.CD May 99 SDKP
  13913. Dev.CD May 99 SDV
  13914. 2019X
  13915. May 99
  13916. f--set theItem to choose file -- uncomment to test in an AS editor
  13917.     tell application "Finder"
  13918.         open item "Dev.CD May 99 SDK"
  13919.         activate
  13920.     end tell
  13921. on error errMsg number errNum
  13922.     --enter statements to perform when no records are found such as...
  13923.     display dialog "Sorry, the item you selected could not be found."
  13924.     return
  13925. end try
  13926. All Packages
  13927. 8.5.1O
  13928. Dev.CD May 99 SDKP
  13929. Dev.CD May 99 SDV
  13930. 2020X
  13931. May 99
  13932. f--set theItem to choose file -- uncomment to test in an AS editor
  13933.     tell application "Finder"
  13934.         open item "Dev.CD May 99 SDK"
  13935.         activate
  13936.     end tell
  13937. on error errMsg number errNum
  13938.     --enter statements to perform when no records are found such as...
  13939.     display dialog "Sorry, the item you selected could not be found."
  13940.     return
  13941. end try
  13942. All Packages
  13943. Dev.CD Jul 99 SSWP
  13944. Dev.CD Jul 99 SSV
  13945. 2021X
  13946. Jul 99
  13947. f--set theItem to choose file -- uncomment to test in an AS editor
  13948.     tell application "Finder"
  13949.         open item "Dev.CD May 99 SDK"
  13950.         activate
  13951.     end tell
  13952. on error errMsg number errNum
  13953.     --enter statements to perform when no records are found such as...
  13954.     display dialog "Sorry, the item you selected could not be found."
  13955.     return
  13956. end try
  13957. All Packages
  13958. Dev.CD Jul 99 SSWP
  13959. Dev.CD Jul 99 SSV
  13960. 2022X
  13961. Jul 99
  13962. f--set theItem to choose file -- uncomment to test in an AS editor
  13963.     tell application "Finder"
  13964.         open item "Dev.CD Jul 99 SSW"
  13965.         activate
  13966.     end tell
  13967. on error errMsg number errNum
  13968.     --enter statements to perform when no records are found such as...
  13969.     display dialog "Sorry, the item you selected could not be found."
  13970.     return
  13971. end try
  13972. All Packages
  13973. Dev.CD Jul 99 SSWP
  13974. Dev.CD Jul 99 SSV
  13975. 2023X
  13976. Jul 99
  13977. f--set theItem to choose file -- uncomment to test in an AS editor
  13978.     tell application "Finder"
  13979.         open item "Dev.CD Jul 99 SSW"
  13980.         activate
  13981.     end tell
  13982. on error errMsg number errNum
  13983.     --enter statements to perform when no records are found such as...
  13984.     display dialog "Sorry, the item you selected could not be found."
  13985.     return
  13986. end try
  13987. All Packages
  13988. Dev.CD Jul 99 SSWP
  13989. Dev.CD Jul 99 SSV
  13990. 2024X
  13991. Jul 99
  13992. f--set theItem to choose file -- uncomment to test in an AS editor
  13993.     tell application "Finder"
  13994.         open item "Dev.CD Jul 99 SSW"
  13995.         activate
  13996.     end tell
  13997. on error errMsg number errNum
  13998.     --enter statements to perform when no records are found such as...
  13999.     display dialog "Sorry, the item you selected could not be found."
  14000.     return
  14001. end try
  14002. All Packages
  14003. Dev.CD Jul 99 SSWP
  14004. Dev.CD Jul 99 SSV
  14005. 2025X
  14006. Jul 99
  14007. f--set theItem to choose file -- uncomment to test in an AS editor
  14008.     tell application "Finder"
  14009.         open item "Dev.CD Jul 99 SSW"
  14010.         activate
  14011.     end tell
  14012. on error errMsg number errNum
  14013.     --enter statements to perform when no records are found such as...
  14014.     display dialog "Sorry, the item you selected could not be found."
  14015.     return
  14016. end try
  14017. All Packages
  14018. Dev.CD Jul 99 SSWP
  14019. Dev.CD Jul 99 SSV
  14020. 2026X
  14021. Jul 99
  14022. f--set theItem to choose file -- uncomment to test in an AS editor
  14023.     tell application "Finder"
  14024.         open item "Dev.CD Jul 99 SSW"
  14025.         activate
  14026.     end tell
  14027. on error errMsg number errNum
  14028.     --enter statements to perform when no records are found such as...
  14029.     display dialog "Sorry, the item you selected could not be found."
  14030.     return
  14031. end try
  14032. All Packages
  14033. Dev.CD Jul 99 SSWP
  14034. Dev.CD Jul 99 SSV
  14035. 2027X
  14036. Jul 99
  14037. f--set theItem to choose file -- uncomment to test in an AS editor
  14038.     tell application "Finder"
  14039.         open item "Dev.CD Jul 99 SSW"
  14040.         activate
  14041.     end tell
  14042. on error errMsg number errNum
  14043.     --enter statements to perform when no records are found such as...
  14044.     display dialog "Sorry, the item you selected could not be found."
  14045.     return
  14046. end try
  14047. All Packages
  14048. Dev.CD Jul 99 SSWP
  14049. Dev.CD Jul 99 SSV
  14050. 2028X
  14051. Jul 99
  14052. f--set theItem to choose file -- uncomment to test in an AS editor
  14053.     tell application "Finder"
  14054.         open item "Dev.CD Jul 99 SSW"
  14055.         activate
  14056.     end tell
  14057. on error errMsg number errNum
  14058.     --enter statements to perform when no records are found such as...
  14059.     display dialog "Sorry, the item you selected could not be found."
  14060.     return
  14061. end try
  14062. All Packages
  14063. Dev.CD Jul 99 SSWP
  14064. Dev.CD Jul 99 SSV
  14065. 2029X
  14066. Jul 99
  14067. f--set theItem to choose file -- uncomment to test in an AS editor
  14068.     tell application "Finder"
  14069.         open item "Dev.CD Jul 99 SSW"
  14070.         activate
  14071.     end tell
  14072. on error errMsg number errNum
  14073.     --enter statements to perform when no records are found such as...
  14074.     display dialog "Sorry, the item you selected could not be found."
  14075.     return
  14076. end try
  14077. All Packages
  14078. Dev.CD Aug 99P
  14079. Dev.CD Aug 9V
  14080. 2030X
  14081. Aug 99
  14082. f--set theItem to choose file -- uncomment to test in an AS editor
  14083.     tell application "Finder"
  14084.         open item "Dev.CD Jul 99 SSW"
  14085.         activate
  14086.     end tell
  14087. on error errMsg number errNum
  14088.     --enter statements to perform when no records are found such as...
  14089.     display dialog "Sorry, the item you selected could not be found."
  14090.     return
  14091. end try
  14092. All Packages
  14093. Dev.CD Aug 99P
  14094. Dev.CD Aug 9V
  14095. 2031X
  14096. Aug 99
  14097. b--set theItem to choose file -- uncomment to test in an AS editor
  14098.     tell application "Finder"
  14099.         open item "Dev.CD Aug 99"
  14100.         activate
  14101.     end tell
  14102. on error errMsg number errNum
  14103.     --enter statements to perform when no records are found such as...
  14104.     display dialog "Sorry, the item you selected could not be found."
  14105.     return
  14106. end try
  14107. All Packages
  14108. Dev.CD Aug 99P
  14109. Dev.CD Aug 9V
  14110. 2032X
  14111. Aug 99
  14112. b--set theItem to choose file -- uncomment to test in an AS editor
  14113.     tell application "Finder"
  14114.         open item "Dev.CD Aug 99"
  14115.         activate
  14116.     end tell
  14117. on error errMsg number errNum
  14118.     --enter statements to perform when no records are found such as...
  14119.     display dialog "Sorry, the item you selected could not be found."
  14120.     return
  14121. end try
  14122. All Packages
  14123. Dev.CD Aug 99P
  14124. Dev.CD Aug 9V
  14125. 2033X
  14126. Aug 99
  14127. b--set theItem to choose file -- uncomment to test in an AS editor
  14128.     tell application "Finder"
  14129.         open item "Dev.CD Aug 99"
  14130.         activate
  14131.     end tell
  14132. on error errMsg number errNum
  14133.     --enter statements to perform when no records are found such as...
  14134.     display dialog "Sorry, the item you selected could not be found."
  14135.     return
  14136. end try
  14137. D&All Packages
  14138. System Software Edition
  14139. Dev.CD Oct 99 SSW:P
  14140. Dev.CD Oct 99 SSWV
  14141. 2034X
  14142. Oct 99^
  14143. g--set theItem to choose file -- uncomment to test in an AS editor
  14144.     tell application "Finder"
  14145.         open item "Dev.CD Oct 99 SSW:"
  14146.         activate
  14147.     end tell
  14148. on error errMsg number errNum
  14149.     --enter statements to perform when no records are found such as...
  14150.     display dialog "Sorry, the item you selected could not be found."
  14151.     return
  14152. end try
  14153. Dev.CD Oct 99 SSW
  14154. All Packages
  14155. Dev.CD Nov 99 SSWP
  14156. Dev.CD Nov 99 SSV
  14157. 2035X
  14158. Nov 99
  14159. f--set theItem to choose file -- uncomment to test in an AS editor
  14160.     tell application "Finder"
  14161.         open item "Dev.CD Nov 99 SSW"
  14162.         activate
  14163.     end tell
  14164. on error errMsg number errNum
  14165.     --enter statements to perform when no records are found such as...
  14166.     display dialog "Sorry, the item you selected could not be found."
  14167.     return
  14168. end try
  14169. All Packages
  14170. 2036X
  14171. b--set theItem to choose file -- uncomment to test in an AS editor
  14172.     tell application "Finder"
  14173.         open item "Dev.CD Aug 99"
  14174.         activate
  14175.     end tell
  14176. on error errMsg number errNum
  14177.     --enter statements to perform when no records are found such as...
  14178.     display dialog "Sorry, the item you selected could not be found."
  14179.     return
  14180. end try
  14181. Dev.CD Nov 99 SSWP
  14182. Dev.CD Nov 99 SSV
  14183. 2036X
  14184. Nov 99
  14185. f--set theItem to choose file -- uncomment to test in an AS editor
  14186.     tell application "Finder"
  14187.         open item "Dev.CD Nov 99 SSW"
  14188.         activate
  14189.     end tell
  14190. on error errMsg number errNum
  14191.     --enter statements to perform when no records are found such as...
  14192.     display dialog "Sorry, the item you selected could not be found."
  14193.     return
  14194. end try
  14195. All Packages
  14196. Dev.CD Nov 99 SSWP
  14197. Dev.CD Nov 99 SSV
  14198. 2037X
  14199. Nov 99
  14200. f--set theItem to choose file -- uncomment to test in an AS editor
  14201.     tell application "Finder"
  14202.         open item "Dev.CD Nov 99 SSW"
  14203.         activate
  14204.     end tell
  14205. on error errMsg number errNum
  14206.     --enter statements to perform when no records are found such as...
  14207.     display dialog "Sorry, the item you selected could not be found."
  14208.     return
  14209. end try
  14210. All Packages
  14211. Dev.CD Nov 99 SSWP
  14212. Dev.CD Nov 99 SSV
  14213. 2038X
  14214. Nov 99
  14215. All Packages
  14216. Dev.CD Nov 99 SSWP
  14217. Dev.CD Nov 99 SSV
  14218. 2039X
  14219. Nov 99
  14220. f--set theItem to choose file -- uncomment to test in an AS editor
  14221.     tell application "Finder"
  14222.         open item "Dev.CD Nov 99 SSW"
  14223.         activate
  14224.     end tell
  14225. on error errMsg number errNum
  14226.     --enter statements to perform when no records are found such as...
  14227.     display dialog "Sorry, the item you selected could not be found."
  14228.     return
  14229. end try
  14230. All Packages
  14231. Dev.CD Nov 99 SSWP
  14232. Dev.CD Nov 99 SSV
  14233. 2040X
  14234. Nov 99
  14235. f--set theItem to choose file -- uncomment to test in an AS editor
  14236.     tell application "Finder"
  14237.         open item "Dev.CD Nov 99 SSW"
  14238.         activate
  14239.     end tell
  14240. on error errMsg number errNum
  14241.     --enter statements to perform when no records are found such as...
  14242.     display dialog "Sorry, the item you selected could not be found."
  14243.     return
  14244. end try
  14245. All Packages
  14246. Dev.CD Dec 99 SSWP
  14247. Dev.CD Dec 99 SSV
  14248. 2041X
  14249. Dec 99
  14250. f--set theItem to choose file -- uncomment to test in an AS editor
  14251.     tell application "Finder"
  14252.         open item "Dev.CD Nov 99 SSW"
  14253.         activate
  14254.     end tell
  14255. on error errMsg number errNum
  14256.     --enter statements to perform when no records are found such as...
  14257.     display dialog "Sorry, the item you selected could not be found."
  14258.     return
  14259. end try
  14260. All Packages
  14261. Dev.CD Dec 99 SSWP
  14262. Dev.CD Dec 99 SSV
  14263. 2042X
  14264. Dec 99
  14265. f--set theItem to choose file -- uncomment to test in an AS editor
  14266.     tell application "Finder"
  14267.         open item "Dev.CD Dec 99 SSW"
  14268.         activate
  14269.     end tell
  14270. on error errMsg number errNum
  14271.     --enter statements to perform when no records are found such as...
  14272.     display dialog "Sorry, the item you selected could not be found."
  14273.     return
  14274. end try
  14275. All Packages
  14276. Dev.CD Dec 99 SSWP
  14277. Dev.CD Dec 99 SSV
  14278. 2043X
  14279. Dec 99
  14280. f--set theItem to choose file -- uncomment to test in an AS editor
  14281.     tell application "Finder"
  14282.         open item "Dev.CD Dec 99 SSW"
  14283.         activate
  14284.     end tell
  14285. on error errMsg number errNum
  14286.     --enter statements to perform when no records are found such as...
  14287.     display dialog "Sorry, the item you selected could not be found."
  14288.     return
  14289. end try
  14290. All Packages
  14291. Dev.CD Dec 99 SSWP
  14292. Dev.CD Dec 99 SSV
  14293. 2044X
  14294. Dec 99
  14295. f--set theItem to choose file -- uncomment to test in an AS editor
  14296.     tell application "Finder"
  14297.         open item "Dev.CD Dec 99 SSW"
  14298.         activate
  14299.     end tell
  14300. on error errMsg number errNum
  14301.     --enter statements to perform when no records are found such as...
  14302.     display dialog "Sorry, the item you selected could not be found."
  14303.     return
  14304. end try
  14305. All Packages
  14306. Dev.CD Dec 99 SSWP
  14307. Dev.CD Dec 99 SSV
  14308. 2045X
  14309. Dec 99
  14310. f--set theItem to choose file -- uncomment to test in an AS editor
  14311.     tell application "Finder"
  14312.         open item "Dev.CD Dec 99 SSW"
  14313.         activate
  14314.     end tell
  14315. on error errMsg number errNum
  14316.     --enter statements to perform when no records are found such as...
  14317.     display dialog "Sorry, the item you selected could not be found."
  14318.     return
  14319. end try
  14320. D!All Packages
  14321. Tool Chest Edition
  14322. A-Law sdec/scomI
  14323. A sample fat compression/decompression Sound Manager component example.
  14324. Shows how to make a compression component, a decompression component, and how to make a fat component.J
  14325. Sample Code.imgK
  14326. Aug 97N1component, compression, decompression, sdec, scomO
  14327. Dev.CD Nov 99 TC:Sample Code:P
  14328. Dev.CD Nov 99 TC
  14329.  - Sample CodeV
  14330. 2046X
  14331. Nov 99^
  14332. f--set theItem to choose file -- uncomment to test in an AS editor
  14333.     tell application "Finder"
  14334.         open item "Dev.CD Dec 99 SSW"
  14335.         activate
  14336.     end tell
  14337. on error errMsg number errNum
  14338.     --enter statements to perform when no records are found such as...
  14339.     display dialog "Sorry, the item you selected could not be found."
  14340.     return
  14341. end try
  14342. e    No Changef-component
  14343. compression
  14344. decompression
  14345. scomq
  14346. Dev.CD Nov 99 TC
  14347. D!All Packages
  14348. Tool Chest Edition
  14349. A/ROSE
  14350.  1.2.1
  14351. uSummary:  Includes the A/ROSE v1.2.1 System Extension, including the associated interface files and object modules.  Latest update for the A/ROSE software, v1.2.1, required for Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  14352. Sample Code.imgK
  14353. Mar 92L
  14354. May 94M.System 6.0.5 or greater, MacPlus or later CPU.NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO
  14355. Dev.CD Nov 99 TC:Sample Code:P
  14356. Dev.CD Nov 99 TC
  14357.  - Sample CodeV
  14358. 2047X
  14359. Nov 99^
  14360. r--set theItem to choose file -- uncomment to test in an AS editor
  14361.     tell application "Finder"
  14362.         open item "Dev.CD Nov 99 TC:Sample Code:"
  14363.         activate
  14364.     end tell
  14365. on error errMsg number errNum
  14366.     --enter statements to perform when no records are found such as...
  14367.     display dialog "Sorry, the item you selected could not be found."
  14368.     return
  14369. end try
  14370. a-law
  14371. sdec/scom
  14372. a/rose
  14373. a/rose
  14374. 1.2.1
  14375. about
  14376. about
  14377. developer
  14378. university
  14379. technical
  14380. notes
  14381. access
  14382. 3.0.1
  14383. analyzer
  14384. 1.0d6
  14385. 1.0.1b3
  14386. parser
  14387. 5.0.7
  14388. adbreinit
  14389. adbreinit
  14390. adobe
  14391. adobe
  14392. acrobat
  14393. exchange
  14394. 2.0.1r3
  14395. adobe
  14396. acrobat
  14397. reader
  14398. advanced
  14399. advanced
  14400. color
  14401. imaging
  14402. sample
  14403. applications
  14404. tools
  14405. terminology
  14406. aegizmos
  14407. aegizmos
  14408. 1.4.2
  14409. aetracker
  14410. aetracker
  14411. alias
  14412. alias
  14413. analyzer
  14414. appearance
  14415. appearance
  14416. 1.0.2
  14417. appearance
  14418. 1.0.4
  14419. apple
  14420. apple
  14421. cd-rom
  14422. handbook
  14423. apple
  14424. color
  14425. onescanner
  14426. e    No ChangefmA/ROSE
  14427. Macintosh Coprocessor Platform
  14428. Ethernet NB
  14429. PowerPC
  14430. Network Software
  14431. AppleTalk
  14432. TokenTalk
  14433. Token Ringq
  14434. Dev.CD Nov 99 TC
  14435. D!All Packages
  14436. Tool Chest Edition
  14437. About Developer University
  14438. Summary:  This folder contains complete information on Developer University, the self-paced products that are available, the classroom courses, and course schedule for October 1996 through December 1996.
  14439. Features:  Information on Developer University self-paced courses, classroom courses, field courses, course schedules, topics available on the World Wide Web and complete course outlines, prerequisites, and target audiences.
  14440. 01-Intro to DU.pdf
  14441. 02-What's New from DU.pdf
  14442. 03-Information & Registrati.pdf
  14443. 04-Index of Courses.pdf
  14444. 05-Self-Paced Products.pdf
  14445. 06-On-Line Topics.pdf
  14446. 07-Mac OS:
  14447. 08-Object Oriented:
  14448. 09-Multimedia & Graphics:
  14449. 10-Newton:
  14450. 11-Other topics:
  14451. 12-Training Schedule.pdf
  14452. 13-DU Training Sites.pdf
  14453. May 92L
  14454. Oct 96M
  14455. Adobe Acrobat Reader
  14456. r--set theItem to choose file -- uncomment to test in an AS editor
  14457.     tell application "Finder"
  14458.         open item "Dev.CD Nov 99 TC:Sample Code:"
  14459.         activate
  14460.     end tell
  14461. on error errMsg number errNum
  14462.     --enter statements to perform when no records are found such as...
  14463.     display dialog "Sorry, the item you selected could not be found."
  14464.     return
  14465. end try
  14466. ethernet
  14467. european
  14468. evangelical
  14469. evans
  14470. evenbetterbuserror
  14471. event
  14472. event-aware
  14473. events
  14474. every
  14475. everybody
  14476. everyone
  14477. everything
  14478. everyware
  14479. evolved
  14480. eworld
  14481. exact
  14482. examine
  14483. examined
  14484. examines
  14485. example
  14486. examples
  14487. exceeds
  14488. except
  14489. exception
  14490. exceptional
  14491. exceptions
  14492. exchange
  14493. exciting
  14494. execute
  14495. nubus
  14496. nubustester
  14497. nubustester
  14498. library
  14499. source
  14500. detect
  14501. early
  14502. macintosh
  14503. nuclear
  14504. number
  14505. numbers
  14506. numerals
  14507. numeric
  14508. numerics
  14509. numerous
  14510. nvram
  14511. nvramrc
  14512. object
  14513. object-based
  14514. object-bases
  14515. object-oriented
  14516. objective
  14517. re-asip
  14518. obtain
  14519. obtaining
  14520. obvious
  14521. occasionally
  14522. occur
  14523. occurs
  14524. OADev.CD Nov 99 TC:Programs & Marketing:About Developer University:PFDev.CD Nov 99 TC
  14525.  - Programs & Marketing
  14526.  - About Developer UniversityV
  14527. 2048X
  14528. Nov 99^
  14529. --set theItem to choose file -- uncomment to test in an AS editor
  14530.     tell application "Finder"
  14531.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  14532.         activate
  14533.     end tell
  14534. on error errMsg number errNum
  14535.     --enter statements to perform when no records are found such as...
  14536.     display dialog "Sorry, the item you selected could not be found."
  14537.     return
  14538. end try
  14539. Deletedq
  14540. Dev.CD Nov 99 TC
  14541. All Packages
  14542. ABS Technical NotesI
  14543. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  14544. AppleSearch:
  14545. AppleShare:
  14546. AppleTalk Remote Access:
  14547. IP Gateway:
  14548. Network Server Dev. Guide:K
  14549. Jul 92L
  14550. Jun 95M
  14551. Adobe Acrobat Reader.
  14552. complete
  14553. completed
  14554. completely
  14555. completes
  14556. completion
  14557. complex
  14558. complexity
  14559. compliance
  14560. complies
  14561. component
  14562. component-based
  14563. components
  14564. composers
  14565. composite
  14566. compositepictures
  14567. composition
  14568. compound
  14569. compound-document
  14570. comprehensive
  14571. compress
  14572. compressed
  14573. compressimage
  14574. conditions
  14575. conference
  14576. conferencing
  14577. confessions
  14578. confident
  14579. config
  14580. configuration
  14581. configurations
  14582. configure
  14583. update
  14584. update
  14585. translation
  14586. manager
  14587. update-based
  14588. updated
  14589. updater
  14590. updates
  14591. updating
  14592. upgrade
  14593. upgraded
  14594. upgrader
  14595. upgrades
  14596. upload
  14597. upload
  14598. given
  14599. upper
  14600. upside
  14601. urbina
  14602. access
  14603. collection
  14604. functions
  14605. allowing
  14606. access
  14607. screenW
  14608. screen's
  14609. screen-based
  14610. screencompare
  14611. screendump
  14612. screenfkey
  14613. screens
  14614. screenshots
  14615. script
  14616. searches
  14617. searching
  14618. second
  14619. secret
  14620. secretary
  14621. secrets
  14622. section
  14623. security
  14624. seeing
  14625. segmented
  14626. segmenting
  14627. select
  14628. selected
  14629. selecting
  14630. selects
  14631. self-paced
  14632. semchishen
  14633. sendappleevent
  14634. sending
  14635. sends
  14636. sentences
  14637. separate
  14638. separately
  14639. separations
  14640. september
  14641. counterconsole
  14642. 1b1c2
  14643. 1.0.1tc7
  14644. 1.0.2
  14645. 1.0a6
  14646. 1.0b1
  14647. 1.0b16
  14648. 1.0b2
  14649. 1.0b3
  14650. 1.0b4
  14651. 1.0d13
  14652. 1.1.1
  14653. 1.1.2
  14654. 1.1.3
  14655. 1.2.3
  14656. 1.3.1
  14657. 1.3.4
  14658. 1.4.2
  14659. 1.4mb
  14660. 1.5.1
  14661. 10-newton
  14662. 10/95
  14663. 10/96
  14664. 10/97
  14665. files
  14666. 11-12/96
  14667. 11-other
  14668. 11-other
  14669. topics
  14670. 11/95
  14671. 11/97
  14672. 12-training
  14673. 12-training
  14674. schedule
  14675. 12/95
  14676. 13-du
  14677. 13-du
  14678. training
  14679. sites
  14680. counterwindow
  14681. 2-1.1.3
  14682. 2.0.1
  14683. 2.0.6
  14684. 2.0.6
  14685. files
  14686. 2.0b6
  14687. 2.1.1
  14688. 2.1.1d1
  14689. 2.1.2
  14690. 2.1.3
  14691. 2.1.4
  14692. 2.1b1
  14693. 2.3e4
  14694. 2.4b6
  14695. 2.6.1
  14696. 2300c
  14697. 2400c
  14698. counterdialog
  14699. 3.0.1
  14700. 3.0b2
  14701. 3.6.5
  14702. counterdocument
  14703. ODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:PIDev.CD Dec 99 RL Disk 1
  14704.  - Technical Documentation
  14705.  - ABS Technical NotesV
  14706. 2049X
  14707. Dec 99^    RL Disk 1
  14708. --set theItem to choose file -- uncomment to test in an AS editor
  14709.     tell application "Finder"
  14710.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:"
  14711.         activate
  14712.     end tell
  14713. on error errMsg number errNum
  14714.     --enter statements to perform when no records are found such as...
  14715.     display dialog "Sorry, the item you selected could not be found."
  14716.     return
  14717. end try
  14718. Deletedf-ESD
  14719. AppleSearch
  14720. AppleShare
  14721. IP Gatewayq
  14722. Dev.CD Dec 99 RL Disk 1
  14723. All Packages
  14724. Ad Lib 3.0.1
  14725. 2050X
  14726. N2ESD, AppleSearch, AppleShare, ARA, AWS, IP Gateway
  14727. clientsW
  14728. clients
  14729. htmlW
  14730. clipboard
  14731. clipboard
  14732. clipboard
  14733. clipboard
  14734. magician
  14735. clipboard
  14736. clipinfo
  14737. clipinfo
  14738. clipping
  14739. clipping
  14740. extension
  14741. clippings
  14742. cliptopict
  14743. cliptopict
  14744. cmqueenmate
  14745. cmqueenmate
  14746. cmrookmate
  14747. cmrookmate
  14748. macintosh
  14749. macintosh
  14750. powerbook
  14751. series
  14752. developers
  14753. powerpc
  14754. backside
  14755. macodbc
  14756. macosxserver
  14757. macosxserver
  14758. appkit
  14759. foundation
  14760. project
  14761. builder
  14762. interface
  14763. macsbug
  14764. macsbug
  14765. appleevent
  14766. apple
  14767. event
  14768. macsbug
  14769. debugger
  14770. debugging
  14771. assembly
  14772. mactcp
  14773. mactcp
  14774. communications
  14775. toolbox
  14776. serial
  14777. ports
  14778. audio
  14779. mactcp
  14780. development
  14781. transport
  14782. zaptcp
  14783. mactcp
  14784. tcp/ip
  14785. suite
  14786. apple
  14787. events
  14788. applescript
  14789. email
  14790. management
  14791. manager
  14792. managers
  14793. manuals
  14794. mapper
  14795. mapperref
  14796. match
  14797. matching
  14798. mdata
  14799. media
  14800. mutable
  14801. netsprocket
  14802. network
  14803. 2050X
  14804. Dec 99^    RL Disk 1
  14805. --set theItem to choose file -- uncomment to test in an AS editor
  14806.     tell application "Finder"
  14807.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Tool Chest:MacApp:Ad Lib:"
  14808.         activate
  14809.     end tell
  14810. on error errMsg number errNum
  14811.     --enter statements to perform when no records are found such as...
  14812.     display dialog "Sorry, the item you selected could not be found."
  14813.     return
  14814. end try
  14815. e    No ChangefBMacApp
  14816. Framework
  14817. Object-oriented
  14818. Classes
  14819. Editor
  14820. Resourcesq
  14821. Dev.CD Dec 99 RL Disk 1
  14822. D!All Packages
  14823. Tool Chest Edition
  14824. ADB Analyzer 1.0D6
  14825. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  14826. Features: User can specify an ADB command to trigger the capture.
  14827. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  14828.     No Change
  14829. Ad Lib is a graphical view editor which is used to create and edit view resources for MacApp-based applications.
  14830. Ad Lib v3.0.1 provides compatibility with Mac OS 9 and fixes many bugs found in Ad Lib 3.0.  There is one new feature, a log file that is written when resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  14831. A license agreement is presented when the product is installed to which the person installing AB2d Lib must agree before installation will proceed.
  14832. Install Ad Lib 3.0.1K
  14833. Dec 98L
  14834. Dec 99M
  14835. PPC only, Mac OS 7.5 or laterNIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO<Dev.CD Dec 99 RL Disk 1:What's New:Tool Chest:MacApp:Ad Lib:PGDev.CD Dec 99 RL Disk 1
  14836.  - What's New
  14837.  - Tool Chest
  14838.  - MacApp
  14839.  - Ad Lib
  14840. ADB AnalyzerK
  14841. Mar 92M%Mac SE or later machine for the host.OIDev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:PTDev.CD Nov 99 TC
  14842.  - Tool Chest
  14843.  - Devices
  14844.  - Apple Desktop Bus
  14845.  - ADB Analyzer 1.0d6V
  14846. 2051X
  14847. Nov 99^
  14848. --set theItem to choose file -- uncomment to test in an AS editor
  14849.     tell application "Finder"
  14850.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:"
  14851.         activate
  14852.     end tell
  14853. on error errMsg number errNum
  14854.     --enter statements to perform when no records are found such as...
  14855.     display dialog "Sorry, the item you selected could not be found."
  14856.     return
  14857. end try
  14858. e    No Changeq
  14859. Dev.CD Nov 99 TC
  14860. D!All Packages
  14861. Tool Chest Edition
  14862. ADB Key Spy 1.0.1b3
  14863. card-with-bridge-chi
  14864. cardbus
  14865. cards
  14866. cards&drivers
  14867. careful
  14868. carefully
  14869. carole
  14870. carries
  14871. cartwheels
  14872. casey
  14873. catalog
  14874. cataloged
  14875. catalogs
  14876. catch
  14877. catched
  14878. catches
  14879. categories
  14880. category
  14881. catmoving
  14882. catsearch
  14883. cause
  14884. caused
  14885. causes
  14886. causing
  14887. caution
  14888. caution
  14889. software
  14890. compatible
  14891. system
  14892. cautionary
  14893. caveats
  14894. cbufffilestream
  14895. summary
  14896. allows
  14897. developer
  14898. monitor
  14899. summary
  14900. makes
  14901. survey
  14902. people
  14903. electron
  14904. summary
  14905. training
  14906. stack
  14907. gives
  14908. general
  14909. overview
  14910. summary
  14911. allows
  14912. hypertalk
  14913. scripter
  14914. display
  14915. summary
  14916. supplementing
  14917. documentation
  14918. summary
  14919. validator
  14920. utility
  14921. testing
  14922. sierra/i
  14923. summary
  14924. simple
  14925. macintosh
  14926. application
  14927. supports
  14928. summary
  14929. network
  14930. software
  14931. installer
  14932. insta
  14933. sun's
  14934. sunsoft
  14935. supersedes
  14936. suport
  14937. supplement
  14938. supplementing
  14939. supplied
  14940. supply
  14941. support
  14942. 2052X
  14943. Nov 99^
  14944. --set theItem to choose file -- uncomment to test in an AS editor
  14945.     tell application "Finder"
  14946.         open item "Dev.CD Nov 99 TC:Sample Code:Devices:ADB Key Spy 1.0.1b3:"
  14947.         activate
  14948.     end tell
  14949. on error errMsg number errNum
  14950.     --enter statements to perform when no records are found such as...
  14951.     display dialog "Sorry, the item you selected could not be found."
  14952.     return
  14953. end try
  14954. Movedf
  14955. keyboard map adbq
  14956. Dev.CD Nov 99 TC
  14957. D!All Packages
  14958. Tool Chest Edition
  14959. ADB Parser 5.0.7
  14960. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  14961. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  14962. J:ADB Parser 5.0.7
  14963. ADB Parser Read Me
  14964. ADB Parser Read Me.txtK
  14965. Jun 92L
  14966. Dec 92M
  14967. 6.0.6 or later.OGDev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:ge
  14968. YSummary:  This package provides something of a replacement for GetKeys by maintaining a key map reflecting the state of each keyboard attached to the Mac via ADB.
  14969.  building a system extension
  14970.  using the ADB API
  14971.  "patching" ADB service routines
  14972.  building, installing, and using a driver
  14973.  mapping physical key codes to virtual key codes
  14974. 0ADB Key Spy
  14975. ADB Key Spy Demo
  14976. ADB Key Spy Demo.SYM
  14977. ADBKS Common.h
  14978. ADBKS csCodes.h
  14979. ADBKS Demo 
  14980. ADBKS Demo.c
  14981. ADBKS Driver 
  14982. ADBKS Driver.c
  14983. ADBKS Extension 
  14984. ADBKS Extension.c
  14985. ADBKS Read Me
  14986. ADBKS Service Routine 
  14987. ADBKS Service Routine.c
  14988. Metrowerks Build Script
  14989. reg. confirm ADB Key Spy
  14990. TradDriverLoaderLib:
  14991. Nov 95L
  14992. May 97M
  14993. anything later than a Mac SEN
  14994. keyboard map adbO9Dev.CD Nov 99 TC:Sample Code:Devices:ADB Key Spy 1.0.1b3:PADev.CD Nov 99 TC
  14995.  - Sample Code
  14996.  - Devices
  14997.  - ADB Key Spy 1.0.1b3
  14998. stack
  14999. standard
  15000. standard
  15001. samples
  15002. standardfileicons
  15003. standards
  15004. starter
  15005. saver
  15006. 2.1.1
  15007. stopxpp
  15008. stopxpp
  15009. stream
  15010. streamnop
  15011. strip
  15012. style
  15013. success
  15014. suite
  15015. token
  15016. toolbox
  15017. toolkits
  15018. tools
  15019. university
  15020. update
  15021. updater
  15022. upgrade
  15023. utilities
  15024. v1.0.1
  15025. v1.1.1
  15026. v1.3f3
  15027. validator
  15028. variables
  15029. verilog
  15030. virtual
  15031. watching
  15032. workbook
  15033. xcmds
  15034. xfcns
  15035. 01730-0108
  15036. 01760
  15037. 1-12/96
  15038. 1-bit
  15039. latest
  15040. latest
  15041. specification
  15042. profiles
  15043. latitude
  15044. latter
  15045. launchW
  15046. launchapplication
  15047. launched
  15048. launcher
  15049. launches
  15050. launching
  15051. launchwithdoc
  15052. launchwithdoc2
  15053. launchwithsize
  15054. leading-edge
  15055. leads
  15056. leaks
  15057. learn
  15058. learning
  15059. learning
  15060. eomodeler
  15061. learning
  15062. effectively
  15063. eomodeler
  15064. application
  15065. least
  15066. leave
  15067. legal
  15068. lesser
  15069. lessons
  15070. letter
  15071. letters
  15072. macapp
  15073. macapp
  15074. framework
  15075. object-oriented
  15076. macapp
  15077. framework
  15078. object-oriented
  15079. classes
  15080. editor
  15081. resou
  15082. maccheck
  15083. machine
  15084. macintalk
  15085. PRDev.CD Nov 99 TC
  15086.  - Tool Chest
  15087.  - Devices
  15088.  - Apple Desktop Bus
  15089.  - ADB Parser 5.0.7V
  15090. 2053X
  15091. Nov 99^
  15092. --set theItem to choose file -- uncomment to test in an AS editor
  15093.     tell application "Finder"
  15094.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:"
  15095.         activate
  15096.     end tell
  15097. on error errMsg number errNum
  15098.     --enter statements to perform when no records are found such as...
  15099.     display dialog "Sorry, the item you selected could not be found."
  15100.     return
  15101. end try
  15102. e    No Changeq
  15103. Dev.CD Nov 99 TC
  15104. D!All Packages
  15105. Tool Chest Edition
  15106. ADBReInit 1.0I
  15107. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.J+ADBReInit
  15108. ADBReInit Note
  15109. ADBReInit Note.txtK
  15110. Sep 92M+PowerBook 140/170 or the Quadra 700/900/950N
  15111. ADBODDev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:ge
  15112. agree
  15113. agreement
  15114. ahead
  15115. aiding
  15116. aimed
  15117. aincludes
  15118. aircraft
  15119. airport
  15120. aladdin
  15121. alert
  15122. alerting
  15123. alerts
  15124. allocation
  15125. allow
  15126. allowing
  15127. allowsW
  15128. almost
  15129. along
  15130. alpha
  15131. already
  15132. altdboxproc
  15133. alter
  15134. alterations
  15135. alternate
  15136. alternative
  15137. although
  15138. altivec
  15139. always
  15140. parser
  15141. 5.0.7
  15142. parser
  15143. parser
  15144. adbks
  15145. adbks
  15146. common
  15147. adbks
  15148. cscodes
  15149. adbks
  15150. adbks
  15151. adbks
  15152. driver
  15153. adbks
  15154. driver
  15155. adbks
  15156. extension
  15157. adbks
  15158. extension
  15159. adbks
  15160. adbks
  15161. service
  15162. routine
  15163. adbks
  15164. service
  15165. routine
  15166. adbreinit
  15167. adbreinit
  15168. adbreinit
  15169. adcstyle
  15170. adcstyle
  15171. addchange
  15172. addendum
  15173. addheader
  15174. additions
  15175. addmenu
  15176. advanced
  15177. color
  15178. imaging
  15179. advanced
  15180. color
  15181. imaging
  15182. coercion
  15183. aegizmos
  15184. aegizmos
  15185. 1.4.2
  15186. editor
  15187. stack
  15188. 1.0b3
  15189. resedit
  15190. template
  15191. aetracker
  15192. aetracker
  15193. aetracker
  15194. aetracker
  15195. monitor
  15196. aetracker
  15197. aeusertermtypes
  15198. aeusertermtypes
  15199. resource
  15200. protocol
  15201. agent
  15202. manual
  15203. PODev.CD Nov 99 TC
  15204.  - Tool Chest
  15205.  - Devices
  15206.  - Apple Desktop Bus
  15207.  - ADBReInit 1.0V
  15208. 2054X
  15209. Nov 99^
  15210. --set theItem to choose file -- uncomment to test in an AS editor
  15211.     tell application "Finder"
  15212.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:Apple Desktop Bus:ADBReInit 1.0:"
  15213.         activate
  15214.     end tell
  15215. on error errMsg number errNum
  15216.     --enter statements to perform when no records are found such as...
  15217.     display dialog "Sorry, the item you selected could not be found."
  15218.     return
  15219. end try
  15220. e    No Changef
  15221. Dev.CD Nov 99 TC
  15222. D(All Packages
  15223. Reference Library Edition
  15224. F!Adobe Acrobat Exchange LE 2.0.1r3
  15225. 2055X
  15226. Dec 99^
  15227. --set theItem to choose file -- uncomment to test in an AS editor
  15228.     tell application "Finder"
  15229.         open item "Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:"
  15230.         activate
  15231.     end tell
  15232. on error errMsg number errNum
  15233.     --enter statements to perform when no records are found such as...
  15234.     display dialog "Sorry, the item you selected could not be found."
  15235.     return
  15236. end try
  15237. Deletedf$Acrobat
  15238. Exchange LE
  15239. Adobe
  15240. Readerq
  15241. Dev.CD Dec 99 RL
  15242. All Packages
  15243. Adobe Acrobat Reader
  15244. 2056X
  15245. Summary:  Adobe's Acrobat Exchange LE enables users to view, navigate and print any PDF files provided on the Developer CD.  Exchange LE differs from Acrobat Reader in that it ships with the Verity
  15246.  search engine -- users can now search across multiple documents.
  15247. Acrobat software is based on the PostScript(TM) page-description language, so documents converted to Acrobat retain their original look and feel, with quality printing and viewing features.
  15248. In addition, users can:
  15249.  copy text an
  15250. d graphics
  15251.  make use of any bookmarks or hyperlinks that have been created by CD content contributors
  15252.  custom zoom documents for better readability
  15253. Issues:
  15254.  Please note that Exchange LE 2.0.1 does not support Kanji.
  15255.  Acrobat Exchange LE 2.0.1 installs substitution fonts appropriate to your system configuration at the time of installation.  Later, if you either enable or disable QuickDraw GX, you will need to reinstall Acrobat Exchange LE 2.0.1 to ensure that the correct version of the
  15256.  fonts required are installed in their proper locations.
  15257.  To take advantage of the search capabilities of Adobe, please add the ".pdx" files to your list of indexes to search (they are in the "Acrobat Indexes" folder on the top level of the CD).
  15258. JI Read Me First!
  15259. Apple U.S. Coupon
  15260. Disk 1:
  15261. Disk 2:
  15262. Disk 3:
  15263. Disk 4:
  15264. Disk 5:K
  15265. Aug 95L
  15266. Sep 95M
  15267. Works with System 7.0 or later, requires at least 2048k of memory (prefers 3100k), and Macintoshes with 68020 or greater processor (or PowerPC).N(Acrobat, Exchange LE, Adobe, PDF, ReaderO;Dev.CD Dec 99 RL:Utilities:AdobeAcrobat ExchangeLE 2.0.1r3:P@Dev.CD Dec 99 RL
  15268.  - Utilities
  15269.  - AdobeAcrobat ExchangeLE 2.0.1r3
  15270. summary
  15271. adobe's
  15272. acrobat
  15273. exchange
  15274. enables
  15275. users
  15276. summary
  15277. aetracker
  15278. init/control
  15279. panel
  15280. allows
  15281. summary
  15282. application
  15283. which
  15284. provides
  15285. various
  15286. video
  15287. summary
  15288. controlling
  15289. finder
  15290. through
  15291. apple
  15292. summary
  15293. which
  15294. known
  15295. finderevents
  15296. summary
  15297. apple
  15298. peoplesoft
  15299. launched
  15300. partnership
  15301. summary
  15302. apple
  15303. computer
  15304. espana
  15305. prepared
  15306. guide
  15307. summary
  15308. apple
  15309. designed
  15310. maccheck
  15311. suport
  15312. provid
  15313. summary
  15314. apple
  15315. directions
  15316. developer
  15317. business
  15318. report
  15319. summary
  15320. folder
  15321. contains
  15322. revised
  15323. acrobat
  15324. versions
  15325. summary
  15326. folder
  15327. contains
  15328. sample
  15329. applications
  15330. demons
  15331. summary
  15332. folder
  15333. contains
  15334. apple
  15335. event
  15336. terminolog
  15337. summary
  15338. folder
  15339. contains
  15340. tools
  15341. useful
  15342. develo
  15343. summary
  15344. software
  15345. apple
  15346. macintosh
  15347. display
  15348. summary
  15349. package
  15350. provides
  15351. something
  15352. replacement
  15353. retain
  15354. retrace
  15355. retrain
  15356. retreived
  15357. retrieval
  15358. retrieve
  15359. retrieved
  15360. retrievepictinfo
  15361. retrieving
  15362. retry
  15363. return
  15364. returned
  15365. returning
  15366. returns
  15367. reusable
  15368. reuse
  15369. reusing
  15370. reuter
  15371. revealed
  15372. revert
  15373. revised
  15374. revision
  15375. revisited
  15376. revolution
  15377. reworked
  15378. rewrite
  15379. rewritten
  15380. richard
  15381. richer
  15382. right
  15383. rights
  15384. rigorously
  15385. rinaldi1
  15386. risc-based
  15387. quitapps
  15388. quits
  15389. quitting
  15390. quoted
  15391. quoting
  15392. qwerty
  15393. races
  15394. radcliffe
  15395. radically
  15396. radio
  15397. raises
  15398. ramdisk
  15399. ramifications
  15400. randall
  15401. random
  15402. randomly
  15403. range
  15404. ranger
  15405. ranging
  15406. rapid
  15407. rapidly
  15408. rappoport
  15409. rates
  15410. rather
  15411. re-built
  15412. re-direct
  15413. re-enabled
  15414. re-enables
  15415. re-mount
  15416. re-rolled
  15417. re-sizable
  15418. reached
  15419. readW
  15420. indexes
  15421. india
  15422. indian
  15423. indicate
  15424. indicated
  15425. indicates
  15426. indicator
  15427. indicators
  15428. indices
  15429. indispensable
  15430. individual
  15431. industry
  15432. industry-standard
  15433. industrywatch
  15434. inefficiency
  15435. inflict
  15436. infomation
  15437. inform
  15438. informationW
  15439. latest@
  15440. laurence@
  15441. letting@
  15442. library@
  15443. likely@
  15444. list's@
  15445. lite@
  15446. little
  15447. little-known@
  15448. local@
  15449. localizers@
  15450. looking@
  15451. runtime
  15452. 2.1.4
  15453. upgrade
  15454. 2.1.3@
  15455. macapp
  15456. release
  15457. first
  15458. development
  15459. level
  15460. version
  15461. macintosh
  15462. macintosh
  15463. powerbook
  15464. series
  15465. developer
  15466. note@
  15467. makefiles@
  15468. manager's@
  15469. material@
  15470. memory
  15471. stress
  15472. update
  15473. previous
  15474. version@
  15475. menus@
  15476. messagepad@
  15477. method@
  15478. might@
  15479. mixer@
  15480. modification@
  15481. monroe@
  15482. motorola@
  15483. mpc106@
  15484. must-have@
  15485. national@
  15486. neil@
  15487. network-aware@
  15488. never@
  15489. fcode
  15490. tokenizer
  15491. board
  15492. fcode
  15493. driver
  15494. development@
  15495. newer@
  15496. nifty@
  15497. non-portable@
  15498. notation@
  15499. standardgetfolder
  15500. replaces
  15501. customgetfile@
  15502. sion@
  15503. courses
  15504. cplustesample
  15505. cpugestalt
  15506. cpugestalt
  15507. cpugestalt
  15508. crcpatch
  15509. crcpatch
  15510. folder
  15511. createalias
  15512. createalias
  15513. createcopy
  15514. createcopy
  15515. createcustomicon
  15516. createcustomicon
  15517. createfolder
  15518. createfolder
  15519. createmenuhelp
  15520. createmenuhelp
  15521. createthumbnail
  15522. createthumbnail
  15523. creating
  15524. creating
  15525. creating
  15526. pippin
  15527. cdroms
  15528. creation
  15529. creator
  15530. creator
  15531. registration
  15532. croatian
  15533. croatian
  15534. -v3-025
  15535. csmp-digest-v3-026
  15536. csmp-digest-v3-027
  15537. csmp-digest-v3-028
  15538. csmp-digest-v3-029
  15539. csmp-digest-v3-030
  15540. csmp-digest-v3-031
  15541. csmp-digest-v3-032
  15542. csmp-digest-v3-033
  15543. csmp-digest-v3-034
  15544. csmp-digest-v3-035
  15545. csmp-digest-v3-036
  15546. csmp-digest-v3-037
  15547. csmp-digest-v3-038
  15548. 8.5.1
  15549. a/rose
  15550. a/rose
  15551. macintosh
  15552. coprocessor
  15553. platform
  15554. ethernet
  15555. powerp
  15556. acrobat
  15557. acrobat
  15558. exchange
  15559. adobe
  15560. reader
  15561. action
  15562. actions
  15563. control
  15564. patch
  15565. address
  15566. adobe
  15567. adobe
  15568. acrobat
  15569. reader
  15570. apple
  15571. events
  15572. appleevents
  15573. aegizmos
  15574. after
  15575. alias
  15576. alias
  15577. hypercard
  15578. system
  15579. allocators
  15580. altivec
  15581. altivec
  15582. emulator
  15583. analysis
  15584. documents
  15585. performance
  15586. performance
  15587. analysis
  15588. performance
  15589. countersQ
  15590. phone
  15591. photoshop
  15592. physical
  15593. picker
  15594. pippin
  15595. pixel
  15596. pixel
  15597. depth
  15598. plaintalk
  15599. platform
  15600. playback
  15601. player
  15602. plist
  15603. plotting
  15604. plug-ins
  15605. pmforecolor
  15606. polymorphic
  15607. polymorphic
  15608. functions
  15609. registry
  15610. scanner
  15611. portables
  15612. ports
  15613. posers
  15614. postscript
  15615. power
  15616. power
  15617. macintosh
  15618. power
  15619. macintosh
  15620. debugger
  15621. preference
  15622. preferences
  15623. print
  15624. printer
  15625. printer
  15626. access
  15627. protocol
  15628. printer
  15629. selected
  15630. chooser
  15631. printing
  15632. processes
  15633. processing
  15634. profile
  15635. profile
  15636. embed
  15637. profile
  15638. specification
  15639. profiler
  15640. program
  15641. program
  15642. linking
  15643. project
  15644. projector
  15645. promise
  15646. 2056X
  15647. Dec 99^    RL Disk 1
  15648. --set theItem to choose file -- uncomment to test in an AS editor
  15649.     tell application "Finder"
  15650.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:"
  15651.         activate
  15652.     end tell
  15653. on error errMsg number errNum
  15654.     --enter statements to perform when no records are found such as...
  15655.     display dialog "Sorry, the item you selected could not be found."
  15656.     return
  15657. end try
  15658. e    No Changef
  15659. Adobe
  15660. Acrobat
  15661. Reader
  15662. Dev.CD Dec 99 RL Disk 1
  15663. D(All Packages
  15664. Reference Library Edition
  15665. F$Advanced Color Imaging on the Mac OS
  15666. The free Adobe
  15667.  Acrobat
  15668.  Reader allows you to view, navigate, and print PDF files across all major computing platforms. Acrobat Reader is the free viewing companion to Adobe Acrobat 3.0 and to Acrobat Capture
  15669.  software.
  15670. For full instructions on using the Acrobat Reader please see the Acrobat Reader 3.0 Online Guide, which can be found in the file READER.PDF in the Help folder (which is in the same folder as the Acrobat Reader).  When using  Acrobat Reader, selecting the Help > Reader Onli
  15671. ne Guide menu will open READER.PDF automatically. (Note: the Help menu is the second menu from the right and is indicated by a Question mark icon.)
  15672. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  15673.     http://www.adobe.com/acrobat/register.html
  15674. To view the latest information
  15675.  on Acrobat, please go to:
  15676.     http://www.adobe.com/acrobat/
  15677. The person installing this package must agree to a license agreement presented during the installation process.
  15678. Reader InstallerK
  15679. May 97L
  15680. Feb 99
  15681. System Requirements
  15682. -  Macintosh computer with 68020 (Macintosh II series) or greater processor (including all Power Macintosh computers). 
  15683. -  MacOS 7.0 or later
  15684. -  3300 KB application RAM for 680x0-based Macintosh or Power Macintosh with Virtual Memory turned on; 5227 KB for Power Macintosh with Virtual Memory turned off
  15685. -  8 MB hard disk space, plus 4.4 MB additional temporary disk space  available during installation 
  15686. -  For viewing PDF files inside a Web browser, Netscape Navigator 3.0
  15687. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:
  15688. O7Dev.CD Dec 99 RL Disk 1:Utilities:Acrobat Reader 4.0.1:P<Dev.CD Dec 99 RL Disk 1
  15689.  - Utilities
  15690.  - Acrobat Reader 4.0.1
  15691. O or later (3.0.1 or later recommended)
  15692. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  15693. You may also be able to use other Web browsers that fully support the Netscape APIs.
  15694. Adobe, Acrobat, Reader, PDF
  15695. reader
  15696. reader
  15697. installer
  15698. readme
  15699. readme
  15700. 1.5.1
  15701. readme
  15702. 2.1.1
  15703. readme
  15704. readme
  15705. applesingle/appledou
  15706. readme
  15707. betabase
  15708. readme
  15709. betabase
  15710. readme
  15711. debug
  15712. sound
  15713. manager
  15714. readme
  15715. first
  15716. readme
  15717. mactcp
  15718. readme
  15719. fragment
  15720. readme
  15721. readme
  15722. installer
  15723. readme
  15724. suite
  15725. readme
  15726. object
  15727. readme
  15728. readme
  15729. networkstream
  15730. readme
  15731. movie
  15732. readme
  15733. translation
  15734. readme
  15735. readmefirst
  15736. receiver
  15737. recipes
  15738. recognition
  15739. recordit
  15740. recordit
  15741. redistribution
  15742. reference
  15743. references
  15744. 2057X
  15745. Dec 99^
  15746. --set theItem to choose file -- uncomment to test in an AS editor
  15747.     tell application "Finder"
  15748.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  15749.         activate
  15750.     end tell
  15751. on error errMsg number errNum
  15752.     --enter statements to perform when no records are found such as...
  15753.     display dialog "Sorry, the item you selected could not be found."
  15754.     return
  15755. end try
  15756. Deletedq
  15757. Dev.CD Dec 99 RL
  15758. D!All Packages
  15759. Tool Chest Edition
  15760. AE Sample Applications
  15761. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  15762. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  15763. 7Edit 3.1
  15764. CoreSample 1.1K
  15765. May 92L
  15766. May 94ge
  15767. Summary: This folder contains revised Acrobat versions of Inside Macintosh volumes Advanced Color Imaging on the Mac OS and its companion, Advanced Color Imaging Reference with hypertext links to new and modified material in those books. For an overview of these changes, see the document What's New in ACI.
  15768. Advanced Color Imaging on the Mac OS describes how to enhance your application
  15769. s color capabilities using the Palette Manager, the Color Picker Manager, the ColorSync Manager, and the CB
  15770. olor Manager. It
  15771. s companion book, Advanced Color Imaging Reference, documents the constants, data types, and functions your application uses to provide color support.
  15772. JCAdvanced Color Imaging
  15773. Advanced Color Imaging Ref
  15774. What's New in ACIK
  15775. Jan 97O:Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:P?Dev.CD Dec 99 RL
  15776.  - Technical Documentation
  15777.  - Inside Macintosh
  15778. describes
  15779. describing
  15780. description
  15781. descriptions
  15782. descriptions
  15783. hardware
  15784. software
  15785. features
  15786. compariso
  15787. descriptive
  15788. descriptor
  15789. descriptors
  15790. design
  15791. design
  15792. robustness
  15793. theresa
  15794. tensor
  15795. information
  15796. designed
  15797. designer
  15798. designers
  15799. designing
  15800. desired
  15801. deskpat
  15802. desktop
  15803. applicationsQ
  15804. applies
  15805. apply
  15806. applying
  15807. approach
  15808. approaches
  15809. appropriate
  15810. appropriately
  15811. approval
  15812. approved
  15813. approximate
  15814. appstogo
  15815. april
  15816. arabe
  15817. arabic
  15818. ORDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Sample Applications:PZDev.CD Nov 99 TC
  15819.  - Tool Chest
  15820.  - Interapplication Communication
  15821.  - AE Sample ApplicationsV
  15822. 2058X
  15823. Nov 99^
  15824. --set theItem to choose file -- uncomment to test in an AS editor
  15825.     tell application "Finder"
  15826.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Sample Applications:"
  15827.         activate
  15828.     end tell
  15829. on error errMsg number errNum
  15830.     --enter statements to perform when no records are found such as...
  15831.     display dialog "Sorry, the item you selected could not be found."
  15832.     return
  15833. end try
  15834. e    No Changef5AppleScript
  15835. Apple events
  15836. recordable
  15837. scriptable
  15838. scriptq
  15839. Dev.CD Nov 99 TC
  15840. D!All Packages
  15841. Tool Chest Edition
  15842. AE Tools
  15843. MSAppleScript
  15844.  extension, Script Editor (to utilize recording and scripting features)N9AppleScript, Apple events, recordable, scriptable, script
  15845. 2059X
  15846. Nov 99^
  15847. --set theItem to choose file -- uncomment to test in an AS editor
  15848.     tell application "Finder"
  15849.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:"
  15850.         activate
  15851.     end tell
  15852. on error errMsg number errNum
  15853.     --enter statements to perform when no records are found such as...
  15854.     display dialog "Sorry, the item you selected could not be found."
  15855.     return
  15856. end try
  15857. e    No Changef
  15858. Apple Events
  15859. AppleEventsq
  15860. Dev.CD Nov 99 TC
  15861. AE User Terminology 3/92I
  15862. Summary: This folder contains the Apple Event User Terminology resource.
  15863. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  15864. AETE ResEdit Template
  15865. AEUserTermTypes.r
  15866. aeut resource
  15867. AppleEventTypes.h
  15868. EnglishMiscellaneous.r
  15869. EnglishMiscellaneous.rsrc
  15870. EnglishTerminology.r
  15871. EnglishTerminology.rsrc
  15872. Terminology Dev Note 3/92K
  15873. May 92L
  15874. May 94M
  15875. System 7.0N
  15876. AE, Apple Events, AppleEventsents, AppleEvents
  15877. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  15878. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  15879. AE Coercion INIT
  15880. AEGizmos 1.4.2
  15881. Aete Editor Stack 1.0b3
  15882. AETracker 3.0
  15883. AutoGuest
  15884. FKEYs
  15885. Macsbug Resources
  15886. OSL + Debug Hack 1.0b1
  15887. ResEdit 'aete' Editor 1.0b4
  15888. ResEdit 'scpt' Editor
  15889. SendAE MPW Tool 1.1
  15890. SendAE Test Tool 0.3
  15891. SignatureToApp 1.1
  15892. Tools
  15893. Read MeK
  15894. May 92L
  15895. May 95M.System 7.0 is required with the AEM extension.N
  15896. AE, Apple Events, AppleEventsODDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:PLDev.CD Nov 99 TC
  15897.  - Tool Chest
  15898.  - Interapplication Communication
  15899.  - AE Tools
  15900. user's
  15901. user-centric
  15902. user-controllable
  15903. usingQ
  15904. metrowerks
  15905. metrowerks
  15906. build
  15907. script
  15908. metrowerks
  15909. zoneranger
  15910. mib-clients
  15911. mib-documentation
  15912. mib-ii
  15913. mib-libraries
  15914. midiconverter
  15915. midiconverter
  15916. readme
  15917. midiconverter
  15918. readme
  15919. midiglue
  15920. mini-conference
  15921. minimaldeclrom
  15922. minimaldeclrom
  15923. standards
  15924. rep-iso
  15925. hytime
  15926. standards
  15927. rep-iso/ccitt
  15928. standards
  15929. rep-mm
  15930. objects
  15931. ountalias
  15932. mountalias
  15933. mountprojector
  15934. mountserver
  15935. movie
  15936. mphelloworld
  15937. mphelloworld
  15938. pascal
  15939. mping
  15940. program
  15941. goodies
  15942. goodies
  15943. scripts
  15944. readme
  15945. scripts
  15946. readme
  15947. mpwtool
  15948. mpwtool
  15949. 1.0.1b1c2
  15950. installer
  15951. OTDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:P\Dev.CD Nov 99 TC
  15952.  - Tool Chest
  15953.  - Interapplication Communication
  15954.  - AE User Terminology 3/92V
  15955. 2060X
  15956. Nov 99^
  15957. --set theItem to choose file -- uncomment to test in an AS editor
  15958.     tell application "Finder"
  15959.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  15960.         activate
  15961.     end tell
  15962. on error errMsg number errNum
  15963.     --enter statements to perform when no records are found such as...
  15964.     display dialog "Sorry, the item you selected could not be found."
  15965.     return
  15966. end try
  15967. e    No Changef
  15968. Apple Events
  15969. AppleEventsq
  15970. Dev.CD Nov 99 TC
  15971. D!All Packages
  15972. Tool Chest Edition
  15973. AEGizmos 1.4.2I
  15974. What Are the AEGizmos?
  15975. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.2061X
  15976. 1e    No Change
  15977. D!All Packages
  15978. Tool Chest Edition
  15979. AE User Terminology 3/92I
  15980. Summary: This folder contains the Apple Event User Terminology resource.
  15981. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  15982. AETE ResEdit Template
  15983. AEUserTermTypes.r
  15984. aeut resource
  15985. AppleEventTypes.h
  15986. EnglishMiscellaneous.r
  15987. EnglishMiscellaneous.rsrc
  15988. EnglishTerminology.r
  15989. EnglishTerminology.rsrc
  15990. Terminology Dev Note 3/92K
  15991. May 92L
  15992. May 94M
  15993. System 7.0N
  15994. AE, Apple Events, AppleEvents
  15995. appleeventtypes
  15996. appleglot
  15997. appleglot
  15998. appleglot
  15999. users
  16000. guide
  16001. appleglot
  16002. whats
  16003. appleglot
  16004. 2.4b6
  16005. appleguide
  16006. appleguideglue
  16007. appleguideglue
  16008. xcoff
  16009. appleii
  16010. appleii
  16011. auxiliary
  16012. applejack
  16013. applejack
  16014. applemodemtool
  16015. applemodemtool
  16016. v1.5.3
  16017. applescriptW
  16018. applescript
  16019. 1.3.4
  16020. applescript
  16021. htmlW
  16022. applescript
  16023. suite
  16024. applescriptfind
  16025. applesearch
  16026. applesearch
  16027. first
  16028. appleshare
  16029. appleshare
  16030. 3.6.5
  16031. appleshare
  16032. client
  16033. appleshare
  16034. appleshare
  16035. installer
  16036. image
  16037. symfiles
  16038. authoring
  16039. autoguest
  16040. begin
  16041. binhex
  16042. binhex
  16043. browser
  16044. build
  16045. buildxcmd
  16046. cd-rom
  16047. change
  16048. change
  16049. history
  16050. change
  16051. history
  16052. changes
  16053. client
  16054. JYDemo app
  16055. Documentation
  16056. Headers
  16057. Libraries
  16058. Read Me -- AEGizmos
  16059. Sources
  16060. What's New in 1.4.2?K
  16061. Aug 94L
  16062. Oct 99N#AppleScript, Apple events, AEGizmosOSDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:P^Dev.CD Nov 99 TC
  16063.  - Tool Chest
  16064.  - Interapplication Communication
  16065.  - AE Tools
  16066.  - AEGizmos 1.4.2V
  16067. 2061X
  16068. Nov 99^
  16069. --set theItem to choose file -- uncomment to test in an AS editor
  16070.     tell application "Finder"
  16071.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  16072.         activate
  16073.     end tell
  16074. on error errMsg number errNum
  16075.     --enter statements to perform when no records are found such as...
  16076.     display dialog "Sorry, the item you selected could not be found."
  16077.     return
  16078. end try
  16079. e    No Changef!AppleScript
  16080. Apple events
  16081. AEGizmosq
  16082. Dev.CD Nov 99 TC
  16083. D!All Packages
  16084. Tool Chest Edition
  16085. AETracker 3.0
  16086. what's
  16087. what's
  16088. what's
  16089. updated
  16090. whatever
  16091. where
  16092. wherever
  16093. whether
  16094. which
  16095. while
  16096. whizzy
  16097. whole
  16098. whose
  16099. widely
  16100. wilderness
  16101. williams
  16102. window
  16103. window's
  16104. windows
  16105. windows/dos
  16106. wintermyre
  16107. wireless
  16108. off-by-one
  16109. off-screen
  16110. off-the-shelf
  16111. ficial
  16112. offscreen
  16113. often
  16114. older
  16115. olson
  16116. apple
  16117. apple
  16118. detectors
  16119. apple
  16120. developer
  16121. apple
  16122. event
  16123. apple
  16124. event
  16125. folder
  16126. actions
  16127. apple
  16128. event
  16129. server
  16130. apple
  16131. events
  16132. apple
  16133. events
  16134. spell
  16135. grammar
  16136. writeswell
  16137. spellswell
  16138. working
  16139. apple
  16140. guide
  16141. apple
  16142. apple
  16143. media
  16144. conference
  16145. apple
  16146. apple
  16147. apple
  16148. servers
  16149. apple
  16150. shared
  16151. library
  16152. manager
  16153. apple
  16154. system
  16155. exchange
  16156. exchange
  16157. framework
  16158. function
  16159. function
  16160. gateway
  16161. hardware
  16162. hypercard
  16163. index
  16164. gateway
  16165. keyboard
  16166. keyboard
  16167. macapp
  16168. macintosh
  16169. macintosh
  16170. coprocessor
  16171. platform
  16172. macsbug
  16173. manager
  16174. missQ
  16175. network
  16176. network
  16177. software
  16178. object-oriented
  16179. 2062X
  16180. Nov 99^
  16181. --set theItem to choose file -- uncomment to test in an AS editor
  16182.     tell application "Finder"
  16183.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  16184.         activate
  16185.     end tell
  16186. on error errMsg number errNum
  16187.     --enter statements to perform when no records are found such as...
  16188.     display dialog "Sorry, the item you selected could not be found."
  16189.     return
  16190. end try
  16191. e    No Changef
  16192. Apple Events
  16193. AppleEventsq
  16194. Dev.CD Nov 99 TC
  16195. D!All Packages
  16196. Tool Chest Edition
  16197. F    aevt dcmd
  16198. The aevt (Apple event) dcmd is a MacsBug tool that displays a formatted listing of the contents of an AppleEvent record.  It is most useful when used in conjuntion with an ATB or TVB set on AESend to examine the contents of an event being sent or the result returned.
  16199. Much improved on the previous version, including many bug fixes and several enhancement to display format and additional type displays.
  16200.     No Change
  16201. Summary: AETracker is an INIT/Control Panel that allows you to monitor and collect a record of all AppleEvent Manager activity on your machine
  16202. AETracker records all AppleEvent Manager activity on your machine, and places the output in an MPW readable text file.
  16203. This allows you the ability to track down bugs and problem code quickly, you can see the exact sequence of calls your (or other) application is making, and the data given to and the results returned from the call.
  16204. Features: AET 3B
  16205. .0 includes many enhancements, including more speed, and external programmatic interface, and MacsBug symbol recording.  Please see the Read Me for complete details.
  16206. JVAETracker
  16207. AETracker Monitor:
  16208. AETracker 
  16209.  Read
  16210. AETracker.h
  16211. Programmatic Interface - AETK
  16212. Mar 92L
  16213. Oct 92M4System 7.0 or later.  Any System 7 capable MacintoshN
  16214. AE, Apple Events, AppleEventsORDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:
  16215. P]Dev.CD Nov 99 TC
  16216.  - Tool Chest
  16217.  - Interapplication Communication
  16218.  - AE Tools
  16219.  - AETracker 3.0
  16220. programmatic
  16221. programmatically
  16222. programmer
  16223. programmer's
  16224. programmers
  16225. programming
  16226. programs
  16227. progress
  16228. progress
  16229. authentication
  16230. projectdrag
  16231. projectfolders
  16232. projectmenu
  16233. projector
  16234. projects
  16235. projectx
  16236. projlistmenu
  16237. prominent
  16238. prominently
  16239. promised
  16240. promises
  16241. promotion
  16242. promotional
  16243. promotions
  16244. prompt
  16245. prompts
  16246. propagates
  16247. proper
  16248. properly
  16249. ReadMe - aevt dcmdK
  16250. Dec 98M
  16251. MacsBugN&MacsBug, AppleEvent, apple event, dcmdO:Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:aevt dcmd:PBDev.CD Nov 99 TC
  16252.  - Tool Chest
  16253.  - Testing & Debugging
  16254.  - aevt dcmdV
  16255. 2063X
  16256. Nov 99^
  16257. --set theItem to choose file -- uncomment to test in an AS editor
  16258.     tell application "Finder"
  16259.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:aevt dcmd:"
  16260.         activate
  16261.     end tell
  16262. on error errMsg number errNum
  16263.     --enter statements to perform when no records are found such as...
  16264.     display dialog "Sorry, the item you selected could not be found."
  16265.     return
  16266. end try
  16267. e    No Changef#MacsBug
  16268. AppleEvent
  16269. apple event
  16270. dcmdq
  16271. Dev.CD Nov 99 TC
  16272. D!All Packages
  16273. Mac OS SDK Edition
  16274. forms
  16275. formulate
  16276. forrest
  16277. forth
  16278. fortran
  16279. forward
  16280. forwarders
  16281. forwards
  16282. found
  16283. foundation
  16284. foundation
  16285. reference
  16286. foundation's
  16287. foundationbundleserv
  16288. four-color
  16289. four-digit
  16290. fractional
  16291. fragile
  16292. fragment
  16293. fragments
  16294. frame
  16295. frames
  16296. frames/sec
  16297. framework
  16298. framework-based
  16299. frameworks
  16300. francois
  16301. franke
  16302. greater
  16303. group
  16304. groups
  16305. appleevents
  16306. appleglot
  16307. appleglot
  16308. localization
  16309. internationalization
  16310. translation
  16311. applescript
  16312. applescript
  16313. apple
  16314. events
  16315. aegizmos
  16316. applescript
  16317. apple
  16318. events
  16319. recordable
  16320. scriptable
  16321. script
  16322. applescript
  16323. sherlock
  16324. updates
  16325. 8.5.1
  16326. applescript
  16327. scripting
  16328. apple
  16329. event
  16330. folder
  16331. actions
  16332. applescript
  16333. stuffit
  16334. engine
  16335. scriptable
  16336. script
  16337. applesearch
  16338. appleshare
  16339. appleshare
  16340. client
  16341. shared
  16342. volumes
  16343. appleshare
  16344. sharing
  16345. faceless
  16346. background-only
  16347. appleshare
  16348. protocol
  16349. appleshare
  16350. server
  16351. appleshare
  16352. client
  16353. registry
  16354. appletalk
  16355. appletalk
  16356. ethertalk
  16357. tokentalk
  16358. network
  16359. ethernet
  16360. token
  16361. appletalk
  16362. networking
  16363. appletalk
  16364. router
  16365. internet
  16366. application
  16367. appstogo
  16368. nfiguration
  16369. location
  16370. 2064X
  16371. Jan 00^
  16372. --set theItem to choose file -- uncomment to test in an AS editor
  16373.     tell application "Finder"
  16374.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:"
  16375.         activate
  16376.     end tell
  16377. on error errMsg number errNum
  16378.     --enter statements to perform when no records are found such as...
  16379.     display dialog "Sorry, the item you selected could not be found."
  16380.     return
  16381. end try
  16382. e    No Changef
  16383. search
  16384. index
  16385. vtwin
  16386. summaryq
  16387. Dev.CD Jan 00 SDK1
  16388.  D!All Packages
  16389. Tool Chest Edition
  16390. Alias XFCN 1.3
  16391. Summary: A HyperCard XFCN to create, save, and resolve aliases.
  16392. Features: Includes a demonstration, documentation, and complete source code.  This is version 1.3.  Previous version was 1.1d2.  New features include the addition of ResolveAliasToPath and a fix to stop a "Write to NIL."
  16393. JJAlias XFCN RN 1.3
  16394. aliasLab
  16395. buildXCMD
  16396. makefileAlias
  16397. makeout
  16398. object:
  16399. source:K
  16400. Vol VIIL
  16401. Aug 93M
  16402. HyperCard 2.1 and System 7N
  16403. Alias, HyperCard, System 7
  16404. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  16405. V-Twin,
  16406.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  16407. New feaures of AIAT 1.1 include:
  16408.  Document summarization - rank sentences within a document
  16409.  Document routing - specify arbitrary documenB
  16410. t categories and route documents among them
  16411.  Incremental accessor updating
  16412.  Improved related terms algorithm
  16413. Contact Apple's Software Licensing Department for licensing information
  16414. JOAIAT 1.0 Manual.pdf
  16415. AIAT 1.1 Changes.pdf
  16416. AIAT ReadMe
  16417. Examples
  16418. Headers
  16419. LibrariesK
  16420. Nov 97L
  16421. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  16422. search, index, vtwin, summaryO0Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AIAT:
  16423. P8Dev.CD Jan 00 SDK1
  16424.  - Development Kits
  16425.  - Mac OS
  16426.  - AIAT
  16427. adobe
  16428. acrobat
  16429. reader
  16430. allows
  16431. navigate
  16432. ports
  16433. built-in
  16434. devices
  16435. installer
  16436. provides
  16437. documentation
  16438. examples
  16439. instrumentation
  16440. primarily
  16441. performance
  16442. interactive
  16443. corporation
  16444. success
  16445. guide
  16446. selling
  16447. internal
  16448. logic
  16449. ibook
  16450. killer
  16451. content
  16452. workbook
  16453. sponsored
  16454. apple
  16455. comput
  16456. language
  16457. analysis
  16458. architecture
  16459. provides
  16460. applications
  16461. laserwriter
  16462. 8.5.1
  16463. release
  16464. contains
  16465. utilities
  16466. latest
  16467. greatest
  16468. updat
  16469. navigation
  16470. services
  16471. suite
  16472. greatly
  16473. enhances
  16474. system
  16475. picker
  16476. replaces
  16477. system
  16478. picker
  16479. 1.0.1
  16480. papserversample
  16481. demonstrates
  16482. transpo
  16483. expansion
  16484. theory
  16485. there
  16486. there's
  16487. changes
  16488. readme
  16489. alchemist
  16490. alertW
  16491. alert
  16492. htmlW
  16493. alerts
  16494. alias
  16495. alias
  16496. alias
  16497. aliaslab
  16498. align
  16499. align
  16500. alphaselector
  16501. alphaselector
  16502. amazonbooks
  16503. amazonbooks
  16504. amazonmusic
  16505. amazonmusic
  16506. analysis
  16507. analyzer
  16508. animation
  16509. anniversary
  16510. anothercustomenabler
  16511. antlr
  16512. aoceapi
  16513. aocesam
  16514. protos
  16515. appearance
  16516. 05/96
  16517. apple
  16518. directions
  16519. 05/97
  16520. apple
  16521. directions
  16522. 05/97
  16523. apple
  16524. directions
  16525. 06/95
  16526. apple
  16527. directions
  16528. 06/96
  16529. apple
  16530. directions
  16531. 06/97
  16532. apple
  16533. directions
  16534. 07/95
  16535. extension
  16536. extension
  16537. extension
  16538. extensions
  16539. extensions-applebuil
  16540. extensions-mcwbuilt
  16541. extractitems
  16542. extractitems
  16543. extractors
  16544. extras
  16545. f-french
  16546. farsi
  16547. farsi
  16548. module
  16549. cwpro2
  16550. getvol
  16551. getvol
  16552. newformat
  16553. glossar
  16554. glossary
  16555. goodies
  16556. graphics
  16557. grayscale
  16558. guide
  16559. handbook
  16560. headers
  16561. history
  16562. htmlW
  16563. image
  16564. images
  16565. imaging
  16566. indexW
  16567. index
  16568. htmlW
  16569. install
  16570. install
  16571. english
  16572. install
  16573. francais
  16574. install
  16575. install
  16576. install
  16577. install
  16578. 3.0.1
  16579.  O\Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:PjDev.CD Nov 99 TC
  16580.  - Tool Chest
  16581.  - Development Kits
  16582.  - HyperCard Related
  16583.  - XCMDs & XFCNs
  16584.  - Alias XFCN 1.3V
  16585. 2065X
  16586. Nov 99^
  16587. --set theItem to choose file -- uncomment to test in an AS editor
  16588.     tell application "Finder"
  16589.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  16590.         activate
  16591.     end tell
  16592. on error errMsg number errNum
  16593.     --enter statements to perform when no records are found such as...
  16594.     display dialog "Sorry, the item you selected could not be found."
  16595.     return
  16596. end try
  16597. e    No Changef
  16598. Alias
  16599. HyperCard
  16600. System 7q
  16601. Dev.CD Nov 99 TC
  16602. !D!All Packages
  16603. Mac OS SDK Edition
  16604. Appearance & CMM SDK 1.0.2
  16605. 2066X
  16606. Apr 98^
  16607. --set theItem to choose file -- uncomment to test in an AS editor
  16608.     tell application "Finder"
  16609.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  16610.         activate
  16611.     end tell
  16612. on error errMsg number errNum
  16613.     --enter statements to perform when no records are found such as...
  16614.     display dialog "Sorry, the item you selected could not be found."
  16615.     return
  16616. end try
  16617. Deletedf
  16618. Appearance Managerq
  16619. Dev.CD Apr 98 SDK1
  16620. "D!All Packages
  16621. Mac OS SDK Edition
  16622. Appearance SDK 1.0.4
  16623. 7This is an update to the Appearance 1.0.3 SDK.
  16624. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  16625. 2067X
  16626. 1e    No Change
  16627. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  16628. Includes:
  16629. Runtime software
  16630. Interfaces & Libraries
  16631. Documentation
  16632. Sample Code
  16633. Appearance Control Panel
  16634. Appearance Extension
  16635. Bug fixes
  16636. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  16637. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  16638. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  16639. See the ReadMe.
  16640. J"Appearance
  16641. Contextual Menu ManagerK
  16642. Mar 98L
  16643. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  16644. Appearance ManagerOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:PMDev.CD Apr 98 SDK1
  16645.  - Development Kits (Disc 1)
  16646.  - Appearance & CMM SDK 1.0.2
  16647. Appearance
  16648. Appearance Extension
  16649. Appearance Sample Code
  16650. Appearance SDK Read Me
  16651. Appearance Versions
  16652. AppearanceCDEV
  16653. Documents
  16654. Prefs for use with System 7.x
  16655. Tools
  16656. _KeyboardK
  16657. Oct 98L
  16658. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Jan 00 SDK1
  16659.  - Development Kits
  16660.  - Mac OS
  16661.  - Appearance SDK 1.0.4V
  16662. 2067X
  16663. Jan 00^
  16664. --set theItem to choose file -- uncomment to test in an AS editor
  16665.     tell application "Finder"
  16666.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  16667.         activate
  16668.     end tell
  16669. on error errMsg number errNum
  16670.     --enter statements to perform when no records are found such as...
  16671.     display dialog "Sorry, the item you selected could not be found."
  16672.     return
  16673. end try
  16674. e    No Changef"Appearance
  16675. .Keyboard
  16676. function keysq
  16677. Dev.CD Jan 00 SDK1
  16678. #D(All Packages
  16679. Reference Library Edition
  16680. Apple CD-ROM Handbook
  16681. 2068X
  16682. Dec 99^
  16683. --set theItem to choose file -- uncomment to test in an AS editor
  16684.     tell application "Finder"
  16685.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  16686.         activate
  16687.     end tell
  16688. on error errMsg number errNum
  16689.     --enter statements to perform when no records are found such as...
  16690.     display dialog "Sorry, the item you selected could not be found."
  16691.     return
  16692. end try
  16693. Deletedq
  16694. Dev.CD Dec 99 RL
  16695. $D!All Packages
  16696. Mac OS SDK Edition
  16697. Apple Color OneScanner SDK
  16698. Summary: The Apple CD-ROM Handbook provides an overview of the CD-ROM development process, from defining the product to creating an actual CD-ROM for the Macintosh.
  16699. Features: Targeting an audience ranging from the information publisher to the software programmer, this book gives you the information to create an exciting, successful CD-ROM-based product. It also provides tips on project managment and  building a development team.
  16700. Apple CD-ROM HandbookK
  16701. Aug 92M
  16702. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  16703.  - Technical Documentation
  16704.  - Peripherals Documentation
  16705. summary
  16706. 5thcolumn
  16707. allows
  16708. control
  16709. informatiW
  16710. summary
  16711. collection
  16712. scripts
  16713. tools
  16714. summary
  16715. collection
  16716. reports
  16717. multimedia
  16718. standards
  16719. summary
  16720. macsbug
  16721. helps
  16722. detect
  16723. memory
  16724. summary
  16725. fills
  16726. disposed
  16727. memory
  16728. error
  16729. summary
  16730. glossary
  16731. terms
  16732. apple
  16733. publications
  16734. summary
  16735. guide
  16736. support
  16737. development
  16738. macintosh
  16739. summary
  16740. hypercard
  16741. create
  16742. resolve
  16743. aliases
  16744. summary
  16745. macsbug
  16746. macro
  16747. debugging
  16748. summary
  16749. snippet
  16750. showing
  16751. determine
  16752. currently
  16753. summary
  16754. technical
  16755. notes
  16756. contain
  16757. latest
  16758. summary
  16759. parser
  16760. allow
  16761. access
  16762. system's
  16763. 2069X
  16764. Jul 99^
  16765. --set theItem to choose file -- uncomment to test in an AS editor
  16766.     tell application "Finder"
  16767.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  16768.         activate
  16769.     end tell
  16770. on error errMsg number errNum
  16771.     --enter statements to perform when no records are found such as...
  16772.     display dialog "Sorry, the item you selected could not be found."
  16773.     return
  16774. end try
  16775. Deletedq
  16776. Dev.CD Jul 99 SDK1
  16777. %D!All Packages
  16778. Mac OS SDK Edition
  16779. Apple Data Detectors SDK
  16780. Summary: The Scanner Development Kit contains documentation for the scanner API, an addendum for the new 4.1 scanner driver, and C sample code that demonstrates how to use the API.  A header file and link library have been Included with the sample code.
  16781. The sample code should not be considered as a model for the next great scanner application but rather a simple demonstration of how to communicate with a scanner. Special considerations should  be taken when considering memory requirements
  16782. A for your imaging model. Images scanned at high resolutions can be extremely large so you may want to consider spooling the data off to disk as it comes in from the scanner. This method will reduce the overall footprint of your application and allow for high resolution scans without allocating huge quantities of memory.
  16783. JRProgGuide to Apple Scanners
  16784. Scan Image 1.0:
  16785. Scanner - Read Me
  16786. Scanner 4.1 AddendumK
  16787. Mar 93L
  16788. Nov 96
  16789. $OFDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:PNDev.CD Jul 99 SDK1
  16790.  - Development Kits
  16791.  - Mac OS
  16792.  - Apple Color OneScanner SDK
  16793. overview
  16794. owner
  16795. owner's
  16796. ownership
  16797. ozone
  16798. pablo
  16799. package
  16800. package--opendoc
  16801. packages
  16802. packagetool
  16803. packagetool
  16804. application
  16805. illustrating
  16806. create
  16807. packaging
  16808. products
  16809. programQ
  16810. 2070X
  16811. Jan 00^
  16812. --set theItem to choose file -- uncomment to test in an AS editor
  16813.     tell application "Finder"
  16814.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:"
  16815.         activate
  16816.     end tell
  16817. on error errMsg number errNum
  16818.     --enter statements to perform when no records are found such as...
  16819.     display dialog "Sorry, the item you selected could not be found."
  16820.     return
  16821. end try
  16822. e    No Changef1detector
  16823. contextual menu
  16824. Apple Data Detectors
  16825. Dev.CD Jan 00 SDK1
  16826. Apple Developer News archive
  16827. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. have web access. 
  16828. Apple Data Detectors is a technology that scans text searching for "data" and then offers actions to take on that "data".  For example, if it finds an e-mail address, it might offer an action "Send e-mail to...".  The user interface used to access Apple Data Detectors is the Contextual Menu.  The user 1) selects text, 2) holds down the control-key and clicks, 3) is presented with a popup menu of actions, and 4) chooses one of those actions for execution.  Apple Data Detectors has a plug-in
  16829.  to the Contextual Menu which provides it the opportunity to populate the Contextual Menu when the user selects text.
  16830. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  16831. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  16832. Features: Apple Data Detectors Extension - provides base functional
  16833. ity Apple Data Detectors (control panel) - allows user to configure which detectors and actions should be enabled
  16834. Apple Data Detectors Scripting (scripting addition) - provides terminology to AppleScript so developers can develop new actions with the Script Editor Detector Editor (tool) - helps developer to more easily create and test new detectors
  16835. Internet Address Detectors 1.0.1 requires Mac OS 8 or laterApple Data Detectors 1.0.2 (SDK) extension and control panel require Mac OS 7.6 or 
  16836. later
  16837. Detector Editor requires Mac OS 8 or later
  16838. Apple initially shipped Internet Address Detectors 1.0.1 as the premiere set of detectors and actions using the technology Apple Data Detectors.  This was limited to Mac OS 8 only.  Now, developers can write new detectors and actions and deliver this functionality to users who are running Mac OS 7.6 because the extension and control panel for the SDK (1.0.2) have been qualified to work on Mac OS 7.6 or later.  Note that developers will als
  16839.     Eyo have to redistribute the Contextual Menu and Text Encoding Converter because Apple Data Detectors is dependent on them.
  16840. J?Apple Data Detectors SDK
  16841. Internet Address Detectors 101
  16842. Read MeK
  16843. Feb 98M
  16844. PowerPC processor requiredN4detector, contextual menu, Apple Data Detectors, ADDODDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Data Detectors SDK:PLDev.CD Jan 00 SDK1
  16845.  - Development Kits
  16846.  - Mac OS
  16847.  - Apple Data Detectors SDK
  16848. apple
  16849. detectors
  16850. apple
  16851. developer
  16852. archive
  16853. apple
  16854. directions
  16855. apple
  16856. directions
  16857. apple
  16858. directions
  16859. apple
  16860. directions
  16861. update
  16862. apple
  16863. event
  16864. registry
  16865. suites
  16866. apple
  16867. event
  16868. xcmds
  16869. 1.0b3
  16870. apple
  16871. grayscale
  16872. appearance
  16873. apple
  16874. guide
  16875. apple
  16876. apple
  16877. monitor
  16878. apple
  16879. international
  16880. glossaries
  16881. apple
  16882. location
  16883. manager
  16884. apple
  16885. glossary
  16886. apple
  16887. shared
  16888. library
  16889. manager
  16890. apple
  16891. standards
  16892. developers
  16893. apple
  16894. style
  16895. guide
  16896. apple
  16897. system
  16898. profiler
  16899. appleglot
  16900. appleglot
  16901. appleglot
  16902. 2.4b6
  16903. applescript
  16904. applescript
  16905. 1.3.4
  16906. applesearch
  16907. appleshare
  16908. appleshare
  16909. client
  16910. appleshare
  16911. appleshare
  16912. applesingle/appledou
  16913. applesingle/appledou
  16914. format
  16915. appletalk
  16916. appletalk
  16917. appletalk
  16918. appletalk
  16919. configuringQ
  16920. confines
  16921. confirm
  16922. confirmation
  16923. confirmed
  16924. conflict
  16925. conform
  16926. confused
  16927. confuses
  16928. confusing
  16929. confusion
  16930. conjunction
  16931. conjuntion
  16932. connect
  16933. connect
  16934. connected
  16935. connecting
  16936. connection
  16937. connectionless
  16938. connections
  16939. connectivity
  16940. connectix
  16941. connectors
  16942. conrad
  16943. consider
  16944. considerable
  16945. consideration
  16946. considerations
  16947. considered
  16948. considering
  16949. consistency
  16950. consistent
  16951. consisting
  16952. create
  16953. created
  16954. creating
  16955. cross-platform
  16956. culture
  16957. custom
  16958. 2071X
  16959. May 98^
  16960. --set theItem to choose file -- uncomment to test in an AS editor
  16961.     tell application "Finder"
  16962.         open item "Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:"
  16963.         activate
  16964.     end tell
  16965. on error errMsg number errNum
  16966.     --enter statements to perform when no records are found such as...
  16967.     display dialog "Sorry, the item you selected could not be found."
  16968.     return
  16969. end try
  16970. Deletedf#Apple news
  16971. Apple Developer Newsq
  16972. Dev.CD May 98 TC
  16973. 'D!All Packages
  16974. Tool Chest Edition
  16975. Apple Directions 1995
  16976. JIADN archive files:
  16977. ADN_archive.html
  16978. images:
  16979. Open in browser to begin -->:K
  16980. Feb 98L
  16981. Mar 98M
  16982. any World Wide Web browserN%Apple news, ADN, Apple Developer NewsO=Dev.CD May 98 TC:Programs & Marketing:Apple Dev News Archive:PBDev.CD May 98 TC
  16983.  - Programs & Marketing
  16984.  - Apple Dev News Archive
  16985. &D!All Packages
  16986. Tool Chest Edition
  16987. Apple Developer News archive
  16988. This folder contains the archives (in HTML format) of Apple Computer's weekly newsletter to developers, Apple Developer News. The navigation links and graphics at the top and bottom of each page do not work, but the body of each page (and relevant links to the Internet) are complete. This folder is a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. 
  16989. images
  16990. imagewriter
  16991. imaginable
  16992. imagine
  16993. implementations
  16994. implemented
  16995. implementing
  16996. implements
  16997. implications
  16998. import
  16999. important
  17000. impractical
  17001. impression
  17002. improve
  17003. improved
  17004. improvements
  17005. improving
  17006. appleevent
  17007. appleevents
  17008. appleglot
  17009. appleglot
  17010. localization
  17011. internationalization
  17012. translation
  17013. applescript
  17014. applesearch
  17015. appleshare
  17016. appleshare
  17017. client
  17018. appleshare
  17019. appletalk
  17020. appletalk
  17021. transaction
  17022. protocol
  17023. appletalk
  17024. application
  17025. application
  17026. package
  17027. appstogo
  17028. appstogo
  17029. reference
  17030. appwannabe
  17031. arabic
  17032. architecture
  17033. archiving
  17034. arrangement
  17035. sample
  17036. design
  17037. assemblers
  17038. assembly
  17039. assistance
  17040. assistant
  17041. async
  17042. async
  17043. device
  17044. asynchronous
  17045. asynchronous
  17046. atapi
  17047. atmark
  17048. automated
  17049. automated
  17050. testing
  17051. automation
  17052. aware
  17053. background
  17054. 2072X
  17055. Nov 99^
  17056. --set theItem to choose file -- uncomment to test in an AS editor
  17057.     tell application "Finder"
  17058.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:"
  17059.         activate
  17060.     end tell
  17061. on error errMsg number errNum
  17062.     --enter statements to perform when no records are found such as...
  17063.     display dialog "Sorry, the item you selected could not be found."
  17064.     return
  17065. end try
  17066. Deletedq
  17067. Dev.CD Nov 99 TC
  17068. (D!All Packages
  17069. Tool Chest Edition
  17070. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  17071. Apple Directions 01/96
  17072. Apple Directions 02/96
  17073. Apple Directions 03/96
  17074. Apple Directions 04/96
  17075. Apple Directions 05/96
  17076. Apple Directions 06/96
  17077. Apple Directions 07/96
  17078. Apple Directions 08/96
  17079. Apple Directions 09/96
  17080. Apple Directions 10/96
  17081. Apple Directions 11-12/96K
  17082. Mar 96L
  17083. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:
  17084. December 1995 Apple Directions Articles
  17085. News: Stragegy Mosaic (Newton 2.0); Editor's Note (Apple Directions Express); IndustryWatch (Evangelical Words and Deeds); News (OpenDoc 1.0 Goes GM; CHRP Announcement; Apple To Move Communications to Internet; Apple's Record Quarter; Apple Guide 2.0; Apple's Customers Most Loyal; Mac the Better Business Propositin Says IDS; Mac Costs Less To Support; Apple Leads in Ed Market; PowerTalk Gateways; QuickDraw 3d Accelerator Card).
  17086. Technology: develop,
  17087.  Issue 24; CD Highlights; OpenDoc Human Interface FAQs; Copland Drivers; Human Interface (Culture Clash).
  17088. Business: Special Market Report (Health Care); Financing For Software Developers; Developer University Schedule; The Internet Page.
  17089. November 1995 Apple Directions Articles
  17090. Apple's Developer Business Report with news and information about Apple's strategic, technological, and business directions
  17091. Strategy Mosaic: Apple's Development Tools Strategy. IndustryWatch: The Macintosh Strate
  17092. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  17093. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  17094. Business: Japanese Market Report; Confessions of New Mac Developer
  17095. Listings: DU Schedule; Internet Page
  17096. October 1995 Apple Directions Articles
  17097. News:  Apple Releases PowerPC Processor-Based PowerB
  17098. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  17099.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  17100. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  17101. Is (Virtually) Here; OpenDoc Human Interface FAQs.
  17102. Business & Marketing: Apple Guide-Intelligent Help for Your Business.
  17103. Listings: Developer University Schedule; The Internet Page.
  17104. September 1996 Apple Directions Articles
  17105. News:  New Additions to the Power Macintosh Family Employ PCI Bus; Strategy Mosaic: Seeing Through Windows
  17106. And Into the Future; Editor
  17107.  Note: Guy Returns; IndustryWatch: No-So-Subtle Messages; In With eWorld, Out With AppleLink; Apple Ships OpenDoc Developer Release 3
  17108. ; New Newton Toolkit Offers Commpiler, Reduced Prices; Apple to Offer Oracle Power Objects for Client/Server Development; Apple Internet Connection Kit Gives Macintosh Users Internet Access; Apple Is Committed to Gaining Market Share; Apple Enterprise Awards Go to Nine Developers at PC EXPO.
  17109. Technology:  develop Issue 23: Music, 3D and More; CD Highlights: Reference Library Edition, September 1995; Human Interface: Easy to Use; Unified Networking for Mac OS Computers.
  17110. Business & Marketin
  17111. g: WWDC Developers Plan Aggressive Adoption of OpenDoc; Business Feature: Launching a New Product
  17112. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  17113. Listings: The Internet Page.
  17114. August 1995 Apple Directions Articles
  17115. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  17116. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  17117. iter 12/600 PS; OpenDoc Human Interface FAQs.
  17118. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  17119. July 1995 Apple Directions Articles
  17120. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  17121. Technology:  CD Hi
  17122. ghlights; Human Interface (Do the Right Thing); QuickTime VR; OpenDoc Human Interface Q & A; Ask Don Norman (Where Will Apple Be in Five Years?).
  17123. Market Research Monthly (Macintosh User Profile Research From WWDC); Marketing Feature (Macintosh Entertainment Market); Developer Outlook (Recruiting Animators).
  17124. June 1995 Apple Directions Articles
  17125. They're Here: Power Computing Ships First Mac OS Compatibles
  17126. Strategy Mosaic: Copland: Technology For Customers' Sakes
  17127. Editor
  17128. s Note: Hedging Your
  17129.  Investments
  17130. IndustryWatch: Fast and Getting Faster
  17131. OpenDoc Developer Release 2
  17132. Apple Ships Open Transport Beta Software
  17133. Apple Reduces Prices on Developer University Self-Paced Training Products
  17134. develop Issue 22: More Than Ever!
  17135. CD Highlights: Reference Library Edition, June 1995
  17136. OpenDoc
  17137. One Architecture Fits All
  17138. Human Interface: Network Nirvana
  17139. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  17140. Market Research Monthly: The Most Popular Application Categories
  17141. Special Marketing Report:
  17142.  Staking Your Claim on the Internet Frontier
  17143. Special Marketing Report: Programmer, Get Thee to the Internet!
  17144. April 1995 Apple Directions Articles
  17145. News Section: News (OpenDoc Slated For Fall; Pioneer Licenses Mac OS; QuickTime Suit Details; QuickTime for Free; Mac OS Brand Momentum; MAE 2.0); Strategy Mosaic (Portrait of the Future: Learning, part 1); Editor's Note (Real Virtual Reality); IndustryWatch.
  17146. Technology: News (OpenDoc Classes; MPW Pro and ETO #16); CD Highlights; Human Interfa
  17147. ce (Disambiguator, pt. 2); Macintosh Programmer's Toolbox Assistant.
  17148. Market Research Monthly (Developers Confident); Marketing Feature (Soul of the New Macintosh).
  17149. Requires Adobe Acrobat Reader.
  17150. This is final draft copy from the February Apple Directions, 
  17151.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  17152. March 1995 Apple Directions Articles
  17153. News: Apple N
  17154. ews (1 million Power Macs; Apple Licenses MacOS; QuickTime Conferencing; AppleShare and AppleSearch for Windows; MessagePad 120; Motorola Newton Wireless Device); Strategy Mosaic (Blueprint for Future: Communications and Collaboration); Editor's Note (Delays); IndustryWatch.
  17155. Technology: News (develop issue 21); CD Highlights;  Human Interface (Disambiguator, pt 1); OpenDoc HI Q&A, pt 3; QuickDraw 3D.
  17156. Business & Marketing:  Market Research Monthly (Server Software); Special Market Report 
  17157. (Newton Vertical Market); Marketing Feature (User Group Marketing).
  17158. This is final draft copy from the February Apple Directions, 
  17159.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS.
  17160. February 1995 Apple Directions Articles
  17161. News: Apple News (Developer Support for PCI; OpenDoc Roundup; Apple Supports Kaleida Products; GeoPort Kit; Apple Joins Versit); Strategy M
  17162. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  17163. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  17164. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  17165. This is final draft copy from the February Apple Directions, 
  17166.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  17167. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  17168. January 1995 Apple Directions Articles
  17169. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  17170. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  17171. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  17172. This is final draft copy from Apple Directions, 
  17173.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  17174. Apple Directions 01/95
  17175. Apple Directions 02/95
  17176. Apple Directions 03/95
  17177. Apple Directions 04/95
  17178. Apple Directions 05/95
  17179. Apple Directions 06/95
  17180. Apple Directions 07/95
  17181. Apple Directions 08/95
  17182. Apple Directions 09/95
  17183. Apple Directions 10/95
  17184. Apple Directions 11/95
  17185. Apple Directions 12/95
  17186. Mar 95L
  17187. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  17188.  - Programs & Marketing
  17189.  - Apple Directions
  17190.  - Apple Directions 1995
  17191. customers
  17192. customget
  17193. customgetfile
  17194. customgetfolder
  17195. customicon
  17196. customizable
  17197. customization
  17198. customize
  17199. customize/rewrite
  17200. customized
  17201. customizing
  17202. custompicproc
  17203. customputappend
  17204. customputdialog
  17205. customputsuffix
  17206. cutting
  17207. cvtccomments
  17208. cyberdog
  17209. cycle
  17210. cycles
  17211. cyrillic
  17212. cyrillic-based
  17213. cyrillique
  17214. czech
  17215. da/application
  17216. da/cdev/init/driver
  17217. damage
  17218. dangerously
  17219. dangling
  17220. daniel
  17221. danish
  17222. darkening
  17223. dashed
  17224. dashed-capped
  17225. dastardly
  17226. deeds
  17227. default
  17228. defect
  17229. defined
  17230. defining
  17231. beyond
  17232. bezier
  17233. bidirectional
  17234. bigscrolling
  17235. binary
  17236. binding
  17237. binhex
  17238. bit-depth
  17239. bitmap
  17240. bitmapped
  17241. bitmaps
  17242. black
  17243. black&white
  17244. black-and-white
  17245. blackketter
  17246. blank
  17247. blanking
  17248. blinking
  17249. blitters
  17250. blitting
  17251. block
  17252. blockreader
  17253. blocks
  17254. blown
  17255. blueprint
  17256. board
  17257. boards
  17258. bones
  17259. bookmarks
  17260. books
  17261. boolean
  17262. boost
  17263. doing
  17264. domain
  17265. domestic
  17266. don't
  17267. drawing
  17268. draws
  17269. drive
  17270. driver
  17271. drivergestalt
  17272. drivers
  17273. drives
  17274. dropW
  17275. dumps
  17276. during
  17277. e-mail
  17278. earlier
  17279. ease-of-use
  17280. easily
  17281. easy-to-use
  17282. editing
  17283. edition
  17284. editor
  17285. editor's
  17286. educational
  17287. effect
  17288. efforts
  17289. either
  17290. elements
  17291. eliminates
  17292. email
  17293. embed
  17294. embed
  17295. profile
  17296. image
  17297. specified
  17298. image's
  17299. embedded
  17300. employ
  17301. emulator
  17302. sequence
  17303. sequencers
  17304. sequences
  17305. sergeant
  17306. serial
  17307. series
  17308. serious
  17309. serve
  17310. server
  17311. server's
  17312. servers
  17313. serves
  17314. service
  17315. services
  17316. set-top
  17317. setadbinfo
  17318. setdeskcpat
  17319. packet
  17320. page-description
  17321. pages
  17322. paige
  17323. painless
  17324. pairs
  17325. palette
  17326. palette&gworld
  17327. palindrome
  17328. pallakoff
  17329. panel
  17330. panels
  17331. panes
  17332. paper
  17333. papserversample
  17334. papworkstation
  17335. parade
  17336. parameter
  17337. parameter-block
  17338. parameters
  17339. paraphernalia
  17340. parent
  17341. parrt
  17342. parse
  17343. parser
  17344. parses
  17345. parsing
  17346. parsons
  17347. partial
  17348. participation
  17349. particular
  17350. animators
  17351. anniversay
  17352. annotated
  17353. annotations
  17354. announcement
  17355. announcing
  17356. annoying
  17357. anonymous
  17358. anotherW
  17359. anymore
  17360. anyone
  17361. anything
  17362. aphorisms
  17363. apoplexy
  17364. app's
  17365. appear
  17366. appearance
  17367. appeared
  17368. appearing
  17369. appendages
  17370. appendditl
  17371. appendixes
  17372. apple
  17373. places
  17374. placing
  17375. plain
  17376. plain-text
  17377. plaindbox
  17378. plaintalk
  17379. plamondon
  17380. plane
  17381. planned
  17382. planning
  17383. plans
  17384. platform
  17385. platforms
  17386. playable
  17387. playback
  17388. playbar
  17389. played
  17390. player
  17391. players
  17392. playing
  17393. plays
  17394. playthrough
  17395. please
  17396. pleased
  17397. point-to-point
  17398. pointer
  17399. pointers
  17400. pointing
  17401. points
  17402. polaschek
  17403. polyhedral
  17404. polymorphic
  17405. polymorphism
  17406. adobe's
  17407. adopt
  17408. adopters
  17409. adopting
  17410. adoption
  17411. adopts
  17412. adorner
  17413. adorners
  17414. advantage
  17415. advantages
  17416. adventures
  17417. advertisements
  17418. advertising
  17419. advice
  17420. advisable
  17421. aegestalt
  17422. aegizmos
  17423. aeobject-edition1.0.
  17424. aerecords
  17425. aesend
  17426. aetracker
  17427. affect
  17428. affected
  17429. affects
  17430. affordable
  17431. affordance
  17432. afloat
  17433. after
  17434. again
  17435. against
  17436. agent
  17437. agents
  17438. aggregate
  17439. aggressive
  17440. wishes
  17441. wishing
  17442. withQ
  17443. grown
  17444. gs/os
  17445. guarantee
  17446. guaranteed
  17447. guest
  17448. guideplugin
  17449. guillermo
  17450. gunther
  17451. guschwan
  17452. gworlds
  17453. hackers
  17454. handbook
  17455. handle
  17456. handlers
  17457. handles
  17458. handwriting
  17459. happen
  17460. hardware
  17461. hasn't
  17462. having
  17463. he/she
  17464. header
  17465. headers
  17466. health
  17467. heaps
  17468. heartbeat
  17469. hedging
  17470. helper
  17471. helpful
  17472. helps
  17473. heralds
  17474. here's
  17475. hersey
  17476. (PUDev.CD Nov 99 TC
  17477.  - Programs & Marketing
  17478.  - Apple Directions
  17479.  - Apple Directions 1996V
  17480. 2073X
  17481. Nov 99^
  17482. --set theItem to choose file -- uncomment to test in an AS editor
  17483.     tell application "Finder"
  17484.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  17485.         activate
  17486.     end tell
  17487. on error errMsg number errNum
  17488.     --enter statements to perform when no records are found such as...
  17489.     display dialog "Sorry, the item you selected could not be found."
  17490.     return
  17491. end try
  17492. Deletedq
  17493. Dev.CD Nov 99 TC
  17494. )D!All Packages
  17495. Tool Chest Edition
  17496. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  17497. Apple Directions 01/97
  17498. Apple Directions 02/97
  17499. Apple Directions 03/97
  17500. Apple Directions 04/97
  17501. Apple Directions 05/97.pdf
  17502. Apple Directions 06/97.pdf
  17503. Apple Directions 07/97.pdf
  17504. Apple Directions 08/97.pdf
  17505. Apple Directions 09/97.pdf
  17506. Apple Directions 10/97.pdf
  17507. Apple Directions 11/97.pdf
  17508. Feb 97L
  17509. Sep 97
  17510. apple
  17511. directions
  17512. 07/96
  17513. apple
  17514. directions
  17515. 07/97
  17516. apple
  17517. directions
  17518. 08/95
  17519. apple
  17520. directions
  17521. 08/96
  17522. apple
  17523. directions
  17524. 08/97
  17525. apple
  17526. directions
  17527. 09/95
  17528. apple
  17529. directions
  17530. 09/96
  17531. apple
  17532. directions
  17533. 09/97
  17534. apple
  17535. directions
  17536. 10/95
  17537. apple
  17538. directions
  17539. 10/96
  17540. apple
  17541. directions
  17542. 10/97
  17543. apple
  17544. directions
  17545. 11-12/96
  17546. apple
  17547. directions
  17548. 11/95
  17549. apple
  17550. directions
  17551. 11/97
  17552. apple
  17553. directions
  17554. 12/95
  17555. apple
  17556. event
  17557. registry
  17558. apple
  17559. event
  17560. registry
  17561. errata
  17562. apple
  17563. event
  17564. xcmds
  17565. 1.0b3
  17566. apple
  17567. event
  17568. xcmds
  17569. apple
  17570. event
  17571. xcmds
  17572. apple
  17573. sprockets
  17574. apple
  17575. grayscale
  17576. appearance
  17577. apple
  17578. guide
  17579. 2.1.1
  17580. apple
  17581. guide
  17582. 2.1.1
  17583. first
  17584. apple
  17585. apple
  17586. international
  17587. glossar
  17588. apple
  17589. glossary
  17590. apple
  17591. apple
  17592. standards
  17593. apple
  17594. style
  17595. guide
  17596. apple
  17597. profiler
  17598. 1.3.1
  17599. apple
  17600. profiler
  17601. 1.3.1
  17602. workgroup
  17603. servers
  17604. apple
  17605. directions
  17606. 07/96@
  17607. apple
  17608. telecom
  17609. software
  17610. appleevents@
  17611. appleeventtypes
  17612. appleshareclientapi@
  17613. appstogo@
  17614. archive@
  17615. asip@
  17616. atalk@
  17617. aurp@
  17618. barnesandnoble@
  17619. bigeasytextish
  17620. binhex@
  17621. browser@
  17622. butcdef
  17623. cfm-68k@
  17624. checkedoutfiles@
  17625. cincludes@
  17626. claris@
  17627. clients@
  17628. editor
  17629. resedit
  17630. compilable@
  17631. config@
  17632. controllers@
  17633. converter@
  17634. install@
  17635. courses@
  17636. cscodes@
  17637. csmp-digest-v3-039@
  17638. csmp-digest-v3-082@
  17639. csmp-digest-v3-126@
  17640. ct-009-4444
  17641. virtual
  17642. virtualuser
  17643. filetool
  17644. memor@
  17645. change@
  17646. apple@
  17647. appleevent@
  17648. contextual@
  17649. events@
  17650. resources@
  17651. 09/96
  17652. 09/97
  17653. )OMDev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:PUDev.CD Feb 98 TC
  17654.  - Programs & Marketing
  17655.  - Apple Directions
  17656.  - Apple Directions 1997V
  17657. 2074X
  17658. Feb 98^
  17659. --set theItem to choose file -- uncomment to test in an AS editor
  17660.     tell application "Finder"
  17661.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  17662.         activate
  17663.     end tell
  17664. on error errMsg number errNum
  17665.     --enter statements to perform when no records are found such as...
  17666.     display dialog "Sorry, the item you selected could not be found."
  17667.     return
  17668. end try
  17669. Deletedq
  17670. Dev.CD Feb 98 TC
  17671. Apple Directions UpdateINSummary:  The May 97 issue of Apple Directions, The Developer Business Report.J
  17672. Apple Directions 05/97K
  17673. Jun 97L
  17674. Jun 97ODDev.CD Jun 97 SSW:What's New?:Programs & Marketing:Apple Directions:PLDev.CD Jun 97 SSW
  17675.  - What's New?
  17676.  - Programs & Marketing
  17677.  - Apple DirectionsV
  17678. 2075X
  17679. Jun 97^
  17680. Jun 97^
  17681. Deleted
  17682. summary
  17683. apple
  17684. directions
  17685. developer
  17686. business
  17687. report
  17688. 1-12/
  17689. summary
  17690. apple
  17691. licensed
  17692. ported
  17693. ibm's
  17694. somobjects
  17695. summary
  17696. apple's
  17697. indian
  17698. language
  17699. summary
  17700. apple's
  17701. korean
  17702. language
  17703. affordable
  17704. summary
  17705. appstogo
  17706. development
  17707. framework
  17708. developm
  17709. summary
  17710. 2.0.1
  17711. release
  17712. summary
  17713. atrapper
  17714. application
  17715. records
  17716. a-trap
  17717. calls
  17718. summary
  17719. audit
  17720. small
  17721. library
  17722. functions
  17723. provide
  17724. summary
  17725. backlight
  17726. control
  17727. control
  17728. panel
  17729. powerbooks
  17730. summary
  17731. bbedit
  17732. freeware
  17733. derivative
  17734. bbedit
  17735. summary
  17736. betabase
  17737. filemaker
  17738. report
  17739. database
  17740. summary
  17741. order
  17742. catch
  17743. summary
  17744. buginfo
  17745. macro
  17746. execute
  17747. within
  17748. macsbug
  17749. summary
  17750. callhyper
  17751. external
  17752. dimension
  17753. which
  17754. summary
  17755. cdent
  17756. format
  17757. source
  17758. 02-what's
  17759. 02-what's
  17760. 02/95
  17761. 02/96
  17762. 02/97
  17763. 03-information
  17764. 03-information
  17765. registrati
  17766. 03/95
  17767. 03/96
  17768. 03/97
  17769. 04-index
  17770. 04-index
  17771. courses
  17772. 04/95
  17773. 04/96
  17774. 04/97
  17775. 05-self-paced
  17776. 05-self-paced
  17777. products
  17778. 05/95
  17779. 05/96
  17780. 05/97
  17781. 06-on-line
  17782. 06-on-line
  17783. topics
  17784. 06/07
  17785. 06/15
  17786. 06/95
  17787. 06/96
  17788. 06/97
  17789. 07-mac
  17790. 07-mac
  17791. 07/95
  17792. 07/96
  17793. 07/97
  17794. 08-object
  17795. 08-object
  17796. oriented
  17797. 08/95
  17798. 08/96
  17799. 08/97
  17800. 09-multimedia
  17801. 09-multimedia
  17802. graphics
  17803. 09/95
  17804. 09/96
  17805. Deletedq
  17806. Dev.CD Jun 97 SSW
  17807. All Packages
  17808. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  17809. Apple Event Registry:
  17810. Apple Event Registry Errata v3:
  17811. AppleScript Suite:
  17812. Database Suite:
  17813. Mail Suite 1.0:
  17814. Suites Under Development:
  17815. Telephony Suite:K
  17816. Feb 92L
  17817. Apr 93M
  17818. Adobe Acrobat Reader.N
  17819. AE, Apple Events, AppleEventsOcDev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:PkDev.CD Dec 99 RL Disk 1
  17820.  - Technical Documentation
  17821.  - Apple Event Registry & Suites
  17822.  - Apple Event RegistryV
  17823. 2076X
  17824. Dec 99^    RL Disk 1
  17825. e    No Change
  17826. --set theItem to choose file -- uncomment to test in an AS editor
  17827.     tell application "Finder"
  17828.         open item "Dev.CD Jun 97 SSW:What's New?:Programs & Marketing:Apple Directions:"
  17829.         activate
  17830.     end tell
  17831. on error errMsg number errNum
  17832.     --enter statements to perform when no records are found such as...
  17833.     display dialog "Sorry, the item you selected could not be found."
  17834.     return
  17835. end try
  17836. *D&All Packages
  17837. System Software Edition
  17838. Apple Directions UpdateINSummary:  The May 97 issue of Apple Directions, The Developer Business Report.J
  17839. Apple Directions 05/97K
  17840. Jun 97L
  17841. Jun 97ODDev.CD Jun 97 SSW:What's New?:Programs & Marketing:Apple Directions:PLDev.CD Jun 97 SSW
  17842.  - What's New?
  17843.  - Programs & Marketing
  17844.  - Apple DirectionsV
  17845. 2075X
  17846. Jun 97^
  17847. means
  17848. meant
  17849. measurable
  17850. measure
  17851. measurement
  17852. measuring
  17853. mechanics
  17854. mechanism
  17855. mechanisms
  17856. media
  17857. medium
  17858. meeting
  17859. meets
  17860. megabyte
  17861. megamovies
  17862. memoryQ
  17863. mentat
  17864. mention
  17865. mentioned
  17866. mentors
  17867. menubar
  17868. menumanager
  17869. +e    No Changef
  17870. Apple Events
  17871. AppleEventsq
  17872. Dev.CD Dec 99 RL Disk 1
  17873. ,D!All Packages
  17874. Tool Chest Edition
  17875. Apple Event XCMDs 1.0b3
  17876. Summary: This stack contains a collection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  17877. J*Apple Event XCMDs b3
  17878. Apple Event XCMDs DocK
  17879. Nov 94OeDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:ge
  17880. --set theItem to choose file -- uncomment to test in an AS editor
  17881.     tell application "Finder"
  17882.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:"
  17883.         activate
  17884.     end tell
  17885. on error errMsg number errNum
  17886.     --enter statements to perform when no records are found such as...
  17887.     display dialog "Sorry, the item you selected could not be found."
  17888.     return
  17889. end try
  17890. fonts
  17891. fontsync
  17892. ,PsDev.CD Nov 99 TC
  17893.  - Tool Chest
  17894.  - Development Kits
  17895.  - HyperCard Related
  17896.  - XCMDs & XFCNs
  17897.  - Apple Event XCMDs 1.0b3V
  17898. 2077X
  17899. Nov 99^
  17900. --set theItem to choose file -- uncomment to test in an AS editor
  17901.     tell application "Finder"
  17902.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:"
  17903.         activate
  17904.     end tell
  17905. on error errMsg number errNum
  17906.     --enter statements to perform when no records are found such as...
  17907.     display dialog "Sorry, the item you selected could not be found."
  17908.     return
  17909. end try
  17910. e    No Changeq
  17911. Dev.CD Nov 99 TC
  17912. All Packages
  17913. Apple Grayscale Appearance
  17914. 2078X
  17915. summary
  17916. stack
  17917. contains
  17918. collection
  17919. apple
  17920. event
  17921. summary
  17922. stack
  17923. allow
  17924. users
  17925. register
  17926. creator
  17927. summary
  17928. submission
  17929. contains
  17930. virtual
  17931. external
  17932. summary
  17933. application
  17934. demonstrates
  17935. 2078X
  17936. Dec 99^    RL Disk 1
  17937. --set theItem to choose file -- uncomment to test in an AS editor
  17938.     tell application "Finder"
  17939.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:"
  17940.         activate
  17941.     end tell
  17942. on error errMsg number errNum
  17943.     --enter statements to perform when no records are found such as...
  17944.     display dialog "Sorry, the item you selected could not be found."
  17945.     return
  17946. end try
  17947. e    No Changeq
  17948. Dev.CD Dec 99 RL Disk 1
  17949. .D!All Packages
  17950. Mac OS SDK Edition
  17951. Apple Guide
  17952. Summary:  The Apple Grayscale Appearance for System 7.5 specification provides the information you need to create a grayscale appearance for System 7.5 products. It consists of an Acrobat document and two folders of SimpleText files of enlarged graphics showing the details of human interface elements.
  17953. Note:  Technically, any alterations made to elements of the System 7 interface require system patches and custom window, control and menu definitions that will likely conflict with the Appea
  17954. rance Manager when that application is run under Copland. These custom elements will likely not be able to switch to the different themes in Copland and instead they will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  17955. ication for System 7.5 will give an application the appearance of the default grayscale theme for Copland, it carries with it the risk of incompatability that any custom interface definitions will have when switching themes under Copland.
  17956. This version of Apple Grayscale Appearance for System 7.5 contains an updated appearance for the disabled state of all windows, dialog boxes, and controls. In response to feedback from developers and users regarding the difficulty of distinguishing activ
  17957. e windows from inactive windows, we have changed the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  17958. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  17959. Use of the Grayscale Appearance design in
  17960.     E| non-Apple operating systems and/or third-party applications designed for execution on such systems is strictly prohibited. 
  17961. Jz100% View Files:
  17962. 7/96 Apple Grayscale Appearance
  17963. Linked Files:
  17964. Transitions To Mac OS 8 Themes
  17965. Updated Grayscale AppearanceK
  17966. Apr 96L
  17967. Sep 96M6SimpleText 1.2 or later, Acrobat Exchange 2.0 or laterO[Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:Apple Grayscale Appearance:PcDev.CD Dec 99 RL Disk 1
  17968.  - Technical Documentation
  17969.  - Human Interface
  17970.  - Apple Grayscale Appearance
  17971. summary
  17972. issue
  17973. apple
  17974. directions
  17975. developer
  17976. summary
  17977. navigable
  17978. movie
  17979. toolkit
  17980. hypercard
  17981. stack
  17982. summary
  17983. opendoc
  17984. development
  17985. framework
  17986. objec
  17987. summary
  17988. programmer's
  17989. guide
  17990. apple
  17991. scanners
  17992. second
  17993. summary
  17994. purpose
  17995. menuscripter
  17996. sample
  17997. summary
  17998. beta-level
  17999. tools
  18000. creating
  18001. summary
  18002. quickdraw
  18003. print
  18004. spooler
  18005. patch
  18006. fixes
  18007. problem
  18008. summary
  18009. sample
  18010. board
  18011. devised
  18012. survey
  18013. summary
  18014. scanner
  18015. development
  18016. contains
  18017. documentation
  18018. summary
  18019. snarfer
  18020. application
  18021. directs
  18022. whatever
  18023. summary
  18024. stopxpp
  18025. attempts
  18026. close
  18027. summary
  18028. system
  18029. 7.5.5
  18030. update
  18031. system
  18032. software
  18033. summary
  18034. suite
  18035. collection
  18036. tools
  18037. summary
  18038. telephone
  18039. manager
  18040. manager
  18041. macin
  18042. summary
  18043. virtual
  18044. server
  18045. attempt
  18046. provide
  18047. piece
  18048. menus
  18049. menuscripter
  18050. merchandised
  18051. merchandising
  18052. merely
  18053. message
  18054. modem
  18055. moderm
  18056. modified
  18057. modules
  18058. momentum
  18059. money
  18060. monitor
  18061. monitoringQ
  18062. monthly
  18063. mosaic
  18064. motorola
  18065. mpc106Q
  18066. multimedia
  18067. multiple
  18068. music
  18069. navigate
  18070. navigation
  18071. necessary
  18072. needed
  18073. needs
  18074. netscape
  18075. networkW
  18076. networking
  18077. newsletter
  18078. newton
  18079. nirvana
  18080. no-so-subtle
  18081. non-apple
  18082. norman
  18083. register
  18084. registered
  18085. registering
  18086. registers
  18087. registration
  18088. registry
  18089. regular
  18090. regularly
  18091. reinit
  18092. reinstall
  18093. reinstallable
  18094. reinstaller
  18095. reinstalling
  18096. rejected
  18097. released
  18098. releases
  18099. relevant
  18100. reliable
  18101. reliance
  18102. relief
  18103. relies
  18104. relstring
  18105. remain
  18106. remap
  18107. remedies
  18108. remember
  18109. remote
  18110. remotelyW
  18111. removable
  18112. remove
  18113. removed
  18114. removes
  18115. removing
  18116. rendering
  18117. renegade
  18118. replace
  18119. replacement
  18120. replaces
  18121. replaces
  18122. postscript
  18123. sample
  18124. replies
  18125. report
  18126. takeW
  18127. taken
  18128. takes
  18129. technical
  18130. technically
  18131. technique
  18132. techniques
  18133. technological
  18134. technologies
  18135. technology
  18136. technote
  18137. tells
  18138. template
  18139. templates
  18140. temporal
  18141. temporarily
  18142. tensor
  18143. terminology
  18144. terms
  18145. ternasky
  18146. tested
  18147. testing
  18148. text-handling
  18149. solution
  18150. solutions
  18151. solve
  18152. solved
  18153. someone
  18154. something
  18155. sometimes
  18156. somewhere
  18157. sophisticated
  18158. sound
  18159. sounds
  18160. soundsprocket
  18161. source
  18162. appearance
  18163. extension
  18164. appearance
  18165. sample
  18166. appearance
  18167. appearance
  18168. versions
  18169. appearancecdev
  18170. appkit
  18171. apple
  18172. apple
  18173. cd-rom
  18174. handbook
  18175. apple
  18176. cd-rom
  18177. apple
  18178. detectors
  18179. apple
  18180. directions
  18181. 01/95
  18182. apple
  18183. directions
  18184. 01/96
  18185. apple
  18186. directions
  18187. 01/97
  18188. apple
  18189. directions
  18190. 02/95
  18191. apple
  18192. directions
  18193. 02/96
  18194. apple
  18195. directions
  18196. 02/97
  18197. apple
  18198. directions
  18199. 03/95
  18200. apple
  18201. directions
  18202. 03/96
  18203. apple
  18204. directions
  18205. 03/97
  18206. apple
  18207. directions
  18208. 04/95
  18209. apple
  18210. directions
  18211. 04/96
  18212. apple
  18213. directions
  18214. 04/97
  18215. apple
  18216. directions
  18217. 05/95
  18218. apple
  18219. directions
  18220. 05/96
  18221. apple
  18222. directions
  18223. 05/97
  18224. apple
  18225. directions
  18226. 05/97
  18227. apple
  18228. directions
  18229. 06/95
  18230. apple
  18231. directions
  18232. 06/96
  18233. apple
  18234. directions
  18235. 06/97
  18236. apple
  18237. directions
  18238. 07/95
  18239. transitions
  18240. themes
  18241. translation
  18242. translation
  18243. extensions
  18244. translator
  18245. translator
  18246. examples
  18247. translators
  18248. transport
  18249. transports
  18250. trootobj
  18251. trootobj
  18252. tsmte
  18253. tsmte
  18254. extension
  18255. tsmte
  18256. interfaces
  18257. tubetest
  18258. tunnelsim
  18259. tupledumper
  18260. turkish
  18261. turkish
  18262. 1.1.3
  18263. turkish
  18264. xfcns
  18265. xthings
  18266. shell
  18267. sample
  18268. 2079X
  18269. Jan 00^
  18270. --set theItem to choose file -- uncomment to test in an AS editor
  18271.     tell application "Finder"
  18272.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  18273.         activate
  18274.     end tell
  18275. on error errMsg number errNum
  18276.     --enter statements to perform when no records are found such as...
  18277.     display dialog "Sorry, the item you selected could not be found."
  18278.     return
  18279. end try
  18280. e    No Changef
  18281. Apple Guide
  18282. Help Systemsq
  18283. Dev.CD Jan 00 SDK1
  18284. /D!All Packages
  18285. Mac OS SDK Edition
  18286. Apple Help SDK 1.0
  18287. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  18288. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  18289. Apple Help SDK.smiK
  18290. Oct 99M
  18291. Mac OS 8.6 or later systems
  18292. NOTE: The Apple Guide SDK is intended for those developers wishing to develop for Mac OS 8.x and 9.x only. Apple will not port the underlying Apple Guide technology to Mac OS X. We encourage developers to transition to the new HTML based Apple Help wherever possible and minimize your reliance on Apple Guide technologies.
  18293. This folder contains updates to the Apple Guide SDK.
  18294. Apple Guide:  the 2.1.1 version of the Apple Guide system extension (Apple Guide is part of System 7.5. or greater a
  18295. nd will now work with System 7.0 and greater as well as OpenDoc)!
  18296. Apple Guide Debug:  an alternate 2.0.2 version of the Apple Guide system extension that allows you to debug guide files with the Guide Maker diagnose utility. This version is intended for use by authors using Guide Maker;  it provides no additional benefit for end users.
  18297. Apple Guide 2.1.1 Dev Rel Notes:  Apple Guide 2.1.1 Developer Release Notes. See this file and the Develop article below for what's new in Apple Guide 2.1
  18298. PowerMacs w/Sys 7.1.2:  Apple Guide Support for PowerMacs with System  7.1.2.
  18299. all pre-7.5 systems:  Apple Guide Support for System 7.0 and greater.  
  18300. Not required for System 7.5 or greater.
  18301. SharedLibs:  Apple Guide shared library Support for CFM 68K & PPC.
  18302. Apple GuidePlugIn 1.0:  Apple Guide Support for OpenDoc.
  18303. Using Apple Guide 2.1.1:  Develop issue 27 article explaining the new features in Apple Guide 2.1.
  18304. Apple Guide 2.1.1 Resources:  New Apple Guide 2.1 resources types explain
  18305. ed in the article above.
  18306. NEW FEATURES IN APPLE GUIDE 2.1.1
  18307. Apple Guide now supports help access from OpenDoc processes, which involves numerous parts and not a single application process as in the previous help environment.  For information on providing guide files for OpenDoc parts, please see the Develop Issue 27 Article titled "Using Apple Guide 2.1, OpenDoc".
  18308. Now supports the ability to access multiple guide files combining the topic areas, index, and look for content across all ope
  18309. n guide files.  
  18310. There is now CFM 68k glue code present for 68k apps that want to link with the 'AppleGuideGlueLib.68K' shared library code.
  18311. Applications no longer have to build and handle the Help menu if they want their guide files to reside in a folder other than the application's folder.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  18312. 'Guide Directory Resource' topic below.
  18313. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  18314. JbApple Guide 2.1.1
  18315. Apple Guide 2.1.1 Read Me First
  18316. Authoring
  18317. Engineering
  18318. Goodies
  18319. Japanese ResourcesK
  18320. Dec 95L
  18321. Jul 97M
  18322. MacOS 7.0 or greater.O7Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Guide:
  18323. Apple Guide, Help SystemsO7Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Guide:P?Dev.CD Jan 00 SDK1
  18324.  - Development Kits
  18325.  - Mac OS
  18326.  - Apple Guide
  18327. apple
  18328. guide
  18329. intended
  18330. those
  18331. developers
  18332. release
  18333. virtual
  18334. contains
  18335. latest
  18336. noted
  18337. notes
  18338. nothing
  18339. noticed
  18340. notification
  18341. notifications
  18342. notifier
  18343. notify
  18344. notifying
  18345. notions
  18346. novell
  18347. november
  18348. novice
  18349. nsa/commerce
  18350. nsarray
  18351. manager
  18352. library
  18353. plug-ins
  18354. network
  18355. administrator's
  18356. guide
  18357. second
  18358. edition
  18359. nsstring
  18360. nsthread
  18361. /O>Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:PFDev.CD Jan 00 SDK1
  18362.  - Development Kits
  18363.  - Mac OS
  18364.  - Apple Help SDK 1.0V
  18365. 2080X
  18366. Jan 00^
  18367. --set theItem to choose file -- uncomment to test in an AS editor
  18368.     tell application "Finder"
  18369.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:"
  18370.         activate
  18371.     end tell
  18372. on error errMsg number errNum
  18373.     --enter statements to perform when no records are found such as...
  18374.     display dialog "Sorry, the item you selected could not be found."
  18375.     return
  18376. end try
  18377. e    No Changef
  18378. Apple Help
  18379. Apple Guideq
  18380. Dev.CD Jan 00 SDK1
  18381. 0D!All Packages
  18382. Tool Chest Edition
  18383. Apple II Monitor dcmd (xx)I
  18384. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  18385. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  18386. XX Docs
  18387. XX Docs.txtK
  18388. Vol XI
  18389. Apple Help, HTML, Apple Guide
  18390. 0OZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  18391.  - Tool Chest
  18392.  - Testing & Debugging
  18393.  - Hardware tools
  18394.  - Apple II Monitor dcmd (xx)V
  18395. 2081X
  18396. Nov 99^
  18397. --set theItem to choose file -- uncomment to test in an AS editor
  18398.     tell application "Finder"
  18399.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  18400.         activate
  18401.     end tell
  18402. on error errMsg number errNum
  18403.     --enter statements to perform when no records are found such as...
  18404.     display dialog "Sorry, the item you selected could not be found."
  18405.     return
  18406. end try
  18407. Deletedq
  18408. Dev.CD Nov 99 TC
  18409. 1D!All Packages
  18410. Tool Chest Edition
  18411. Apple International Glossaries
  18412. 0MQMacintosh LC, Apple IIe Card, Macsbug, This package is not System 7.0 compatible.
  18413. nocopyreceives
  18414. notes
  18415. nubus
  18416. nubus
  18417. tester
  18418. object
  18419. object
  18420. pascal
  18421. objective-c
  18422. objectsupportlib
  18423. objectsupportlib
  18424. 1.1.4
  18425. offscreencontrolupda
  18426. onescanner
  18427. palette
  18428. parser
  18429. pascal
  18430. pb3400
  18431. performance
  18432. photoshop
  18433. player
  18434. plugins
  18435. postscript
  18436. powerbook
  18437. primer
  18438. letting
  18439. level
  18440. levels
  18441. leverages
  18442. lexical
  18443. lexicon
  18444. libraries
  18445. libraries
  18446. librariesthat
  18447. licenced
  18448. license
  18449. licensed
  18450. licenses
  18451. licensing
  18452. light
  18453. light-weight
  18454. lightening
  18455. lighter
  18456. lights
  18457. 2082X
  18458. Nov 99^
  18459. --set theItem to choose file -- uncomment to test in an AS editor
  18460.     tell application "Finder"
  18461.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:Apple International Glossaries:"
  18462.         activate
  18463.     end tell
  18464. on error errMsg number errNum
  18465.     --enter statements to perform when no records are found such as...
  18466.     display dialog "Sorry, the item you selected could not be found."
  18467.     return
  18468. end try
  18469. e    No Changef
  18470. International
  18471. Glossariesq
  18472. Dev.CD Nov 99 TC
  18473. 2D!All Packages
  18474. Mac OS SDK Edition
  18475. Apple Location Manager
  18476. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  18477. Contains a new version of ALM (2.0.1) for developer use.
  18478. 2083X
  18479. 1e    No Change
  18480. Summary:  The Apple International Glossaries contains translations for 1337 MacOS terms in 34 languages.
  18481. The "Apple International Glossaries" folder contains a Read Me file and 3 sub-folders:
  18482. 1. Apple Int'l Glossaries (TXT); this folder contains text file format.
  18483. 2. Apple Int'l Glossaries (SS); this folder contains Claris Works 4.0 spreadsheet file format.
  18484. 3. Apple Int'l Glossaries (LG); this folder contains AppleGlot file format.
  18485. Features:
  18486.  As a developer, you save time and money in th
  18487. e localization process. Now you can translate all resources that contain standard MacOS terminology automatically.
  18488.  Your localized products will be more consistent with the translated MacOS. 
  18489.  To look up a specific term easily, we have provided the Glossaries as ClarisWorks spreadsheet (SS) tables. You can find these in the folder "Apple Glossaries (SS)".
  18490.  To import the Glossaries into other spreadsheets or databases, we have also provided them as tab-delimited text files. You can find 
  18491. these in the folder "Apple Glossaries (TXT)".
  18492.  To automatically pre-translate your product, we have provided the AppleGlot Language Glossaries (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  18493. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution will not, in some cases, satisfy grammatical requirements.
  18494. Apple International Glossar.imgK
  18495. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  18496. International, GlossariesOHDev.CD Nov 99 TC:Tool Chest:Localization:Apple International Glossaries:PPDev.CD Nov 99 TC
  18497.  - Tool Chest
  18498.  - Localization
  18499.  - Apple International Glossaries
  18500. accuracy
  18501. accurate
  18502. accurately
  18503. accurately
  18504. print
  18505. image
  18506. scanned
  18507. accurately
  18508. print
  18509. image
  18510. viewed
  18511. monitor
  18512. acgis
  18513. achieve
  18514. achieved
  18515. achieves
  18516. acrobat
  18517. across
  18518. action
  18519. actions
  18520. actively
  18521. activities
  18522. activity
  18523. actual
  18524. actually
  18525. graphical
  18526. editor
  18527. which
  18528. create
  18529. adapt
  18530. adaptation
  18531. adapts
  18532. adbop
  18533. adbreinit
  18534. messagepad
  18535. messages
  18536. messagewatcher
  18537. messy
  18538. meta-content
  18539. metafile
  18540. meter
  18541. metering
  18542. meters
  18543. metertest
  18544. minute
  18545. mirror
  18546. misdemeanors
  18547. misrecognized
  18548. mixing
  18549. modal
  18550. model
  18551. modeled
  18552. models
  18553. modem
  18554. moderated
  18555. moderm
  18556. modern
  18557. modes
  18558. modified
  18559. modifier
  18560. modify
  18561. modifying
  18562. module
  18563. modules
  18564. momentum
  18565. money
  18566. monitor
  18567. monitoringQ
  18568. monthly
  18569. mosaic
  18570. motorola
  18571. mounts
  18572. mouse
  18573. movie
  18574. movies
  18575. moving
  18576. apple
  18577. guide
  18578. intended
  18579. those
  18580. developers
  18581. nubus@
  18582. objective-c@
  18583. october@
  18584. offer@
  18585. okay@
  18586. on-line@
  18587. one's@
  18588. opencheckedout@
  18589. opens@
  18590. operate@
  18591. optimizations@
  18592. oracle@
  18593. organized@
  18594. originally@
  18595. otdumpportregistry@
  18596. otlifo@
  18597. ought@
  18598. overview@
  18599. packet@
  18600. packets@
  18601. panel@
  18602. parameters@
  18603. partial@
  18604. particularly@
  18605. pasmatit@
  18606. pci-the@
  18607. persistent@
  18608. photographs@
  18609. phrase@
  18610. physically@
  18611. pixel@
  18612. places@
  18613. plug-and-play@
  18614. pool@
  18615. portrait@
  18616. potential@
  18617. powerpc-based@
  18618. summary
  18619. contains
  18620. latest
  18621. appletalk
  18622. stack
  18623. version
  18624. macsn@
  18625. summary
  18626. sample
  18627. discussion
  18628. detect
  18629. whether
  18630. summary
  18631. communications
  18632. toolbox
  18633. contains@
  18634. summary
  18635. issue
  18636. apple
  18637. directions
  18638. developer
  18639. 2JxALM_SDK_Doc.html
  18640. Generic
  18641. Generic ALM Module.CWPro2
  18642. Graphics
  18643. Install ALM 1.0.2
  18644. Install ALM 2.0.1
  18645. Makefile
  18646. Objects
  18647. SourcesK
  18648. Apr 97L
  18649. Mar 98MOMacOS 8 is required for ALM 2.0. ALM 1.0.2 will install on System 7.6 or 7.6.1.NNLocation, ALM, Configuration, Setting, Preference, Switch, Module, EnvironmentOBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:PJDev.CD Jan 00 SDK1
  18650.  - Development Kits
  18651.  - Mac OS
  18652.  - Apple Location ManagerV
  18653. 2083X
  18654. Jan 00^
  18655. --set theItem to choose file -- uncomment to test in an AS editor
  18656.     tell application "Finder"
  18657.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Apple Location Manager:"
  18658.         activate
  18659.     end tell
  18660. on error errMsg number errNum
  18661.     --enter statements to perform when no records are found such as...
  18662.     display dialog "Sorry, the item you selected could not be found."
  18663.     return
  18664. end try
  18665. e    No ChangefGLocation
  18666. Configuration
  18667. Setting
  18668. Preference
  18669. Switch
  18670. Module
  18671. Environmentq
  18672. Dev.CD Jan 00 SDK1
  18673. mpc106Q
  18674. mping
  18675. system
  18676. mpw's
  18677. mpw-hosted
  18678. mpw-related
  18679. release
  18680. toolkit
  18681. mrj's
  18682. mrj-dev
  18683. mrjapple
  18684. mrjapplesetup
  18685. mrjstuffit
  18686. mrjvise
  18687. mrplus
  18688. mrplus
  18689. performance
  18690. analysis
  18691. powerpc
  18692. applicatio
  18693. ms-dos
  18694. msdos
  18695. multiprocessing
  18696. multitasking
  18697. music
  18698. music
  18699. quicktime
  18700. music
  18701. architecture
  18702. david
  18703. named
  18704. names
  18705. nasty
  18706. natick
  18707. install
  18708. 1.0.2
  18709. install
  18710. 2.0.1
  18711. install
  18712. english
  18713. install
  18714. macapp
  18715. r13u4
  18716. install
  18717. install
  18718. opengl
  18719. install
  18720. quicktime
  18721. conferencing
  18722. install
  18723. quickview
  18724. installer
  18725. installer
  18726. 4.0.8
  18727. interface
  18728. interfaces
  18729. interleave
  18730. interleave
  18731. interleave
  18732. international
  18733. internet
  18734. internet
  18735. address
  18736. detectors
  18737. internet
  18738. shareware
  18739. iotracer
  18740. iotracer
  18741. iotracer
  18742. analyzer
  18743. gateway
  18744. ischeckedout
  18745. issue
  18746. italy
  18747. italy
  18748. distributors/localiz
  18749. japanese
  18750. japanese
  18751. resources
  18752. survival
  18753. guide
  18754. justify
  18755. mappings
  18756. contextual
  18757. contextual
  18758. manager
  18759. control
  18760. control
  18761. strip
  18762. powerbook
  18763. control
  18764. panel
  18765. controls
  18766. conversion
  18767. converter
  18768. coprocessor
  18769. corba
  18770. foundation
  18771. overview
  18772. opaque
  18773. types
  18774. reference
  18775. counts
  18776. corners
  18777. counter
  18778. counter
  18779. windows
  18780. introduction
  18781. document
  18782. modal
  18783. dialog
  18784. countersQ
  18785. counting
  18786. counts
  18787. crccalc
  18788. crcpatch
  18789. creator
  18790. creator
  18791. signature
  18792. registration
  18793. cross-platform
  18794. cryptographic
  18795. cryptographic
  18796. authentication
  18797. appleshare
  18798. appearance
  18799. cryptography
  18800. ctabhandle
  18801. ctseed
  18802. cursors
  18803. custom
  18804. customgetfile
  18805. customgetfile
  18806. customputfile
  18807. dialog
  18808. select
  18809. folder
  18810. balloo
  18811. customputfile
  18812. cyrillic
  18813. style
  18814. usage
  18815. style
  18816. guide
  18817. driver
  18818. dynamic
  18819. editor
  18820. emulator
  18821. contextual
  18822. contextual
  18823. control
  18824. control
  18825. control
  18826. panel
  18827. control
  18828. strip
  18829. control
  18830. strip
  18831. module
  18832. controls
  18833. conversion
  18834. converter
  18835. coprocessor
  18836. corba
  18837. foundation
  18838. corners
  18839. counter
  18840. countersQ
  18841. counting
  18842. counts
  18843. crccalc
  18844. crcpatch
  18845. creator
  18846. cross-platform
  18847. cryptographic
  18848. cryptographic
  18849. authentication
  18850. cryptography
  18851. ctabhandle
  18852. ctseed
  18853. cursors
  18854. custom
  18855. custom
  18856. allocators
  18857. custom
  18858. customgetfile
  18859. customputfile
  18860. cyrillic
  18861. documentation
  18862. driver
  18863. driver
  18864. table
  18865. stylechat
  18866. dynamic
  18867. editor
  18868. emulator
  18869. environment
  18870. error
  18871. error
  18872. reports
  18873. apple
  18874. ethernet
  18875. ethernet
  18876. event
  18877. ject-oriented
  18878. All Packages
  18879. Apple Pubs Glossary 3.0I8Summary: A glossary of terms used in Apple publications.J.Apple Pubs Glossary 3.0
  18880. Apple Style Guide 2/94K
  18881. Vol IIIM
  18882. Adobe Acrobat Reader.OCDev.CD Dec 99 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Dec 99 RL Disk 1
  18883.  - Technical Documentation
  18884.  - Publication GuidesV
  18885. 2084X
  18886. Dec 99^    RL Disk 1
  18887. --set theItem to choose file -- uncomment to test in an AS editor
  18888.     tell application "Finder"
  18889.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Publication Guides:"
  18890.         activate
  18891.     end tell
  18892. on error errMsg number errNum
  18893.     --enter statements to perform when no records are found such as...
  18894.     display dialog "Sorry, the item you selected could not be found."
  18895.     return
  18896. end try
  18897. e    No Changeq
  18898. Dev.CD Dec 99 RL Disk 1
  18899. 4D!All Packages
  18900. Mac OS SDK Edition
  18901. Apple Shared Library Manager
  18902. 2085X
  18903. Jul 99^
  18904. --set theItem to choose file -- uncomment to test in an AS editor
  18905.     tell application "Finder"
  18906.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:"
  18907.         activate
  18908.     end tell
  18909. on error errMsg number errNum
  18910.     --enter statements to perform when no records are found such as...
  18911.     display dialog "Sorry, the item you selected could not be found."
  18912.     return
  18913. end try
  18914. Deletedf:ASLM
  18915. Apple Shared Library Manager
  18916. DLL Dynamic Link Libraryq
  18917. Dev.CD Jul 99 SDK1
  18918. All Packages
  18919. Apple Standards for DevelopersI
  18920. Summary: This document discusses Apple's new role in creating and supporting national and international standards for data interchange and temporal media data formats.
  18921. JsApple Standards
  18922. AppleSingle/AppleDouble Format:
  18923. BinHex 4.0:
  18924. Mac OS Text Encodings:
  18925. MacBinary:
  18926. Multimedia Standards:K
  18927. Vol VIIIM
  18928. Adobe Acrobat Reader.O@Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:V
  18929. 2086X
  18930. 1e    No Change
  18931. Summary: ASLM 2.0.1 is a bug fix release for ASLM 2.0.  The major change is to support PowerPC ASLM on the Performa 52xx, 53xx, 62xx and 63xx CPU's. Refer to the Change History document for more detailed information regarding the bug fixes to this release.
  18932. Features: ASLM 2.0.1 Installer, the licensing disk, and software development SDK.
  18933. Issues: All ASLM libraries must be created with the MPW programming environment.
  18934. ASLM 2.0.1 Licensing Disk:
  18935. ASLM Debugging Tools:
  18936. ASLM Developer Tools:
  18937. ASLM Documentation:
  18938. ASLM Examples:
  18939. ASLM Installer:
  18940. ASLM Installer.image
  18941. ASLM SymFiles:
  18942. Change History
  18943. Change History (old)
  18944. CodeWarrior Read Me!
  18945. Release NotesK
  18946. Mar 95L
  18947. Jan 97M
  18948. System 6.0.7 or greater.N<ASLM, Apple Shared Library Manager, DLL Dynamic Link LibraryOHDev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Shared Library Manager:PPDev.CD Jul 99 SDK1
  18949.  - Development Kits
  18950.  - Mac OS
  18951.  - Apple Shared Library Manager
  18952. 5PEDev.CD Dec 99 RL Disk 1
  18953.  - Technical Documentation
  18954.  - Misc. StandardsV
  18955. 2086X
  18956. Dec 99^    RL Disk 1
  18957. --set theItem to choose file -- uncomment to test in an AS editor
  18958.     tell application "Finder"
  18959.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:"
  18960.         activate
  18961.     end tell
  18962. on error errMsg number errNum
  18963.     --enter statements to perform when no records are found such as...
  18964.     display dialog "Sorry, the item you selected could not be found."
  18965.     return
  18966. end try
  18967. e    No Changeq
  18968. Dev.CD Dec 99 RL Disk 1
  18969. All Packages
  18970. Apple Style Guide 2/94
  18971. 2087X
  18972. 2087X
  18973. Dec 99^    RL Disk 1
  18974. --set theItem to choose file -- uncomment to test in an AS editor
  18975.     tell application "Finder"
  18976.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Publication Guides:"
  18977.         activate
  18978.     end tell
  18979. on error errMsg number errNum
  18980.     --enter statements to perform when no records are found such as...
  18981.     display dialog "Sorry, the item you selected could not be found."
  18982.     return
  18983. end try
  18984. e    No Changef-documentation
  18985. manuals
  18986. style
  18987. usage
  18988. style guideq
  18989. Dev.CD Dec 99 RL Disk 1
  18990. 7D!All Packages
  18991. Tool Chest Edition
  18992. Apple System Profiler
  18993. Summary:  The February 1994 edition of the Apple Publications Style Guide provides developers with the most up-to-date style conventions used in Apple documentation. Included are general rules for style and usage, in addition to appendixes on technical notation, units of measure, how to write balloons, how to create a glossary, and a Newton Style Guide. 
  18994. This extensive revision has added many new terms and deleted obsolete ones. It includes new appendixes for writing a glossary and a NewtB
  18995. on Style Guide. 
  18996. J.Apple Pubs Glossary 3.0
  18997. Apple Style Guide 2/94K
  18998. Vol IIIL
  18999. May 94M
  19000. Adobe Acrobat Reader.N1documentation, manuals, style, usage, style guideOCDev.CD Dec 99 RL Disk 1:Technical Documentation:Publication Guides:PHDev.CD Dec 99 RL Disk 1
  19001.  - Technical Documentation
  19002.  - Publication Guides
  19003. mapped
  19004. mapper
  19005. mapping
  19006. mapping
  19007. physical
  19008. codes
  19009. virtual
  19010. codes
  19011. mappings
  19012. marathi
  19013. marathon
  19014. march
  19015. marching
  19016. markc
  19017. marked
  19018. market
  19019. marketing
  19020. marketplace
  19021. markets
  19022. markpascal
  19023. marks
  19024. maroney
  19025. marquee
  19026. marriott
  19027. martin
  19028. martin-gilles
  19029. masked
  19030. maskrgn
  19031. master
  19032. masters
  19033. match
  19034. matched
  19035. matches
  19036. matches--any
  19037. matching
  19038. mathematical
  19039. mathlib
  19040. matter
  19041. matters
  19042. matthew
  19043. maurer
  19044. maurice
  19045. maximally
  19046. maximize
  19047. maximum
  19048. 2088X
  19049. Nov 99^
  19050. --set theItem to choose file -- uncomment to test in an AS editor
  19051.     tell application "Finder"
  19052.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:"
  19053.         activate
  19054.     end tell
  19055. on error errMsg number errNum
  19056.     --enter statements to perform when no records are found such as...
  19057.     display dialog "Sorry, the item you selected could not be found."
  19058.     return
  19059. end try
  19060. e    No Changef
  19061. Profiler
  19062. Apple Systemq
  19063. Dev.CD Nov 99 TC
  19064. 8D!All Packages
  19065. Tool Chest Edition
  19066. AppleGlot 2.3
  19067. Apple System Profiler (ASP) lets you gather information about the configuration of your computer. The information that ASP reports may be useful if you place a call to the Apple User Assistance Center or for recording system configurations during testing.
  19068. If you have one of the computers listed below, we recommend that you install Apple System Profiler now. Note that you MUST be running Mac OS version 7.5.2 or 7.5.3 or later to successfully install Apple System Profiler.
  19069. * Power Macintos
  19070. h 9500, 8500, 8100, 7600, 7500, 7200, 7100, 6100, 5400, 5300 and 5200 series.
  19071. * PowerBook 5300, 2300 and 190 series. 
  19072. * Macintosh Performa 6300, 6200, 6100, 5300 and 5200 series.
  19073. Apple System Profiler will only install on the computers listed above. Do NOT attempt to install iton any other computers.
  19074. Installation instructions:
  19075. 1. Locate the Apple System Profiler Installer. It is in the same folder as this document.
  19076. 2. Double-click on the Apple System Profiler Installer application. 
  19077. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  19078. J:Apple Sys Profiler 1.3.1 Info
  19079. Apple Sys Profiler 1.3.1.imgK
  19080. Jan 98M
  19081. System 7.5.2 or laterN
  19082. ASP, Profiler, Apple SystemOIDev.CD Nov 99 TC:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PQDev.CD Nov 99 TC
  19083.  - Tool Chest
  19084.  - Developer Utilities
  19085.  - Apple Sys Profiler 1.3.1
  19086. accelerated
  19087. power
  19088. macintosh
  19089. artwork
  19090. program
  19091. 2-byte
  19092. 2-way
  19093. 2.0.1
  19094. 2.0.2
  19095. 2.0.4
  19096. 2.0.6
  19097. 2.0a1
  19098. 2.0v2
  19099. 2.1.1
  19100. 2.1.2
  19101. 2.1.3
  19102. 2.1.4
  19103. 2.3.5
  19104. 2.4b6
  19105. 2.5.2
  19106. 2.5.7
  19107. 2400c
  19108. 2089X
  19109. Nov 99^
  19110. --set theItem to choose file -- uncomment to test in an AS editor
  19111.     tell application "Finder"
  19112.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:"
  19113.         activate
  19114.     end tell
  19115. on error errMsg number errNum
  19116.     --enter statements to perform when no records are found such as...
  19117.     display dialog "Sorry, the item you selected could not be found."
  19118.     return
  19119. end try
  19120. DeletedfBAppleGlot Localization Internationalization Translation Glossariesq
  19121. Dev.CD Nov 99 TC
  19122. 9D!All Packages
  19123. Tool Chest Edition
  19124. AppleGlot 2.4b6
  19125. Summary: AppleGlot 2.3 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  19126. Features:
  19127.  AppleGlot 2.3 works correctly on Power MacinB
  19128. tosh, fixing a problem with the Modern Memory manager. 
  19129.  Richer set of template field types supported
  19130.  ...and many more : see manual
  19131.  We now provide a Manual !
  19132. J?AppleGlot 2.3
  19133. AppleGlot 2.3 Users Guide
  19134. AppleGlot 2.3 Whats NewK
  19135. Jun 92L
  19136. Dec 95M
  19137. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  19138.  - Tool Chest
  19139.  - Localization
  19140.  - AppleGlot 2.3
  19141. fixing
  19142. fkeys
  19143. flags
  19144. flash
  19145. flashes
  19146. flashing
  19147. flat-panel
  19148. flattenning
  19149. flavor
  19150. flavors
  19151. flavortypehfs
  19152. flavortypepromisehfs
  19153. flexibility
  19154. flexible
  19155. flicker
  19156. focus
  19157. focuses
  19158. folder
  19159. folders
  19160. folks
  19161. follow
  19162. following
  19163. follows
  19164. 2090X
  19165. Nov 99^
  19166. --set theItem to choose file -- uncomment to test in an AS editor
  19167.     tell application "Finder"
  19168.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot:"
  19169.         activate
  19170.     end tell
  19171. on error errMsg number errNum
  19172.     --enter statements to perform when no records are found such as...
  19173.     display dialog "Sorry, the item you selected could not be found."
  19174.     return
  19175. end try
  19176. e    No ChangefBAppleGlot Localization Internationalization Translation Glossariesq
  19177. Dev.CD Nov 99 TC
  19178. All Packages
  19179. AppleScriptO
  19180. Dev.CD Jan 95P
  19181. Dev.CD Jan 9V
  19182. 2091X
  19183. Jan 95
  19184. b--set theItem to choose file -- uncomment to test in an AS editor
  19185.     tell application "Finder"
  19186.         open item "Dev.CD Jan 95"
  19187.         activate
  19188.     end tell
  19189. on error errMsg number errNum
  19190.     --enter statements to perform when no records are found such as...
  19191.     display dialog "Sorry, the item you selected could not be found."
  19192.     return
  19193. end try
  19194. All Packages
  19195. Summary:  AppleGlot 2.4b6 is a text translation tool used by the Apple Localizers to localize Apple Software.  AppleGlot extracts the text out of a resource file and dumps it into a text file for translation. Once translated, AppleGlot then replaces the original text by its translation into the resource file. In addition to the regular translation, AppleGlot handles updates from one version to another, and copies over resizeable items.
  19196. Features:
  19197.  supports 'RMAP' resources to remap to a dB
  19198. ifferent template
  19199.  can treat the datafork as a resource
  19200.  environement relative batch file
  19201.  P0nn retry logic
  19202.  file specific templates in a _FileInfo folder
  19203.  auto association by name
  19204.  bug fixes : size fields, speed zone (see 'What's New')
  19205. AppleGlot 2.4b6.imgK
  19206. Dec 95L
  19207. Mar 96M
  19208. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO3Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot:P;Dev.CD Nov 99 TC
  19209.  - Tool Chest
  19210.  - Localization
  19211.  - AppleGlot
  19212. differs
  19213. difficult
  19214. difficulties
  19215. difficulty
  19216. digest
  19217. digit
  19218. digital
  19219. digitizer
  19220. digitizers
  19221. digitizing
  19222. dilemmas
  19223. dimension
  19224. dimensions
  19225. dimmed
  19226. dimming
  19227. dimms
  19228. diractive
  19229. direct
  19230. direct-manipulation
  19231. direction
  19232. directions
  19233. directly
  19234. directs
  19235. directsetentries
  19236. direformat
  19237. dirid
  19238. dirid's
  19239. dirty
  19240. disable
  19241. disabled
  19242. disableeject
  19243. disables
  19244. disabling
  19245. disambiguator
  19246. disappear
  19247. disassemble
  19248. Jan 95
  19249. b--set theItem to choose file -- uncomment to test in an AS editor
  19250.     tell application "Finder"
  19251.         open item "Dev.CD Jan 95"
  19252.         activate
  19253.     end tell
  19254. on error errMsg number errNum
  19255.     --enter statements to perform when no records are found such as...
  19256.     display dialog "Sorry, the item you selected could not be found."
  19257.     return
  19258. end try
  19259. All Packages
  19260. AppleScriptO
  19261. Dev.CD Jan 95P
  19262. Dev.CD Jan 9V
  19263. 2093X
  19264. Jan 95
  19265. b--set theItem to choose file -- uncomment to test in an AS editor
  19266.     tell application "Finder"
  19267.         open item "Dev.CD Jan 95"
  19268.         activate
  19269.     end tell
  19270. on error errMsg number errNum
  19271.     --enter statements to perform when no records are found such as...
  19272.     display dialog "Sorry, the item you selected could not be found."
  19273.     return
  19274. end try
  19275. All Packages
  19276. AppleScriptO
  19277. Dev.CD Jan 95P
  19278. Dev.CD Jan 9V
  19279. 2094X
  19280. Jan 95
  19281. AppleScriptO
  19282. Dev.CD Jan 95P
  19283. Dev.CD Jan 9V
  19284. All Packages
  19285. AppleScriptO
  19286. Dev.CD Jan 95P
  19287. Dev.CD Jan 9V
  19288. 2095X
  19289. Jan 95
  19290. b--set theItem to choose file -- uncomment to test in an AS editor
  19291.     tell application "Finder"
  19292.         open item "Dev.CD Jan 95"
  19293.         activate
  19294.     end tell
  19295. on error errMsg number errNum
  19296.     --enter statements to perform when no records are found such as...
  19297.     display dialog "Sorry, the item you selected could not be found."
  19298.     return
  19299. end try
  19300. ?D!All Packages
  19301. Mac OS SDK Edition
  19302. y:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  19303. This package contains documentation (u documentation (u
  19304. 2096X
  19305. b--set theItem to choose file -- uncomment to test in an AS editor
  19306.     tell application "Finder"
  19307.         open item "Dev.CD Jan 95"
  19308.         activate
  19309.     end tell
  19310. on error errMsg number errNum
  19311.     --enter statements to perform when no records are found such as...
  19312.     display dialog "Sorry, the item you selected could not be found."
  19313.     return
  19314. end try
  19315. 2096X
  19316. Jan 00^
  19317. --set theItem to choose file -- uncomment to test in an AS editor
  19318.     tell application "Finder"
  19319.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  19320.         activate
  19321.     end tell
  19322. on error errMsg number errNum
  19323.     --enter statements to perform when no records are found such as...
  19324.     display dialog "Sorry, the item you selected could not be found."
  19325.     return
  19326. end try
  19327. e    No Changef0AppleScript
  19328. scripting
  19329. Apple Event,Folder Actionsq
  19330. Dev.CD Jan 00 SDK1
  19331. @D!All Packages
  19332. Mac OS SDK Edition
  19333. AppleSearch
  19334. TSummary:  This folder contains:
  19335.  current release of the AppleSearch Client software for Macintosh (v1.5),
  19336.  prerelease version of the AppleSearch Client software for Windows,
  19337.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  19338.  prerelease version of the AppleSearch Client API for Windows, and
  19339.  updated documentation.
  19340. J/AppleSearch - Read Me First
  19341. Macintosh:
  19342. Windows:K
  19343. Feb 94L
  19344. Nov 94ge
  19345. ser and developer documentation), AppleScript software, sample code and sample scripts for modifying or creating your own AppleScript scripts.
  19346. AppleScript 1.3.4 SDK.smiK
  19347. Apr 93L
  19348. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Jan 00 SDK1
  19349.  - Development Kits
  19350.  - Mac OS
  19351.  - AppleScript SDK
  19352. AppleScript SDK 1.3.4
  19353. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  19354. This package contains documentation (u
  19355. consists
  19356. consolideted
  19357. constant
  19358. constantly
  19359. constants
  19360. constitute
  19361. constrained
  19362. constraints
  19363. construct
  19364. constructing
  19365. constructs
  19366. consult
  19367. consumer
  19368. consumers
  19369. contact
  19370. contacting
  19371. contacts
  19372. contain
  19373. contained
  19374. container
  19375. containing
  19376. contains
  19377. contains
  19378. transport
  19379. software
  19380. development
  19381. magazine
  19382. magazines
  19383. magic
  19384. magician
  19385. magnitude
  19386. mail-order
  19387. mailfoo
  19388. mailing
  19389. mailings
  19390. mainly
  19391. maintain
  19392. maintaining
  19393. maintains
  19394. maintenance
  19395. major
  19396. makefile
  19397. makethefolder
  19398. making
  19399. commpiler
  19400. commtoolbox
  19401. communicate
  19402. communicating
  19403. unication
  19404. communications
  19405. community
  19406. compact
  19407. companies
  19408. companion
  19409. company
  19410. company's
  19411. compare
  19412. compared
  19413. comparedirtext
  19414. comparelastrevision
  19415. compareproc
  19416. comparing
  19417. comparisions
  19418. comparisons
  19419. compatibility
  19420. compatibility
  19421. issues
  19422. compatible
  19423. compatibles
  19424. compilation
  19425. compile
  19426. compiled
  19427. compiler
  19428. compiler-constructio
  19429. compilers
  19430. events
  19431. exchange
  19432. exchange
  19433. expansion
  19434. extension
  19435. external
  19436. external
  19437. system
  19438. external
  19439. extractor
  19440. faceless
  19441. faceless
  19442. background-only
  19443. family
  19444. fcode
  19445. features
  19446. feedback
  19447. fetch
  19448. field
  19449. management
  19450. manager
  19451. navigation
  19452. preview
  19453. sharing
  19454. signing
  19455. system
  19456. system
  19457. manager
  19458. filename
  19459. files
  19460. finder
  19461. label
  19462. finderevents
  19463. firmware
  19464. folder
  19465. encoding
  19466. fonts
  19467. foreign
  19468. foreign
  19469. system
  19470. formatting
  19471. forth
  19472. foundation
  19473. framework
  19474. function
  19475. function
  19476. functions
  19477. games
  19478. games
  19479. sprockets
  19480. sprite
  19481. blitters
  19482. drawsprocket
  19483. moofwars
  19484. gamma
  19485. @O9Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:P>Dev.CD Apr 98 SDK1
  19486.  - Development Kits (Disc 1)
  19487.  - AppleSearchV
  19488. 2097X
  19489. Apr 98^
  19490. --set theItem to choose file -- uncomment to test in an AS editor
  19491.     tell application "Finder"
  19492.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleSearch:"
  19493.         activate
  19494.     end tell
  19495. on error errMsg number errNum
  19496.     --enter statements to perform when no records are found such as...
  19497.     display dialog "Sorry, the item you selected could not be found."
  19498.     return
  19499. end try
  19500. e    No Changeq
  19501. Dev.CD Apr 98 SDK1
  19502. AD.All Packages
  19503. Mac OS SDK Edition
  19504. New & RevisedF
  19505. AppleShare Client API SDK
  19506. The AppleShare Client API SDK consists of routines for creating and parsing AFP URLs and a set of routines for working with shared volumes.  This SDK provides developer documentation, header files, and libraries for taking advantage of the AppleShare Client API.
  19507. Package
  19508. AJEAbout AppleShare Client API
  19509. AppleShareClientAPI.pdf
  19510. Headers
  19511. LibrariesK
  19512. Jan 00L
  19513. Jan 00MIMac OS 9 is recommended.  The minimum requirement is Mac OS 7.6 or later.N'AppleShare, Client, AFP, shared volumesOEDev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:PMDev.CD Jan 00 SDK1
  19514.  - Development Kits
  19515.  - Mac OS
  19516.  - AppleShare Client API SDKV
  19517. 2098X
  19518. Jan 00^
  19519. SDK1b
  19520. --set theItem to choose file -- uncomment to test in an AS editor
  19521.     tell application "Finder"
  19522.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare Client API SDK:"
  19523.         activate
  19524.     end tell
  19525. on error errMsg number errNum
  19526.     --enter statements to perform when no records are found such as...
  19527.     display dialog "Sorry, the item you selected could not be found."
  19528.     return
  19529. end try
  19530. New Packagef$AppleShare
  19531. Client
  19532. shared volumesoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  19533. Dev.CD Jan 00 SDK1
  19534. All Packages
  19535. 2099X
  19536. appleshare
  19537. client
  19538. consists
  19539. routines
  19540. creat
  19541. cardbus
  19542. contains
  19543. folders
  19544. title
  19545. documentation
  19546. sampl
  19547. colorsync
  19548. plug-in
  19549. modules
  19550. provide
  19551. command
  19552. equivalent
  19553. macro
  19554. complete
  19555. colorsync
  19556. developers
  19557. include
  19558. contents
  19559. enable
  19560. developers
  19561. create
  19562. developer
  19563. includes
  19564. information
  19565. about
  19566. enclosed
  19567. files
  19568. allow
  19569. build
  19570. driver
  19571. features
  19572. ibook
  19573. synchronization
  19574. control
  19575. panel
  19576. allows
  19577. AppleShare IP 6.3 SDK
  19578. Continuing to offer the traditional server software suite, AppleShare IP 6.3 now supports Mac OS 9, allowing server administrators to take advantage of the latest improvements in the Mac OS.  AppleShare IP 6.3 also eliminates the dependencies of the earlier versions of the administration applications on Open Doc and replaces those with a single integrated management administration, called Mac OS Server Admin.  Within this SDK, you will find detailed developer documentation, interfaces, lib
  19579. 2099X
  19580. 2099X
  19581. Jan 00^
  19582. SDK1b
  19583. Revised
  19584. --set theItem to choose file -- uncomment to test in an AS editor
  19585.     tell application "Finder"
  19586.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:"
  19587.         activate
  19588.     end tell
  19589. on error errMsg number errNum
  19590.     --enter statements to perform when no records are found such as...
  19591.     display dialog "Sorry, the item you selected could not be found."
  19592.     return
  19593. end try
  19594. UpdatedfaAppleShare IP
  19595. Server
  19596. AppleShare Client
  19597. Registry
  19598. Server Controls
  19599. Networking
  19600. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  19601. Dev.CD Jan 00 SDK1
  19602. CD!All Packages
  19603. Mac OS SDK Edition
  19604. AppleShare IP API
  19605. raries and sample code that will allow you to develop your applications and plug-ins for the AppleShare IP and AppleShare Client APIs.  Refer to the SDK Read Me for additional information.
  19606. ASIP 6.3 SDK Read Me
  19607. AFP Protocol folder (containing 3 PDF documents)
  19608. ASIP Registry folder (containing headers, samples, documentation)
  19609. ASIP Server Controls/Events folder (containing headers, samples, documentation)
  19610. ASIP User Authentication Module folder (containing headers, samples, documentation)
  19611. ApplC
  19612. eShare Client API (containing headers and documentation) 
  19613. ASIP Print Security Protocol (documentation)
  19614. Obsolete/Pre-ASIP 6.0 folder (containing older SDK packages and ASIP software)
  19615. Tools folder (containing info regarding 2-way Random UAM)
  19616. AFP Protocol
  19617. AppleShare Client API
  19618. AppleShare IP 6.3 SDK Read Me
  19619. ASIP Print Security Protocol
  19620. ASIP Registry
  19621. ASIP Server Controls/Events
  19622. ASIP User Authentication Module
  19623. Tools
  19624.  Obsolete/ Pre-ASIP 6.0K
  19625. Apr 98L
  19626. Jan 00
  19627. BOADev.CD Jan 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Jan 00 SDK1
  19628.  - Development Kits
  19629.  - Mac OS
  19630.  - AppleShare IP 6.3 SDK
  19631. AAny Power Macintosh computer, iMac, or Macintosh Server with a G4, G3, 604e, 604, or 601 microprocessor, or a 6500 series computer with a 603e microprocessor.
  19632. For AppleShare Client 3.8.5, Mac OS 9 is recommended; minimum requirement is Mac OS 7.6 or later.
  19633. Header files, libraries, samples use CodeWarrior Pro 3 or later.
  19634. NkAppleShare IP, Server, AppleShare Client, ASIP, AFP, Registry, PGP, UAM, Server Controls, Networking, Print
  19635. BD.All Packages
  19636. Mac OS SDK Edition
  19637. New & Revised
  19638. packagesA
  19639. applications
  19640. appstogo
  19641. arabic
  19642. arabic
  19643. language
  19644. arabic
  19645. language
  19646. v1.0.1
  19647. architectures
  19648. archive
  19649. arpsample
  19650. artwork
  19651. market
  19652. guide
  19653. assist
  19654. assistant
  19655. async
  19656. async
  19657. driver
  19658. tester
  19659. asyncdriversample1.0
  19660. ataerrordetector
  19661. atrapper
  19662. audio
  19663. audio
  19664. palette
  19665. developer
  19666. audit
  19667. audit
  19668. aug-95
  19669. autoguest
  19670. autoguest
  19671. automation
  19672. automation
  19673. essentials
  19674. 2.3.0
  19675. emulator
  19676. backlight
  19677. backlight
  19678. control
  19679. balloony
  19680. bbedit
  19681. bbedit
  19682. betabase
  19683. binhex
  19684. bit-depth
  19685. bitblitz
  19686. bitblitz
  19687. bring-up
  19688. broadcast
  19689. reporting
  19690. buginfo
  19691. appleshareclientapi
  19692. appleshareclientapi
  19693. applesingle/appledou
  19694. applesingle/appledou
  19695. format
  19696. applesingle/appledou
  19697. formats
  19698. appleswupdates-engli
  19699. appleswupdates-engli
  19700. appleswupdates-ww
  19701. appleswupdates-ww
  19702. appletalk
  19703. appletalk
  19704. administration
  19705. appletalk
  19706. administration
  19707. 1.0.2
  19708. appletalk
  19709. connection
  19710. appletalk
  19711. connection
  19712. 1.0.2
  19713. appletalk
  19714. alias
  19715. appletalk
  19716. first
  19717. appletalk
  19718. remote
  19719. access
  19720. appletalk
  19721. alias
  19722. appletalk
  19723. toolkit
  19724. appletalk-decnet
  19725. appletalk-decnet
  19726. applets
  19727. application
  19728. application
  19729. examples
  19730. applications
  19731. apprsrc
  19732. apprsrc
  19733. ppstogo
  19734. appstogo
  19735. reference
  19736. appstogo/cw
  19737. appstogo/cw
  19738. build
  19739. appwannabe
  19740. appwannabenewdocs
  19741. arabic
  19742. arabic
  19743. architectures
  19744. 2100X
  19745. Apr 98^
  19746. --set theItem to choose file -- uncomment to test in an AS editor
  19747.     tell application "Finder"
  19748.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:"
  19749.         activate
  19750.     end tell
  19751. on error errMsg number errNum
  19752.     --enter statements to perform when no records are found such as...
  19753.     display dialog "Sorry, the item you selected could not be found."
  19754.     return
  19755. end try
  19756. e    No Changef
  19757. AppleShare
  19758. AFP protocol.q
  19759. Dev.CD Apr 98 SDK1
  19760. All Packages
  19761. AppleSingle/AppleDouble FormatI
  19762. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  19763. ReadMe
  19764. AppleSingle/AppleDoubleK
  19765. Vol VM
  19766. Adobe Acrobat Reader.O_Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  19767. 2101X
  19768. 1e    No Change
  19769. Summary:  This Developer's Kit package includes only AppleShare IP API documentation at this time.  The AppleShare IP Developer's Kit documentation contains all the information you need to use server control calls, handle server events, and support AFP protocol version 2.2, including AFP over TCP/IP. 
  19770. Released April 98.
  19771. Dev.CD SDK
  19772. AppleShare IP 5.0 requires System Software 7.6, Open Transport 1.1.2, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processB
  19773. J(AppleShare IP API Read Me
  19774. Documentation:K
  19775. Apr 98M
  19776. AppleShare IP 5.0.2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  19777.  - Development Kits (Disc 1)
  19778.  - AppleShare IP API
  19779. arbitrary
  19780. arbitrate
  19781. arbitration
  19782. arcellana
  19783. architectural
  19784. architecture
  19785. chitectures
  19786. archive
  19787. archived
  19788. archives
  19789. Summary:  PortList is an extension that helps find when an application does not create or dispose of GrafPorts and CGrafPorts properly.
  19790. PortList drops into macsbug with the message "Port already in PortList."  if you are calling open port on the same pointer twice. This message could also appear if the port was not properly disposed and you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  19791. h a pointer that was never passed to InitPort or OpenPort.
  19792. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  19793. General tools.imgK
  19794. Feb 94N!testing, debugging, multiple openO>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  19795.  - Tool Chest
  19796.  - Testing & Debugging
  19797.  - General tools
  19798. DPgDev.CD Dec 99 RL Disk 1
  19799.  - Technical Documentation
  19800.  - Misc. Standards
  19801.  - AppleSingle/AppleDouble FormatV
  19802. 2101X
  19803. Dec 99^    RL Disk 1
  19804. --set theItem to choose file -- uncomment to test in an AS editor
  19805.     tell application "Finder"
  19806.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  19807.         activate
  19808.     end tell
  19809. on error errMsg number errNum
  19810.     --enter statements to perform when no records are found such as...
  19811.     display dialog "Sorry, the item you selected could not be found."
  19812.     return
  19813. end try
  19814. e    No Changeq
  19815. Dev.CD Dec 99 RL Disk 1
  19816. AppleTalk and PPP
  19817. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  19818. Issues:Specifications only
  19819. ons only
  19820. Nov 94
  19821. summary
  19822. document
  19823. discusses
  19824. apple's
  19825. creating
  19826. summary
  19827. document
  19828. explains
  19829. error
  19830. codes
  19831. summary
  19832. document
  19833. shows
  19834. keycodes
  19835. virtual
  19836. summary
  19837. example
  19838. shows
  19839. items
  19840. print
  19841. dialogs
  19842. summary
  19843. extension
  19844. patches
  19845. system
  19846. software
  19847. summary
  19848. contains
  19849. information
  19850. describing
  19851. summary
  19852. folder
  19853. contains
  19854. summary
  19855. folder
  19856. contains
  19857. european
  19858. distributors
  19859. summary
  19860. folder
  19861. contains
  19862. number
  19863. postscript
  19864. utilitie
  19865. summary
  19866. folder
  19867. contains
  19868. variety
  19869. hypercard
  19870. summary
  19871. folder
  19872. contains
  19873. tools
  19874. useful
  19875. develo
  19876. summary
  19877. guide
  19878. provides
  19879. information
  19880. about
  19881. markets
  19882. distri
  19883. summary
  19884. collection
  19885. useful
  19886. quicktime
  19887. functions
  19888. summary
  19889. complete
  19890. demonstration
  19891. access
  19892. summary
  19893. da/application
  19894. allows
  19895. examine
  19896. summary
  19897. document
  19898. discusses
  19899. apple's
  19900. creating@
  19901. summary
  19902. folder
  19903. contains
  19904. complete
  19905. information
  19906. develop@
  19907. summary
  19908. folder
  19909. contains
  19910. net-install
  19911. apple's
  19912. summary
  19913. package
  19914. includes
  19915. draft
  19916. specifications
  19917. summary
  19918. stack
  19919. contains
  19920. collection
  19921. apple
  19922. event
  19923. xcmd@
  19924. summary
  19925. allows
  19926. developer
  19927. monitor
  19928. support's@
  19929. system's@
  19930. tables@
  19931. take@
  19932. taking@
  19933. technological@
  19934. textbox@
  19935. than@
  19936. that@
  19937. apple@
  19938. appleshare
  19939. client
  19940. consists
  19941. routines
  19942. creat@
  19943. adobe
  19944. acrobat
  19945. reader
  19946. allows
  19947. navigate
  19948. release
  19949. apple's
  19950. brings
  19951. increased
  19952. functionali@
  19953. therefore@
  19954. they@
  19955. developer
  19956. provides
  19957. technical
  19958. information
  19959. about
  19960. folder
  19961. contains
  19962. example
  19963. illustrating
  19964. rance
  19965. extension@
  19966. 2102X
  19967. Nov 99^
  19968. --set theItem to choose file -- uncomment to test in an AS editor
  19969.     tell application "Finder"
  19970.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:AppleTalk and PPP:"
  19971.         activate
  19972.     end tell
  19973. on error errMsg number errNum
  19974.     --enter statements to perform when no records are found such as...
  19975.     display dialog "Sorry, the item you selected could not be found."
  19976.     return
  19977. end try
  19978. e    No Changeq
  19979. Dev.CD Nov 99 TC
  19980. FD!All Packages
  19981. Mac OS SDK Edition
  19982.  folder contains:
  19983.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  19984.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  19985. IMPORTANT NOTES
  19986. AppleTalk Connection installs the version 1.1.2 of the
  19987. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  19988. AppleTalk Connection relies on the latest release of MacSNMP vease of MacSNMP v
  19989. Mar 92L
  19990. Nov 94O9Dev.CD Nov 99 TC:Tool Chest:Networking:AppleTalk and PPP:PADev.CD Nov 99 TC
  19991.  - Tool Chest
  19992.  - Networking
  19993.  - AppleTalk and PPP
  19994. Read Me
  19995. Read Me.txt
  19996. rfc1332 (PPP IPCP)
  19997. rfc1334 (PPP Authentication)
  19998. rfc1378 (PPP ATCP)
  19999. rfc1570 (PPP LCP)
  20000. rfc1618 (PPP ISDN)
  20001. rfc1661 (PPP)
  20002. rfc1662 (PPP HDLC)
  20003. ED!All Packages
  20004. Tool Chest Edition
  20005. AppleTalk and PPP
  20006. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  20007. Issues:Specifications only
  20008. specifiers
  20009. specifies
  20010. specify
  20011. specifying
  20012. speech
  20013. speed
  20014. speed-critical
  20015. speeding
  20016. speeds
  20017. spellcheck
  20018. spellchecking
  20019. speller
  20020. spelling
  20021. spells
  20022. spellswell
  20023. spend
  20024. sphere
  20025. splash
  20026. splasher
  20027. split
  20028. sponsored
  20029. spool
  20030. spooled
  20031. spooler
  20032. spoolers
  20033. spooling
  20034. sports
  20035. spots
  20036. spreadsheet
  20037. spreadsheets
  20038. sprites
  20039. sprockets
  20040. square
  20041. squarewave
  20042. squarewavesynth
  20043. srcxor
  20044. storage
  20045. store
  20046. storing
  20047. story
  20048. stragegy
  20049. strassmann
  20050. strategic
  20051. strategies
  20052. strategy
  20053. streamedit
  20054. 2103X
  20055. Apr 98^
  20056. --set theItem to choose file -- uncomment to test in an AS editor
  20057.     tell application "Finder"
  20058.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:"
  20059.         activate
  20060.     end tell
  20061. on error errMsg number errNum
  20062.     --enter statements to perform when no records are found such as...
  20063.     display dialog "Sorry, the item you selected could not be found."
  20064.     return
  20065. end try
  20066. e    No Changeq
  20067. Dev.CD Apr 98 SDK1
  20068. GD!All Packages
  20069. Tool Chest Edition
  20070. AppleTalk SW for SNMP
  20071. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  20072. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  20073. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  20074.     No Change
  20075. ersion 1.1. See the MacSNMP folder for an up-to-date version of the SNMP development kits.
  20076. For the latest version of AppleTalk, see the Network Software Installer folder. 
  20077. The version 1.1.1 of the SNMP AppleTalk Agent for System 7.5 can be found in the MacSNMP folder.
  20078. JdAppleTalk - Read Me First
  20079. AppleTalk Administration:
  20080. AppleTalk Connection:
  20081. Network Software InstallerK
  20082. Jan 96O7Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk:P<Dev.CD Apr 98 SDK1
  20083.  - Development Kits (Disc 1)
  20084.  - AppleTalk
  20085. AppleTalk SDK
  20086. Summary:  This folder contains:
  20087.  the current release of AppleTalk Connection for Macintosh (version 1.1),
  20088.  the current release of AppleTalk Administration for Macintosh (version 1.1)
  20089. IMPORTANT NOTES
  20090. AppleTalk Connection installs the version 1.1.2 of the
  20091. Apple Shared Library Manager. Do not use AppleTalk Connection version 1.1 or AppleTalk Administration version 1.1 with an older version of Apple Shared Library Manager.
  20092. AppleTalk Connection relies on the latest release of MacSNMP v
  20093. content
  20094. contents
  20095. context
  20096. context-sensitive
  20097. contributors
  20098. controlQ
  20099. control-key
  20100. controllerQ
  20101. controllingQ
  20102. controls
  20103. controls/events
  20104. controlstrip
  20105. conveniently
  20106. conventions
  20107. conversion
  20108. convert
  20109. converted
  20110. converter
  20111. converts
  20112. cooperative
  20113. coordinates
  20114. copies
  20115. copland
  20116. coprocessor
  20117. copy-and-paste
  20118. copybitmask
  20119. copybits
  20120. copymask
  20121. copyright
  20122. correct
  20123. corrected
  20124. correctly
  20125. correspondence
  20126. costs
  20127. counter
  20128. countersQ
  20129. course
  20130. courses
  20131. courseware
  20132. GJqAppleTalk Administration 1.0.2:
  20133. AppleTalk Connection 1.0.2:
  20134. Overview - AppleTalk s/w
  20135. Overview - AppleTalk s/w.txtK
  20136. Aug 93M
  20137. System 7 for the SNMP softwareN
  20138. AppleTalk, SNMP, networkingOBDev.CD Nov 99 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:PMDev.CD Nov 99 TC
  20139.  - Tool Chest
  20140.  - Networking
  20141.  - SNMP
  20142.  - AppleTalk SW for SNMPV
  20143. 2104X
  20144. Nov 99^
  20145. --set theItem to choose file -- uncomment to test in an AS editor
  20146.     tell application "Finder"
  20147.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:SNMP:AppleTalk SW for SNMP:"
  20148.         activate
  20149.     end tell
  20150. on error errMsg number errNum
  20151.     --enter statements to perform when no records are found such as...
  20152.     display dialog "Sorry, the item you selected could not be found."
  20153.     return
  20154. end try
  20155. e    No Changef
  20156. AppleTalk
  20157. networkingq
  20158. Dev.CD Nov 99 TC
  20159. HD!All Packages
  20160. Mac OS SDK Edition
  20161. AppleTalk Wide Area
  20162. together
  20163. toggle
  20164. token
  20165. tokenizer
  20166. tokenring
  20167. overview
  20168. appletalk
  20169. overview
  20170. development
  20171. overview
  20172. development
  20173. package
  20174. packagetool
  20175. packagetool
  20176. packagetool
  20177. packagetool
  20178. packagetool
  20179. packagetool
  20180. packageutils
  20181. packageutils
  20182. packageutils
  20183. packagewindow
  20184. packagewindow
  20185. packagewindow
  20186. pages
  20187. palette&gworld
  20188. palette&gworld
  20189. palette&gworld
  20190. palette&gworld
  20191. paper
  20192. pappostscriptstuff
  20193. pappostscriptstuff
  20194. pappostscriptstuff
  20195. papserversample
  20196. papserversample
  20197. papserversample
  20198. papserversample
  20199. papserversample
  20200. papserversample
  20201. papserversample
  20202. readme
  20203. papserversample
  20204. papserverutilities
  20205. papserverutilities
  20206. papserverutilities
  20207. papworkstation
  20208. papworkstation
  20209. 2105X
  20210. Apr 98^
  20211. --set theItem to choose file -- uncomment to test in an AS editor
  20212.     tell application "Finder"
  20213.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:"
  20214.         activate
  20215.     end tell
  20216. on error errMsg number errNum
  20217.     --enter statements to perform when no records are found such as...
  20218.     display dialog "Sorry, the item you selected could not be found."
  20219.     return
  20220. end try
  20221. e    No Changef(AppleTalk Wide Area
  20222. Router
  20223. Internetq
  20224. Dev.CD Apr 98 SDK1
  20225. ID!All Packages
  20226. Tool Chest Edition
  20227. AppsToGo
  20228. Summary:  AppsToGo is a development framework for Mac development that supports a variety of development platforms, including  MPW, THINK, and CodeWarrior.  AppsToGo sports very strong prototyping, along with robust application support.
  20229. Issues:  Free -- use at own risk
  20230. 2106X
  20231. Moved
  20232. Summary:  The AppleTalk Wide Area Developer
  20233. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  20234.  The AppleTalk Wide Area Developer
  20235. s Toolkit contains the following items:
  20236. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  20237. --------------------------------------
  20238. -----------
  20239. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  20240. Apple Internet Router: User-Interface Extensions to the adev File
  20241. ---------------------------------------------
  20242. This document provides information needed to support the new adev resource calls. (An ade
  20243. v file is a file that provides support for one or more network connections.) These calls include a hierarchical display call and specific user-interface calls for configuration of AURP adevs.
  20244. Apple Internet Router: Developing an AURP adev File
  20245. ------------------------------------
  20246. This document provides information needed to develop an AURP adev. Included are the AURP calls to and from the atlk resource; some clues about the adev resource calls from the Apple Internet Router management app
  20247. lication, Router Manager; and hints on using the XTI (X/Open Transport Interface) Shell sample code. The XTI Shell sample code provides a base for writing an AURP adev over XTI and explicit instructions on how to modify it to implement your link.
  20248. Apple Internet Router: Extending IP Tunnel and DialUp
  20249. --------------------------------------
  20250. This document provides information needed to enhance the AppleTalk/IP Wide Area Extension (IP Tunnel adev) and the DialUp adev to support your MacTCP mde
  20251. |v file or serial driver.
  20252. Apple Internet Tunnel Simulator and Apple Tunnel Simulator software
  20253. -------------------------------------------------
  20254. Apple Tunnel Simulator is an application that simulates an AURP tunnel over TCP/IP. It is useful in testing your AURP implementations. The document Apple Internet Tunnel Simulator explains how to use the Apple Tunnel Simulator software.
  20255. JxATalk WAD Toolkit Read Me
  20256. AURP MIB
  20257. AURP MIB (compilable)
  20258. Documentation:
  20259. SNMP AURP Agent
  20260. TunnelSim
  20261. XTI Shell Sample Code:K
  20262. Apr 96N+AppleTalk Wide Area, AURP, Router, InternetOADev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleTalk Wide Area:PFDev.CD Apr 98 SDK1
  20263.  - Development Kits (Disc 1)
  20264.  - AppleTalk Wide Area
  20265. appletalk
  20266. application
  20267. apple
  20268. apple
  20269. event
  20270. macsbug
  20271. displays
  20272. apple
  20273. reporter
  20274. hypercard
  20275. stack
  20276. longer
  20277. apple
  20278. information
  20279. access
  20280. toolkit
  20281. object-orien
  20282. extensive
  20283. extensively
  20284. extent
  20285. external
  20286. externals
  20287. extra
  20288. extract
  20289. extracted
  20290. extractor
  20291. extractors
  20292. featuresQ
  20293. features
  20294. includes
  20295. demonstration
  20296. documentation
  20297. complete
  20298. feaures
  20299. february
  20300. feedback
  20301. field
  20302. fields
  20303. fifteen
  20304. fileinfo
  20305. filemaker
  20306. files
  20307. files/foldersW
  20308. filetool
  20309. final
  20310. financing
  20311. finder
  20312. finding
  20313. finds
  20314. first
  20315. fixes
  20316. appletalk/ip
  20317. applets
  20318. applicationQ
  20319. application/system
  20320. atalk
  20321. atalk
  20322. toolkit
  20323. atalksampleutils
  20324. atalksampleutils
  20325. atalksampleutils
  20326. atalkzones
  20327. atalkzones
  20328. atsui
  20329. audio
  20330. audio
  20331. aug-1995
  20332. backlight
  20333. backlight
  20334. control
  20335. balloonify
  20336. balloonify
  20337. balloonify
  20338. balloony
  20339. balloony
  20340. balloony
  20341. resources
  20342. balloonyhelp
  20343. balloonyhelp
  20344. balloonyres
  20345. balloonyres
  20346. basic
  20347. basic
  20348. connectivity
  20349. 1.1.1
  20350. bbedit
  20351. bbedit
  20352. extensions
  20353. bbedit
  20354. bbedit
  20355. quickstart
  20356. begin
  20357. betabase
  20358. betabase
  20359. binhex
  20360. binhex
  20361. binhex
  20362. specs
  20363. board
  20364. browser
  20365. reporting
  20366. build
  20367. buildxcmd
  20368. business
  20369. business
  20370. opp's
  20371. germany
  20372. byrne's
  20373. byrne's
  20374. xcmds
  20375. xfcns
  20376. byrne's
  20377. xcmds&xfcns
  20378. ! AppsToGo/CW build info
  20379. AppsToGo.docs:
  20380. AppWannabe:
  20381. AppWannabeNewDocs:
  20382. CalcIt:
  20383. DTS.Draw:
  20384. DTS.Lib:
  20385. DTS.StyleChat:
  20386. Kibitz:
  20387. pbClock:
  20388. AppsToGo Reference
  20389. AppsToGo.FAT
  20390. Sample Applications:K
  20391. May 93L
  20392. Nov 94M
  20393. Development-caliber Mac.NdAppsToGo, AppWannabe, Wannabe, DTS.Draw, DTS.Lib, DTS.StyleChat, Kibitz, pbClock, AppsToGo ReferenceODDev.CD Nov 99 TC:Sample Code:Development Tools & Languages:AppsToGo:PLDev.CD Nov 99 TC
  20394.  - Sample Code
  20395.  - Development Tools & Languages
  20396.  - AppsToGoV
  20397. 2106X
  20398. Nov 99^
  20399. --set theItem to choose file -- uncomment to test in an AS editor
  20400.     tell application "Finder"
  20401.         open item "Dev.CD Nov 99 TC:Sample Code:Development Tools & Languages:AppsToGo:"
  20402.         activate
  20403.     end tell
  20404. on error errMsg number errNum
  20405.     --enter statements to perform when no records are found such as...
  20406.     display dialog "Sorry, the item you selected could not be found."
  20407.     return
  20408. end try
  20409. Moved
  20410. If\AppsToGo
  20411. AppWannabe
  20412. Wannabe
  20413. DTS.Draw
  20414. DTS.Lib
  20415. DTS.StyleChat
  20416. Kibitz
  20417. pbClock
  20418. AppsToGo Referenceq
  20419. Dev.CD Nov 99 TC
  20420. All Packages
  20421. Arabic Language KitO
  20422. Dev.CD May 96 TCP
  20423. Dev.CD May 96 TV
  20424. 2107X
  20425. May 96
  20426. e--set theItem to choose file -- uncomment to test in an AS editor
  20427.     tell application "Finder"
  20428.         open item "Dev.CD May 96 TC"
  20429.         activate
  20430.     end tell
  20431. on error errMsg number errNum
  20432.     --enter statements to perform when no records are found such as...
  20433.     display dialog "Sorry, the item you selected could not be found."
  20434.     return
  20435. end try
  20436. All Packages
  20437. Arabic Language KitO
  20438. Dev.CD May 96 TCP
  20439. Dev.CD May 96 TV
  20440. 2108X
  20441. May 96
  20442. library
  20443. light
  20444. limit
  20445. linked
  20446. linkers
  20447. linking
  20448. listen
  20449. scroll
  20450. dynamic
  20451. scrolling
  20452. scrolling
  20453. control
  20454. proportional
  20455. scroll
  20456. appearance
  20457. loadable
  20458. loader
  20459. loading
  20460. locales
  20461. localization
  20462. localized
  20463. location
  20464. location
  20465. configuration
  20466. setting
  20467. preference
  20468. switch
  20469. module
  20470. logical
  20471. lproj
  20472. lurkers
  20473. lurkers
  20474. projector
  20475. human
  20476. interface
  20477. guidelines
  20478. inside
  20479. macintosh
  20480. inside
  20481. runtime
  20482. architecture
  20483. appstogo
  20484. appwannabe
  20485. wannabe
  20486. stylechat
  20487. appwannabe
  20488. arabic
  20489. architecture
  20490. archiving
  20491. arrangement
  20492. apple
  20493. shared
  20494. library
  20495. manager
  20496. dynamic
  20497. library
  20498. profiler
  20499. apple
  20500. system
  20501. assemblers
  20502. assembly
  20503. assistance
  20504. assistant
  20505. async
  20506. async
  20507. asynchronous
  20508. driver
  20509. table
  20510. async
  20511. device
  20512. asynchronous
  20513. atapi
  20514. powerbook
  20515. atapi
  20516. atmark
  20517. atsui
  20518. attributes
  20519. atworld
  20520. audio
  20521. balloon
  20522. finder
  20523. strings
  20524. spinning
  20525. cursors
  20526. balloon
  20527. dialog
  20528. balloons
  20529. bandwidthQ
  20530. based
  20531. batch
  20532. blitters
  20533. block
  20534. bridge
  20535. lified
  20536. All Packages
  20537. Arabic Language KitO2Dev.CD May 97 TC
  20538. Dev.CD Nov 96 TC
  20539. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  20540. Dev.CD Nov 96 TC
  20541. Dev.CD Aug 96 TV
  20542. 2109X
  20543. May 97
  20544. --set theItem to choose file -- uncomment to test in an AS editor
  20545.     tell application "Finder"
  20546.         open item "Dev.CD May 97 TC
  20547. Dev.CD Nov 96 TC
  20548. Dev.CD Aug 96 TC"
  20549.         activate
  20550.     end tell
  20551. on error errMsg number errNum
  20552.     --enter statements to perform when no records are found such as...
  20553.     display dialog "Sorry, the item you selected could not be found."
  20554.     return
  20555. end try
  20556. All Packages
  20557. Arabic Language KitO
  20558. Dev.CD May 97 TCP
  20559. Dev.CD May 97 TV
  20560. 2110X
  20561. May 97
  20562. e--set theItem to choose file -- uncomment to test in an AS editor
  20563.     tell application "Finder"
  20564.         open item "Dev.CD May 96 TC"
  20565.         activate
  20566.     end tell
  20567. on error errMsg number errNum
  20568.     --enter statements to perform when no records are found such as...
  20569.     display dialog "Sorry, the item you selected could not be found."
  20570.     return
  20571. end try
  20572. ND!All Packages
  20573. Tool Chest Edition
  20574. Arabic Language Kit v1.0.1
  20575. :Summary: The Arabic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Arabic on the Macintosh
  20576.  and other computers using the Mac
  20577.  OS.   See the document "Arabic Read Me First" or "Lisez-moi (Arabe)" for details and installation instructions. 
  20578. JDInstall 1, English
  20579. Install 1, Fran
  20580. Install 2
  20581. Install 3
  20582. Install 4K
  20583. May 96L
  20584. Aug 96O9Dev.CD Nov 99 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD Nov 99 TC
  20585.  - Language Kits
  20586.  - Arabic Language Kit 1.0.1V
  20587. 2111X
  20588. Nov 99^
  20589. e--set theItem to choose file -- uncomment to test in an AS editor
  20590.     tell application "Finder"
  20591.         open item "Dev.CD May 97 TC"
  20592.         activate
  20593.     end tell
  20594. on error errMsg number errNum
  20595.     --enter statements to perform when no records are found such as...
  20596.     display dialog "Sorry, the item you selected could not be found."
  20597.     return
  20598. end try
  20599. Ne    No Changeq
  20600. Dev.CD Nov 99 TC
  20601. All Packages
  20602. F    ARPSample
  20603. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  20604. ARPerations.c
  20605. ARPerations.h
  20606. ARPSample.68K
  20607. ARPSample.68K.
  20608. ARPSample.PPC
  20609. ARPSamplePPC.
  20610. ARPSampleShell.c
  20611. Metrowerks Build Script
  20612. OTARPModule.h
  20613. Read Me About ARP SampleK
  20614. Jun 98M
  20615. Open Transport 1.1.1 or higherN.Open Transport, ARP, cache, add, delete, queryOCDev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:PNDev.CD Jun 98 RL1
  20616.  - What's New
  20617.  - Sample Code
  20618.  - Networking
  20619.  - ARPSample1.0b1V
  20620. 2112X
  20621. Jun 98^
  20622. e    No Change
  20623. --set theItem to choose file -- uncomment to test in an AS editor
  20624.     tell application "Finder"
  20625.         open item "Dev.CD Nov 99 TC:Language Kits:Arabic Language Kit 1.0.1:"
  20626.         activate
  20627.     end tell
  20628. on error errMsg number errNum
  20629.     --enter statements to perform when no records are found such as...
  20630.     display dialog "Sorry, the item you selected could not be found."
  20631.     return
  20632. end try
  20633. Oe    No Changef)Open Transport
  20634. cache
  20635. delete
  20636. queryq
  20637. Dev.CD Jun 98 RL1
  20638. PD!All Packages
  20639. Tool Chest Edition
  20640.  guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  20641. Asian Dist Addr (US) 7/4.dpK
  20642. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:P]Dev.CD May 98 TC
  20643.  - Programs & Marketing
  20644.  - Market & Distribution Guides
  20645.  - Asia Market GuideV
  20646. 2113X
  20647. May 98^
  20648. --set theItem to choose file -- uncomment to test in an AS editor
  20649.     tell application "Finder"
  20650.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:"
  20651.         activate
  20652.     end tell
  20653. on error errMsg number errNum
  20654.     --enter statements to perform when no records are found such as...
  20655.     display dialog "Sorry, the item you selected could not be found."
  20656.     return
  20657. end try
  20658. end try
  20659. --set theItem to choose file -- uncomment to test in an AS editor
  20660.     tell application "Finder"
  20661.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:ARPSample1.0b1:"
  20662.         activate
  20663.     end tell
  20664. on error errMsg number errNum
  20665.     --enter statements to perform when no records are found such as...
  20666.     display dialog "Sorry, the item you selected could not be found."
  20667.     return
  20668. end try
  20669. folder
  20670. contains
  20671. archives
  20672. format
  20673. apple
  20674. folder
  20675. contains
  20676. latest
  20677. version
  20678. controls
  20679. folder
  20680. contains
  20681. updated
  20682. documents
  20683. outlining
  20684. strategies
  20685. folder
  20686. contains
  20687. worldwide
  20688. updates
  20689. hypercard
  20690. update
  20691. features
  20692. including
  20693. displays
  20694. memory
  20695. configuration
  20696. sample
  20697. demonstrates
  20698. variety
  20699. transport
  20700. sample
  20701. shows
  20702. write
  20703. fully
  20704. asynchronous
  20705. block
  20706. produces
  20707. template
  20708. building
  20709. balloon
  20710. thomas
  20711. thompson
  20712. those
  20713. thoughts
  20714. thousand
  20715. thrashing
  20716. thread
  20717. threaded
  20718. threads
  20719. three
  20720. through
  20721. print
  20722. security
  20723. protocol
  20724. registry
  20725. server
  20726. controls/events
  20727. authentication
  20728. module
  20729. askyesno
  20730. 2.0.1
  20731. licensing
  20732. debugging
  20733. tools
  20734. developer
  20735. tools
  20736. documentation
  20737. examples
  20738. installer
  20739. installer
  20740. image
  20741. symfiles
  20742. asset
  20743. assistant
  20744. associated
  20745. associated
  20746. documentation
  20747. async
  20748. atags
  20749. atags
  20750. manual
  20751. atags
  20752. manual
  20753. Pe    No Changeq
  20754. Dev.CD May 98 TC
  20755. QD!All Packages
  20756. Tool Chest Edition
  20757. Async driver testerI
  20758. A simple utility to test if a driver support asynchronous reads
  20759. Shows how to walk the driver table and relate a volume to a disk driver.J
  20760. Sample Code.imgK
  20761. Aug 97N&async, asynchronous, driver unit tableO
  20762. Dev.CD Nov 99 TC:Sample Code:P
  20763. Dev.CD Nov 99 TC
  20764.  - Sample CodeV
  20765. 2114X
  20766. Nov 99^
  20767. r--set theItem to choose file -- uncomment to test in an AS editor
  20768.     tell application "Finder"
  20769.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20770.         activate
  20771.     end tell
  20772. on error errMsg number errNum
  20773.     --enter statements to perform when no records are found such as...
  20774.     display dialog "Sorry, the item you selected could not be found."
  20775.     return
  20776. end try
  20777. e    No Changef$async
  20778. asynchronous
  20779. driver unit tableq
  20780. Dev.CD Nov 99 TC
  20781. RD!All Packages
  20782. Tool Chest Edition
  20783. AsyncDriverSample1.0b4
  20784. Asia Market GuideI
  20785. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  20786. Asian Dist Addr (US) 7/4.dpK
  20787. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:P]Dev.CD May 98 TC
  20788.  - Programs & Marketing
  20789.  - Market & Distribution Guides
  20790.  - Asia Market GuideV
  20791. 2113X
  20792. May 98^
  20793. --set theItem to choose file -- uncomment to test in an AS editor
  20794.     tell application "Finder"
  20795.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:"
  20796.         activate
  20797.     end tell
  20798. on error errMsg number errNum
  20799.     --enter statements to perform when no records are found such as...
  20800.     display dialog "Sorry, the item you selected could not be found."
  20801.     return
  20802. end try
  20803. asked
  20804. askyesno
  20805. ssigned
  20806. assignments
  20807. assist
  20808. assistance
  20809. assistant
  20810. assistants
  20811. associated
  20812. association
  20813. asynchronous
  20814. asynchronous
  20815. background
  20816. networking
  20817. macintosh
  20818. harry
  20819. asynchronously
  20820. atademo
  20821. atademo
  20822. codewarrior
  20823. sample
  20824. atrapper
  20825. attach
  20826. attached
  20827. attaching
  20828. attempt
  20829. attempts
  20830. attention
  20831. attribute
  20832. attributes
  20833. audience
  20834. audiences
  20835. audio
  20836. audit
  20837. audited
  20838. auditing
  20839. august
  20840. aurp-speaking
  20841. authentication
  20842. authors
  20843. autoguest
  20844. address
  20845. addresses
  20846. administration
  20847. archive
  20848. files
  20849. archive
  20850. color
  20851. imaging
  20852. advanced
  20853. advanced
  20854. color
  20855. imaging
  20856. advanced
  20857. color
  20858. imaging
  20859. advanced
  20860. technique
  20861. coercion
  20862. aechess
  20863. aechess
  20864. aegizmos
  20865. aegizmos
  20866. 1.4.2
  20867. aeobject-edition1.0.
  20868. aeobject-edition1.0.
  20869. sample
  20870. editor
  20871. stack
  20872. 1.0b3
  20873. resedit
  20874. template
  20875. aetracker
  20876. aetracker
  20877. aetracker
  20878. aetracker
  20879. monitor
  20880. aetracker
  20881. aeusertermtypes
  20882. aeusertermtypes
  20883. resource
  20884. protocol
  20885. agent
  20886. agfile
  20887. agfile
  20888. agfilelib
  20889. agfilelib
  20890. agfilelib
  20891. xcoff
  20892. manual
  20893. changeQ
  20894. 2115X
  20895. Nov 99^
  20896. r--set theItem to choose file -- uncomment to test in an AS editor
  20897.     tell application "Finder"
  20898.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20899.         activate
  20900.     end tell
  20901. on error errMsg number errNum
  20902.     --enter statements to perform when no records are found such as...
  20903.     display dialog "Sorry, the item you selected could not be found."
  20904.     return
  20905. end try
  20906. e    No Changef
  20907. async deviceq
  20908. Dev.CD Nov 99 TC
  20909. SD!All Packages
  20910. Tool Chest Edition
  20911. ATA Demo 1.3
  20912. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  20913. This sample has been updated to properly work with the .AppleCD driver installed.
  20914. Sample Code.imgK
  20915. Jan 98L
  20916. May 99M
  20917. ATA Manager, Mac OS 8.5N
  20918. ATA, ATAPI, CD RomO
  20919. Dev.CD Nov 99 TC:Sample Code:P
  20920. Dev.CD Nov 99 TC
  20921.  - Sample CodeV
  20922. 2116X
  20923. Nov 99^
  20924. This sample shows how to write a fully asynchronous block device driver for the traditional Mac OS.  The sample tries to implement the simplest possible device driver and therefore doesn
  20925. t talk to any real hardware.  Instead it mounts disk images over the network.
  20926. Sample Code.imgK
  20927. Jul 97L
  20928. Jul 97N
  20929. async deviceO
  20930. Dev.CD Nov 99 TC:Sample Code:P
  20931. Dev.CD Nov 99 TC
  20932.  - Sample Code
  20933. Se    No Changef
  20934. ATAPI
  20935. CD Romq
  20936. Dev.CD Nov 99 TC
  20937. TD!All Packages
  20938. Tool Chest Edition
  20939. ATAErrorDetector
  20940. tSample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks in SCSI disk mode.
  20941. Demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  Detects an error documented in the technote "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  20942. Sample Code.imgK
  20943. Jan 98M
  20944. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N$ATA, PowerBook, SCSI, SCSI disk modeO
  20945. Dev.CD Nov 99 TC:Sample Code:P
  20946. Dev.CD Nov 99 TC
  20947.  - Sample CodeV
  20948. 2117X
  20949. Nov 99^
  20950. r--set theItem to choose file -- uncomment to test in an AS editor
  20951.     tell application "Finder"
  20952.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20953.         activate
  20954.     end tell
  20955. on error errMsg number errNum
  20956.     --enter statements to perform when no records are found such as...
  20957.     display dialog "Sorry, the item you selected could not be found."
  20958.     return
  20959. end try
  20960. Te    No Changef!ATA
  20961. PowerBook
  20962. SCSI disk modeq
  20963. Dev.CD Nov 99 TC
  20964. UD!All Packages
  20965. Tool Chest Edition
  20966. ATrapper
  20967. :Summary: ATrapper is an application that records A-Trap calls that occur between the time ATrapper is installed and removed.
  20968. Features: ATrapper can be set to record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  20969. General tools.imgK
  20970. Vol VL
  20971. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.O>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  20972.  - Tool Chest
  20973.  - Testing & Debugging
  20974.  - General toolsV
  20975. 2118X
  20976. Nov 99^
  20977. r--set theItem to choose file -- uncomment to test in an AS editor
  20978.     tell application "Finder"
  20979.         open item "Dev.CD Nov 99 TC:Sample Code:"
  20980.         activate
  20981.     end tell
  20982. on error errMsg number errNum
  20983.     --enter statements to perform when no records are found such as...
  20984.     display dialog "Sorry, the item you selected could not be found."
  20985.     return
  20986. end try
  20987. Ue    No Changeq
  20988. Dev.CD Nov 99 TC
  20989. VD!All Packages
  20990. Tool Chest Edition
  20991. Audio Palette Developer Doc
  20992. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  20993. Alias XFCN 1.3
  20994. Apple Event XCMDs 1.0b3
  20995. Byrne's XCMDs&XFCNs
  20996. CallHyper 1.0
  20997. FinderEvents 1.2
  20998. GetVol and NewFormat
  20999. Help XFCN 1.4
  21000. ProgressWindoid
  21001. QuickTime XCMDs  alias
  21002. SysEnv XFCN 1.0D13K
  21003. Vol IIIL
  21004. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  21005.  - Tool Chest
  21006.  - Development Kits
  21007.  - HyperCard Related
  21008.  - XCMDs & XFCNsV
  21009. 2119X
  21010. Nov 99^
  21011. --set theItem to choose file -- uncomment to test in an AS editor
  21012.     tell application "Finder"
  21013.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  21014.         activate
  21015.     end tell
  21016. on error errMsg number errNum
  21017.     --enter statements to perform when no records are found such as...
  21018.     display dialog "Sorry, the item you selected could not be found."
  21019.     return
  21020. end try
  21021. summary
  21022. contains
  21023. latest
  21024. appletalk
  21025. stack
  21026. version
  21027. macsn
  21028. summary
  21029. controlstrip
  21030. sample
  21031. program
  21032. shows
  21033. summary
  21034. convert
  21035. projects
  21036. utility
  21037. which
  21038. summary
  21039. generator
  21040. application
  21041. generate
  21042. summary
  21043. linear
  21044. feedback
  21045. shift
  21046. register
  21047. entered
  21048. summary
  21049. daystar
  21050. digital
  21051. apple
  21052. computer
  21053. designed
  21054. summary
  21055. description
  21056. input
  21057. methods
  21058. chinese
  21059. summary
  21060. disinfectant
  21061. anti-viral
  21062. utility
  21063. summary
  21064. diskfiller
  21065. little
  21066. utility
  21067. allows
  21068. users
  21069. summary
  21070. displays
  21071. record
  21072. directly
  21073. current
  21074. print
  21075. recor
  21076. summary
  21077. disposeresource
  21078. extension
  21079. catches
  21080. commo
  21081. summary
  21082. doubletrouble
  21083. debugging
  21084. utility
  21085. catch
  21086. summary
  21087. driver
  21088. installer
  21089. quick
  21090. dirty
  21091. application
  21092. summary
  21093. error
  21094. tones
  21095. application
  21096. explains
  21097. summary
  21098. macintosh
  21099. software
  21100. distributed
  21101. world
  21102. Deletedq
  21103. Dev.CD Nov 99 TC
  21104. WD!All Packages
  21105. Tool Chest Edition
  21106. Audit app & dcmd
  21107. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  21108. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  21109. General tools.imgK
  21110. Feb 94N
  21111. testing, debuggingO>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  21112.  - Tool Chest
  21113.  - Testing & Debugging
  21114.  - General toolsV
  21115. 2120X
  21116. Nov 99^
  21117. --set theItem to choose file -- uncomment to test in an AS editor
  21118.     tell application "Finder"
  21119.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  21120.         activate
  21121.     end tell
  21122. on error errMsg number errNum
  21123.     --enter statements to perform when no records are found such as...
  21124.     display dialog "Sorry, the item you selected could not be found."
  21125.     return
  21126. end try
  21127. We    No Changef
  21128. testing
  21129. debuggingq
  21130. Dev.CD Nov 99 TC
  21131. XD!All Packages
  21132. Tool Chest Edition
  21133. AutoGuest 3.0
  21134. AutoGuest 3.0 is a control panel that attempts to prevent the login permission dialog from appearing when Program Linking as Guest is used.
  21135. This is a Control Panel with simple configuration capabilities. It attempts to solve the problem of a modal dialog stopping an automated process which includes Program Linking as a Guest. Full information is provided in the User's Guide included in the package. 
  21136. Hardware: Macintosh Plus or better. 
  21137. System Software: Mac OS 7.5 or greater (it's been te
  21138. --set theItem to choose file -- uncomment to test in an AS editor
  21139.     tell application "Finder"
  21140.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  21141.         activate
  21142.     end tell
  21143. on error errMsg number errNum
  21144.     --enter statements to perform when no records are found such as...
  21145.     display dialog "Sorry, the item you selected could not be found."
  21146.     return
  21147. end try
  21148. sample
  21149. compression/decompre
  21150. sound
  21151. manager
  21152. component
  21153. sample
  21154. program
  21155. which
  21156. demonstrates
  21157. adbop
  21158. simple
  21159. sample
  21160. which
  21161. demonstrates
  21162. controls
  21163. simple
  21164. utility
  21165. driver
  21166. support
  21167. asynchronous
  21168. sound
  21169. manager
  21170. pre-mixer
  21171. effect
  21172. component
  21173. shows
  21174. sample
  21175. shows
  21176. transport
  21177. a-trap
  21178. a/rose
  21179. ability
  21180. aborts
  21181. about
  21182. about
  21183. runtime
  21184. 2.1.4
  21185. accuracy@
  21186. activate@
  21187. add-ons@
  21188. addendum@
  21189. adobe's@
  21190. adsp@
  21191. after@
  21192. agree@
  21193. alexander@
  21194. all-in-one@
  21195. along@
  21196. also@
  21197. always
  21198. among@
  21199. amounts@
  21200. example
  21201. opengl
  21202. drawsprocket
  21203. integration
  21204. extension
  21205. which
  21206. enables
  21207. developers
  21208. adopt
  21209. high-leve@
  21210. and/or@
  21211. animators@
  21212. answer@
  21213. aoce@
  21214. apis@
  21215. apoplexy@
  21216. apple@
  21217. apple
  21218. computer
  21219. apple
  21220. detectors
  21221. technology
  21222. scans
  21223. searchi@
  21224. applemrjsetup@
  21225. appletalk/ip@
  21226. application's@
  21227. applications@
  21228. applied@
  21229. arbitrary@
  21230. architecture/roadmap@
  21231. area@
  21232. arrived@
  21233. article@
  21234. as-is@
  21235. asip@
  21236. aslm@
  21237. aspects@
  21238. assembled@
  21239. asyncpb@
  21240. boxes@
  21241. bringing@
  21242. bugfix@
  21243. build@
  21244. butcdef@
  21245. code-resources
  21246. code-reviewed
  21247. codec
  21248. coded
  21249. codes
  21250. codewarrior
  21251. codewarrior's
  21252. coding
  21253. coercion
  21254. coercions
  21255. coexist
  21256. cohasset
  21257. collaborate
  21258. collaboration
  21259. collation
  21260. collect
  21261. collected
  21262. collecting
  21263. collection
  21264. documentation
  21265. developer
  21266. notes
  21267. collections
  21268. collectionservices
  21269. collectpictcolors
  21270. collects
  21271. collyer
  21272. color
  21273. com/java
  21274. thanks
  21275. 2121X
  21276. Nov 99^
  21277. --set theItem to choose file -- uncomment to test in an AS editor
  21278.     tell application "Finder"
  21279.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:"
  21280.         activate
  21281.     end tell
  21282. on error errMsg number errNum
  21283.     --enter statements to perform when no records are found such as...
  21284.     display dialog "Sorry, the item you selected could not be found."
  21285.     return
  21286. end try
  21287. e    No Changef!Program Linking
  21288. AppleEvents
  21289. Guestq
  21290. Dev.CD Nov 99 TC
  21291. YD!All Packages
  21292. Tool Chest Edition
  21293. Automation Essentials 2.3.0
  21294. sted with up to 8.5.1 successfully).
  21295. This code is provided 
  21296. as is
  21297. , and Apple Computer, Inc. makes no claims about its  suitability for use in any application. AutoGuest patches Mac OS system routines, so you should install it only when necessary. 
  21298. Third Party Compatibility
  21299. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  21300.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  21301.  is not at fault, it is a side effect of the way AutoGuest INI
  21302. T 2.x implements that feature.
  21303. AutoGuest 3.0 was updated to work with Speed Doubler
  21304.  8.0 through 8.1.2, but may have problems with newer versions of that product. If there is a problem, AutoGuest will notify you at startup that it is running on an 
  21305. unknown Mac
  21306. JMAutoGuest
  21307. AutoGuest 3.0 User's Guide.pdf
  21308. AutoGuest READ ME
  21309. Check AutoGuest.asK
  21310. Jan 92L
  21311. May 99N#Program Linking, AppleEvents, GuestONDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:AE Tools:AutoGuest:
  21312. XPYDev.CD Nov 99 TC
  21313.  - Tool Chest
  21314.  - Interapplication Communication
  21315.  - AE Tools
  21316.  - AutoGuest
  21317. 1.0.4
  21318. 1.0.6
  21319. 1.0b2
  21320. 1.0b3
  21321. 1.0b5
  21322. 1.0d6
  21323. 1.0fc1
  21324. 1.1.1
  21325. 1.1.3
  21326. 1.1.4
  21327. 1.1b1
  21328. 1.1b8
  21329. 1.2.1
  21330. 1.2.3
  21331. 1.3.4
  21332. 1.3b5
  21333. 1.4.2
  21334. 1.4.9
  21335. 1.4d5
  21336. autoguest
  21337. control
  21338. panel
  21339. attempts
  21340. prevent
  21341. automagically
  21342. automate
  21343. automated
  21344. automates
  21345. automatic
  21346. automatically
  21347. automating
  21348. automation
  21349. autoversioning
  21350. auxiliary
  21351. available
  21352. backflips
  21353. background
  21354. background-only
  21355. backlight
  21356. backs
  21357. backwards
  21358. bal's
  21359. balance
  21360. balloon
  21361. balloons
  21362. bandwidth
  21363. 2122X
  21364. Nov 99^
  21365. --set theItem to choose file -- uncomment to test in an AS editor
  21366.     tell application "Finder"
  21367.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:"
  21368.         activate
  21369.     end tell
  21370. on error errMsg number errNum
  21371.     --enter statements to perform when no records are found such as...
  21372.     display dialog "Sorry, the item you selected could not be found."
  21373.     return
  21374. end try
  21375. e    No ChangefsVU
  21376. Virtual User
  21377. VirtualUser
  21378. SPEC S&L
  21379. FileTool
  21380. Memory Monitor
  21381. Testing
  21382. Automation
  21383. Automated Testing
  21384. Clouseauq
  21385. Dev.CD Nov 99 TC
  21386. ZD!All Packages
  21387. Tool Chest Edition
  21388. AV EmulatorI
  21389. This package contains the G4 processor emulator extensions for Mac OS 8.1 and 8.5.  It also contains a Readme file and a ResEdit debug resource.
  21390. These extensions allow code written using the AltiVec instruction set to be run on a G3-class machine.J
  21391. Sample Code.imgK
  21392. May 99M
  21393. PowerPC G3, Mac OS 8.1 or 8.5.:Sample Code:V
  21394. 2123X
  21395. 1e    No Change
  21396. Large collection of tools, scripts, libraries, and examples for automating user level testing.  These are most of the tools used by Apple itself to perform integration, compatibility, and user-perceived performance testing.  All tools are compatible with MacOS' from 7.0 through 8.0.
  21397. This is the first major release of these tools for outside users in several years. Everything is updated, and there are many new tools never before released, such as the Clouseau VU scripts, and several host a
  21398. nd target configuration installers.
  21399. Includes: Virtual User (FAT application, Sys 8.0 compatible);  many extension tools to Virtual User such as Ivy (image verification), FileTool and Memory Monitor;  SPEC S&L and  Clouseau Virtual User scripts;  full packages for host and target installations, including AppleScript based installers.
  21400. Host machines:  Mac IIfx or later, 16 MB memory or greater. System 7.0 or later (System 7.5 or later preferred).
  21401. Target machines:  Mac SE or later, 4 MB mem
  21402. ory or greater.  System 6.5 or later (System 7.0 or later preferred).  VU External Tools require System 7.0 or later.
  21403. Virtual User is a host-target based testing system.  At least 2 machines (1 host, many targets) are necessary to perform any testing with Virtual User, and all machines must be connected via an AppleTalk network (TCP/IP is not supported).
  21404. VU External Tool communications require targets with System 7.0 or later.
  21405. Mac OS Development Toolkit.imgK
  21406. May 98N~VU, Virtual User, VirtualUser, SPEC, SPEC S&L, Ivy, FileTool, Memory Monitor, Testing, Automation, Automated Testing, ClouseauOKDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Mac OS Development Toolkit:PSDev.CD Nov 99 TC
  21407.  - Tool Chest
  21408.  - Testing & Debugging
  21409.  - Mac OS Development Toolkit
  21410. packages
  21411. premiere
  21412. prepare
  21413. prepared
  21414. preparememoryforio
  21415. preparing
  21416. preperation
  21417. prerelease
  21418. prerequisite
  21419. prerequisites
  21420. prescalers
  21421. presence
  21422. present
  21423. presentation
  21424. presentations
  21425. presented
  21426. presenting
  21427. presently
  21428. presents
  21429. preserve
  21430. preserve68kregsactiv
  21431. preserve68kregssendp
  21432. preserved
  21433. print2
  21434. printer
  21435. printers
  21436. printing
  21437. prior
  21438. probably
  21439. problem
  21440. problematic
  21441. problems
  21442. virtual
  21443. virtualuser
  21444. filetool
  21445. memor
  21446. virtual
  21447. virtualuser
  21448. testing
  21449. automation
  21450. automated
  21451. vu-meter
  21452. vumeter
  21453. vumeter
  21454. sound
  21455. level
  21456. meters
  21457. sample
  21458. volume
  21459. waitnextevent
  21460. wannabe
  21461. waste
  21462. waste
  21463. textedit
  21464. replacement
  21465. webobjects
  21466. webobjects
  21467. categories
  21468. posers
  21469. webobjects
  21470. designing
  21471. robustness
  21472. testing
  21473. webobjects
  21474. eomodeler
  21475. project
  21476. builder
  21477. webobjects
  21478. builder
  21479. webobjects
  21480. objective-c
  21481. webobjects
  21482. openstep
  21483. memory
  21484. management
  21485. webobjects
  21486. performance
  21487. tuning
  21488. optimization
  21489. webobjects
  21490. webobjects
  21491. server
  21492. objects
  21493. window
  21494. windows
  21495. wombat
  21496. workgroup
  21497. working
  21498. wrapper
  21499. writeswell
  21500. yellow
  21501. zanzibar
  21502. AltiVec, emulator, G4O
  21503. Dev.CD Nov 99 TC:Sample Code:P
  21504. Dev.CD Nov 99 TC
  21505.  - Sample CodeV
  21506. 2123X
  21507. Nov 99^
  21508. r--set theItem to choose file -- uncomment to test in an AS editor
  21509.     tell application "Finder"
  21510.         open item "Dev.CD Nov 99 TC:Sample Code:"
  21511.         activate
  21512.     end tell
  21513. on error errMsg number errNum
  21514.     --enter statements to perform when no records are found such as...
  21515.     display dialog "Sorry, the item you selected could not be found."
  21516.     return
  21517. end try
  21518. e    No Changef
  21519. AltiVec
  21520. emulator
  21521. Dev.CD Nov 99 TC
  21522. [D!All Packages
  21523. Tool Chest Edition
  21524. Backlight ControlI
  21525. Summary: Backlight Control is a control panel for PowerBooks which can be used to maximize the battery power by turning off the backlight while the PowerBook is inactive for certain time.J-About Backlight Control 1.0
  21526. Backlight ControlK
  21527. Oct 92M    PowerBookOPDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:ge
  21528. enable
  21529. enabled
  21530. enabled/disabled
  21531. enabler
  21532. enablers
  21533. enables
  21534. enablesoundthrough
  21535. enabling
  21536. encapsulate
  21537. encapsulated
  21538. enclosed
  21539. encoded
  21540. encoding
  21541. encodings
  21542. encompasses
  21543. encounter
  21544. encounters
  21545. encourage
  21546. encouraged
  21547. encourages
  21548. encryption
  21549. end-of-message
  21550. endless
  21551. endorsement
  21552. endpoint
  21553. endpoints
  21554. enforces
  21555. engine
  21556. engineers
  21557. engines
  21558. among
  21559. amongst
  21560. amount
  21561. environment
  21562. eomodeler
  21563. eomodeler
  21564. database
  21565. error
  21566. applesearch
  21567. appleshare
  21568. gateway
  21569. ethernet
  21570. ethernet
  21571. built-in
  21572. address
  21573. burned-in
  21574. address
  21575. ethernet
  21576. multicast
  21577. mdata
  21578. 802.2
  21579. 802.3
  21580. ethertalk
  21581. etsda
  21582. event
  21583. events
  21584. exchange
  21585. expansion
  21586. extension
  21587. external
  21588. extractor
  21589. faceless
  21590. family
  21591. fcode
  21592. features
  21593. feedback
  21594. fetch
  21595. field
  21596. manager
  21597. desktop
  21598. manager
  21599. sample
  21600. fonts
  21601. foreign
  21602. formatting
  21603. foundation
  21604. framework
  21605. function
  21606. functions
  21607. games
  21608. games
  21609. sprockets
  21610. sprite
  21611. blitters
  21612. drawsprocket
  21613. moofwars
  21614. gamma
  21615. gateway
  21616. gestalt
  21617. [P[Dev.CD Nov 99 TC
  21618.  - Tool Chest
  21619.  - Hardware
  21620.  - Display & Video Hardware
  21621.  - Backlight ControlV
  21622. 2124X
  21623. Nov 99^
  21624. --set theItem to choose file -- uncomment to test in an AS editor
  21625.     tell application "Finder"
  21626.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Backlight Control:"
  21627.         activate
  21628.     end tell
  21629. on error errMsg number errNum
  21630.     --enter statements to perform when no records are found such as...
  21631.     display dialog "Sorry, the item you selected could not be found."
  21632.     return
  21633. end try
  21634. e    No Changeq
  21635. Dev.CD Nov 99 TC
  21636. \D!All Packages
  21637. Tool Chest Edition
  21638. Balloony
  21639. 2125X
  21640. Nov 99^
  21641. --set theItem to choose file -- uncomment to test in an AS editor
  21642.     tell application "Finder"
  21643.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:Balloony:"
  21644.         activate
  21645.     end tell
  21646. on error errMsg number errNum
  21647.     --enter statements to perform when no records are found such as...
  21648.     display dialog "Sorry, the item you selected could not be found."
  21649.     return
  21650. end try
  21651. e    No Changef
  21652. balloon
  21653. dialogq
  21654. Dev.CD Nov 99 TC
  21655. ]D!All Packages
  21656. Tool Chest Edition
  21657. BBEdit Lite 3.5
  21658. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  21659. This tool produces a template for building balloon help into your application. You provide your existing app or resource file, and the tool produces Rez source text for all of 
  21660. your dialog and menu resources. You can then edit and compile this file under MPW or CodeWarrior or anything else which compiles '.r' files.
  21661. Issues: This tool is provided by a third party. It and its source code have been placed in the public domain. See the READ ME for more info.
  21662. Balloonify.c
  21663. Balloonify.h
  21664. Balloony
  21665. Balloony.r
  21666. Balloony.RESOURCES
  21667. Balloony.
  21668. BalloonyHelp.r
  21669. BalloonyRes.h
  21670. main.c
  21671. Read Me
  21672. Sample OutputK
  21673. Dec 97O-Dev.CD Nov 99 TC:Tool Chest:Toolbox:Balloony:
  21674. \M|Not certain; probably requires System 7; most things these days do. Balloon help itself is present under System 7 and later.N balloon, tool, rez, menu, dialogO-Dev.CD Nov 99 TC:Tool Chest:Toolbox:Balloony:P5Dev.CD Nov 99 TC
  21675.  - Tool Chest
  21676.  - Toolbox
  21677.  - Balloony
  21678. sample
  21679. applications
  21680. sample
  21681. sample
  21682. boardimage
  21683. savemenu
  21684. sbarcdef
  21685. sbarcdef
  21686. sample
  21687. tesample
  21688. sillyballs
  21689. tubetest
  21690. hiermenus
  21691. popmenus
  21692. edittextcdev
  21693. getzonelist
  21694. signals
  21695. ooptesample
  21696. cplustesample
  21697. offsample
  21698. tbltdrvr
  21699. stdfile
  21700. testylesample
  21701. modallist
  21702. screenfkey
  21703. soundapp
  21704. 2126X
  21705. Nov 99^
  21706. --set theItem to choose file -- uncomment to test in an AS editor
  21707.     tell application "Finder"
  21708.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:"
  21709.         activate
  21710.     end tell
  21711. on error errMsg number errNum
  21712.     --enter statements to perform when no records are found such as...
  21713.     display dialog "Sorry, the item you selected could not be found."
  21714.     return
  21715. end try
  21716. Deletedq
  21717. Dev.CD Nov 99 TC
  21718. ^D!All Packages
  21719. Tool Chest Edition
  21720. is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  21721. Features:
  21722.  lists all of the current System Software and Macintosh Systems
  21723.  handles more than one user at a time
  21724.  password capability
  21725.  easicapability
  21726.  easi
  21727. Summary:  BBEdit Lite is a freeware derivative of BBEdit 3.5, the popular and critically acclaimed text editor for programmers, HTML authors, on-line-service users, and anyone else who needs to edit plain-text files.
  21728. BBEdit Lite is shipped with a QuickStart document which describes many of the application
  21729. s features. Full documentation, as well as a considerable amount of additional functionality, is available with the purchase of BBEdit 3.5. See the document 
  21730. How do I order BBEdit 3.5
  21731. or details on obtaining your own copy of BBEdit.
  21732. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  
  21733. BBEdit Lite is copyright 
  21734. 1992-1995 by Bare Bones Software, Inc.. All rights reserved. Address all correspondence to:
  21735. Postal:  Bare Bones Software, Inc.
  21736.     P.O. Box 108
  21737.     Bedford, MA  01730-0108
  21738. Phone:  +1 508 651 3561
  21739. Fax:    +1 508 651 7584
  21740. WWW:    http://www.tiac.net/biz/bbsw/
  21741. email
  21742. :  bbsw@netcom.com
  21743. !NOT AN APPLE PRODUCT!:
  21744. About BBEdit Lite
  21745. BBEdit Extensions:
  21746. BBEdit Lite 3.5
  21747. BBEdit Lite Quickstart
  21748. TextChanger 2.0.1:
  21749. Upgrading to BBEdit 3.5:
  21750. What's New in BBEdit Lite 3.5K
  21751. May 94L
  21752. Jan 96O@Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:BBEdit Lite 3.5:PHDev.CD Nov 99 TC
  21753.  - Tool Chest
  21754.  - Developer Utilities
  21755.  - BBEdit Lite 3.5
  21756. hubbard
  21757. human
  21758. hundreds
  21759. huxham
  21760. hybrid
  21761. hypercard
  21762. icon's
  21763. icons
  21764. identify
  21765. illustrated
  21766. illustrates
  21767. illustrating
  21768. image
  21769. image's
  21770. apple
  21771. detectors
  21772. technology
  21773. scans
  21774. searchi
  21775. apple
  21776. sprockets
  21777. libraries
  21778. designed
  21779. simplify
  21780. apple
  21781. location
  21782. manager
  21783. allows
  21784. users
  21785. switch
  21786. groups
  21787. apple
  21788. system
  21789. profiler
  21790. gather
  21791. information
  21792. about
  21793. apple
  21794. wants
  21795. communicate
  21796. benefits
  21797. native
  21798. apple
  21799. workgroup
  21800. server
  21801. 9650/350
  21802. developer
  21803. apple's
  21804. apple-sanctioned
  21805. apple-specific
  21806. apple-sponsored
  21807. applecd
  21808. appleevent
  21809. appleevent-based
  21810. appleevents
  21811. appleglot
  21812. appleguide
  21813. appleguidegluelib
  21814. appleii
  21815. applejava
  21816. applelink
  21817. applemodemtool
  21818. applemrj
  21819. appletalk's
  21820. simple
  21821. sample
  21822. which
  21823. demonstrates
  21824. scripting
  21825. stuffit
  21826. engine
  21827. library
  21828. distr
  21829. italian
  21830. itemhider
  21831. items
  21832. iterate
  21833. iterating
  21834. iterations
  21835. iw-half-dither
  21836. machines
  21837. macintosh
  21838. fatsimpletext
  21839. fatsimpletext
  21840. fdputilities
  21841. fdputilities
  21842. fdputilities
  21843. features
  21844. feedback
  21845. feedback
  21846. request
  21847. 9/1/93
  21848. developer
  21849. synchronization
  21850. guide
  21851. system
  21852. manager
  21853. filecopy
  21854. filecopy
  21855. fileisopen
  21856. fileisopen
  21857. filemakerW
  21858. filemaker
  21859. filemaker
  21860. htmlW
  21861. files
  21862. filesharingmaster
  21863. filesharingmaster
  21864. filing
  21865. erlaunch
  21866. finderlaunch
  21867. findhammerhead
  21868. findhammerhead
  21869. findlurkers
  21870. finland
  21871. finland
  21872. distributors/localiz
  21873. first
  21874. fkeys
  21875. fkeys
  21876. clipboard
  21877. magican
  21878. flookup
  21879. editor
  21880. folder
  21881. 2127X
  21882. Nov 99^
  21883. --set theItem to choose file -- uncomment to test in an AS editor
  21884.     tell application "Finder"
  21885.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:"
  21886.         activate
  21887.     end tell
  21888. on error errMsg number errNum
  21889.     --enter statements to perform when no records are found such as...
  21890.     display dialog "Sorry, the item you selected could not be found."
  21891.     return
  21892. end try
  21893. Deletedf
  21894. database
  21895. beta test
  21896. beta helpq
  21897. Dev.CD Nov 99 TC
  21898. All Packages
  21899. BinHexI
  21900. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  21901. BinHex 4.0 SpecsK
  21902. May 93M
  21903. Adobe Acrobat Reader.OKDev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Dec 99 RL Disk 1
  21904.  - Technical Documentation
  21905.  - Misc. Standards
  21906.  - BinHex 4.0V
  21907. 2128X
  21908. Dec 99^    RL Disk 1
  21909. e    No Change
  21910.     B&ly copy information from other records
  21911. J5betaBase d1a2
  21912. ReadME - betaBase
  21913. ReadME - betaBase.txtK
  21914. Sep 93M
  21915. FileMaker ProN
  21916. database, beta test, beta helpOGDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Bug Reporting:betaBase:PRDev.CD Nov 99 TC
  21917.  - Tool Chest
  21918.  - Testing & Debugging
  21919.  - Bug Reporting
  21920.  - betaBase
  21921. betaBase
  21922. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  21923. Features:
  21924.  lists all of the current System Software and Macintosh Systems
  21925.  handles more than one user at a time
  21926.  password capability
  21927.  easi
  21928. _e    No Changeq
  21929. Dev.CD Dec 99 RL Disk 1
  21930. `D!All Packages
  21931. Tool Chest Edition
  21932. BitBlitz 1.0I
  21933. Summary:This application exercises the CopyBits, CopyMask, and new CopyBitMask traps.  It can be used as a learning tool which allows the user to experiment which various combinations of input to QuickDraw's bit manipulation routines.JgCopyBits Application
  21934. CopyBits.make
  21935. LibHeaders:
  21936. LibObject:
  21937. ObjectCode:
  21938. Resources:
  21939. Scrapbook File
  21940. Source:K
  21941. Vol VL
  21942. Vol VIIIM
  21943. 7.0O3Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Bitblitz 1.0:P;Dev.CD Nov 99 TC
  21944.  - Tool Chest
  21945.  - QuickDraw
  21946.  - Bitblitz 1.0V
  21947. 2129X
  21948. Nov 99^
  21949. --set theItem to choose file -- uncomment to test in an AS editor
  21950.     tell application "Finder"
  21951.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Bitblitz 1.0:"
  21952.         activate
  21953.     end tell
  21954. on error errMsg number errNum
  21955.     --enter statements to perform when no records are found such as...
  21956.     display dialog "Sorry, the item you selected could not be found."
  21957.     return
  21958. end try
  21959. e    No Change
  21960. --set theItem to choose file -- uncomment to test in an AS editor
  21961.     tell application "Finder"
  21962.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  21963.         activate
  21964.     end tell
  21965. on error errMsg number errNum
  21966.     --enter statements to perform when no records are found such as...
  21967.     display dialog "Sorry, the item you selected could not be found."
  21968.     return
  21969. end try
  21970. oracle
  21971. oracleeoadaptor
  21972. orchestra
  21973. order
  21974. orderly
  21975. org/developers
  21976. organizational
  21977. osborne
  21978. oserr
  21979. osl-compliant
  21980. ot/ppp
  21981. other
  21982. othmer
  21983. oughta
  21984. outline
  21985. outlines
  21986. outlining
  21987. outlook
  21988. outperform
  21989. output
  21990. outputs
  21991. outside
  21992. overW
  21993. overall
  21994. override
  21995. Dev.CD Nov 99 TC
  21996. aD!All Packages
  21997. Tool Chest Edition
  21998.  dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  21999. Memory Management.imgK
  22000. Sep 92OBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  22001.  - Tool Chest
  22002.  - Testing & Debugging
  22003.  - Memory ManagementV
  22004. 2130X
  22005. Nov 99^
  22006. --set theItem to choose file -- uncomment to test in an AS editor
  22007.     tell application "Finder"
  22008.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  22009.         activate
  22010.     end tell
  22011. on error errMsg number errNum
  22012.     --enter statements to perform when no records are found such as...
  22013.     display dialog "Sorry, the item you selected could not be found."
  22014.     return
  22015. end try
  22016. end try
  22017. verification
  22018. verified
  22019. verifier
  22020. verifies
  22021. verify
  22022. verifying
  22023. verilog
  22024. veritable
  22025. verity
  22026. veronica
  22027. versa
  22028. versatile
  22029. versatility
  22030. version
  22031. versionedit
  22032. viruses
  22033. visible
  22034. visit
  22035. visited
  22036. ae    No Changeq
  22037. Dev.CD Nov 99 TC
  22038. bD(All Packages
  22039. Reference Library Edition
  22040. Bug Reporting
  22041. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  22042. JvAppleII File and Auxiliary Type
  22043. Bug Reporting
  22044. C/F Registration Requests:
  22045. Dev Info Change Form
  22046. NuBus Board RegistrationK
  22047. May 92L
  22048. Jan 98N#bug reports, error reports to AppleO+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  22049.  - Utilities
  22050.  - Developer FormsV
  22051. 2131X
  22052. Dec 99^
  22053. aF    Blat dcmd
  22054. BSummary: Blat is a dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  22055. Memory Management.imgK
  22056. Sep 92OBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  22057.  - Tool Chest
  22058.  - Testing & Debugging
  22059.  - Memory ManagementV
  22060. 2130X
  22061. Nov 99^
  22062. --set theItem to choose file -- uncomment to test in an AS editor
  22063.     tell application "Finder"
  22064.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  22065.         activate
  22066.     end tell
  22067. on error errMsg number errNum
  22068.     --enter statements to perform when no records are found such as...
  22069.     display dialog "Sorry, the item you selected could not be found."
  22070.     return
  22071. end try
  22072. Deletedf"bug reports
  22073. error reports to Appleq
  22074. Dev.CD Dec 99 RL
  22075. cD!All Packages
  22076. Tool Chest Edition
  22077. bugInfo macro
  22078. Summary:  bugInfo is a macro you can execute within MacsBug to give you the most commonly used  debugging info to you right away with one command.  Use it as your first command when MacBug comes up to get the scoop by typing "bugInfo".
  22079. The command equivalent of this macro is:
  22080. wh; how; ip; sc; dm pc - 20 100, hc; td; drvr; file
  22081. What you will see appear is where (at what location in memory) you crashed or interrupted, how (by bus error, system error, interrupt) you got into MacsBug, a disaB
  22082. ssembly of code around the entry point, a memory dump in the vacinity of the program counter, a heap check, a display of CPU registers, a list of active drivers, and information on open files.
  22083. General tools.imgK
  22084. Feb 94M
  22085. MacsBug, ResEditN
  22086. testing, debuggingO>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:ge
  22087. --set theItem to choose file -- uncomment to test in an AS editor
  22088.     tell application "Finder"
  22089.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  22090.         activate
  22091.     end tell
  22092. on error errMsg number errNum
  22093.     --enter statements to perform when no records are found such as...
  22094.     display dialog "Sorry, the item you selected could not be found."
  22095.     return
  22096. end try
  22097. reporter
  22098. reporting
  22099. reports
  22100. repositories
  22101. repository
  22102. representation
  22103. representative
  22104. represented
  22105. representing
  22106. represents
  22107. reprinting
  22108. reproduced
  22109. reproduction
  22110. request
  22111. requested
  22112. requests
  22113. requies
  22114. require
  22115. required
  22116. requiredfindercolors
  22117. requirements
  22118. requires
  22119. sedit
  22120. reserved
  22121. reset
  22122. resets
  22123. reside
  22124. resident
  22125. resizable
  22126. registration
  22127. requests
  22128. cacheline
  22129. cacheline
  22130. optimizer
  22131. calcit
  22132. calendoid
  22133. calendoid
  22134. callback
  22135. callback
  22136. sample
  22137. callfinder
  22138. callfinder
  22139. callfinder
  22140. callhyper
  22141. callhyper
  22142. callhyper
  22143. notes
  22144. canadian
  22145. cancelwindowcheckout
  22146. capslock
  22147. capslock
  22148. carbon
  22149. carbon
  22150. carbon
  22151. specification
  22152. carbon
  22153. window
  22154. carbonporting
  22155. carbonprintingmgr
  22156. catalan
  22157. catalan
  22158. 1.1.3
  22159. cbufffilestream
  22160. audio
  22161. toolkit
  22162. install
  22163. script
  22164. cd-rom
  22165. cd-rom
  22166. detection
  22167. cdent
  22168. cdent
  22169. formatter
  22170. cdroms
  22171. centeuro
  22172. centeuro
  22173. cfbaseservices
  22174. cfbundleservices
  22175. cfcollectionservices
  22176. format
  22177. formatnum
  22178. formatnum
  22179. formats
  22180. formatter
  22181. foundation
  22182. fragment
  22183. fragments
  22184. fragmenttool
  22185. fragmenttool
  22186. fragmenttool
  22187. fragmenttool
  22188. fragmenttool
  22189. fragmenttool
  22190. fragmenttool
  22191. fragmenttool
  22192. fragmenttoolfat
  22193. fragmenttoolfat
  22194. frametest
  22195. frametest
  22196. frametest
  22197. frameworks
  22198. francais
  22199. france
  22200. france
  22201. distributors/localiz
  22202. fssetprinter
  22203. fssetprinter
  22204. fssetprinter
  22205. fstubs
  22206. fstubs
  22207. fstubs
  22208. fullballoons
  22209. fullballoons
  22210. fulldrag
  22211. fulldrag
  22212. fullfind
  22213. fullfind
  22214. fullhpop
  22215. fullhpop
  22216. fullmove
  22217. fullmove
  22218. fulloffset
  22219. fulloffset
  22220. fullremove
  22221. fullremove
  22222. fullrename
  22223. fullrename
  22224. resources
  22225. return
  22226. return
  22227. investment
  22228. rgbforecolor
  22229. rhapsody
  22230. rhapsody
  22231. pages
  22232. rhapsody
  22233. release
  22234. notes
  22235. riser
  22236. robustness
  22237. rotation
  22238. router
  22239. routing
  22240. rules
  22241. runtime
  22242. sample
  22243. sample
  22244. sample
  22245. survey
  22246. saving
  22247. saving
  22248. files
  22249. saving
  22250. state
  22251. timing
  22252. scanner
  22253. selected
  22254. selector
  22255. serial
  22256. serial
  22257. serial
  22258. ports
  22259. serialshimlib
  22260. series
  22261. server
  22262. server
  22263. controls
  22264. services
  22265. setting
  22266. setup
  22267. shared
  22268. shared
  22269. volumes
  22270. sherlock
  22271. signature
  22272. simplified
  22273. single-link
  22274. socket
  22275. software
  22276. solaris
  22277. solutions
  22278. cPFDev.CD Nov 99 TC
  22279.  - Tool Chest
  22280.  - Testing & Debugging
  22281.  - General toolsV
  22282. 2132X
  22283. Nov 99^
  22284. --set theItem to choose file -- uncomment to test in an AS editor
  22285.     tell application "Finder"
  22286.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  22287.         activate
  22288.     end tell
  22289. on error errMsg number errNum
  22290.     --enter statements to perform when no records are found such as...
  22291.     display dialog "Sorry, the item you selected could not be found."
  22292.     return
  22293. end try
  22294. e    No Changef
  22295. testing
  22296. debuggingq
  22297. Dev.CD Nov 99 TC
  22298. dD!All Packages
  22299. Tool Chest Edition
  22300. Business Opp's - Germany
  22301. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  22302. Business Opp's - GermanyK
  22303. Aug 95ge
  22304. buginfo
  22305. macro
  22306. build/download
  22307. business
  22308. business
  22309. opp's
  22310. germany
  22311. byrne's
  22312. byrne's
  22313. xcmds
  22314. xfcns
  22315. digests
  22316. source
  22317. formatter
  22318. registration
  22319. requests
  22320. callfinder
  22321. callfinder
  22322. callhyper
  22323. callhyper
  22324. camera
  22325. carbon
  22326. cardbus
  22327. cardbus
  22328. cards
  22329. categories
  22330. cd-rom
  22331. cd-rom
  22332. detection
  22333. cd-rom
  22334. validator
  22335. centris/quadra
  22336. cfm-68k
  22337. cfm-68k
  22338. chinese
  22339. chinese
  22340. dictation
  22341. chinese
  22342. dictation
  22343. chinese
  22344. handwriting
  22345. chinese
  22346. handwriting
  22347. chinese
  22348. language
  22349. driver
  22350. emulator
  22351. cpu's
  22352. cpugestalt
  22353. cpugestalt
  22354. sample
  22355. illustrates
  22356. determine
  22357. craig
  22358. crash
  22359. crashed
  22360. crashes
  22361. crashing
  22362. crawl
  22363. create
  22364. created
  22365. createdirwithcustomi
  22366. createpmforecolorima
  22367. creatergbforecolorim
  22368. currently
  22369. cursive
  22370. cursor
  22371. curves
  22372. custom
  22373. customchoose
  22374. customenabler
  22375. dOCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  22376.  - Programs & Marketing
  22377.  - Market & Distribution GuidesV
  22378. 2133X
  22379. May 98^
  22380. --set theItem to choose file -- uncomment to test in an AS editor
  22381.     tell application "Finder"
  22382.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  22383.         activate
  22384.     end tell
  22385. on error errMsg number errNum
  22386.     --enter statements to perform when no records are found such as...
  22387.     display dialog "Sorry, the item you selected could not be found."
  22388.     return
  22389. end try
  22390. e    No Changeq
  22391. Dev.CD May 98 TC
  22392. eD!All Packages
  22393. Tool Chest Edition
  22394. Byrne's XCMDs & XFCNs
  22395. Summary: This is a set of 20 XCMDs and XFCNs that perform a wide variety of tasks, from finding the selected printer to simple string manipulation.  Includes all MPW C source code too.
  22396. Features: HyperCard XFCNs and XCMDs.
  22397. This package is System 7.0 compatible. 
  22398. 2134X
  22399. 1e    No Change
  22400. build
  22401. builder
  22402. building
  22403. building
  22404. system
  22405. extension
  22406. building
  22407. installing
  22408. using
  22409. driver
  22410. builds
  22411. built
  22412. built-in
  22413. bulletproof
  22414. bundle
  22415. bundled
  22416. bundleservices
  22417. business
  22418. businesses
  22419. eJwByrne's XCMDs & XFCNs
  22420. ColorScreen.c
  22421. CreateCopy.c
  22422. FilterDirectory.c
  22423. GetEOF.c
  22424. RemoveFile.c
  22425. Source:
  22426. SystemFolder.c
  22427. XThingsK
  22428. Vol VL
  22429. Vol VIIMHHyperCard 2.0 or later, though most run under HyperCard 1.2.2 and 1.2.5.OaDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:PoDev.CD Nov 99 TC
  22430.  - Tool Chest
  22431.  - Development Kits
  22432.  - HyperCard Related
  22433.  - XCMDs & XFCNs
  22434.  - Byrne's XCMDs&XFCNsV
  22435. 2134X
  22436. Nov 99^
  22437. --set theItem to choose file -- uncomment to test in an AS editor
  22438.     tell application "Finder"
  22439.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Byrne's XCMDs&XFCNs:"
  22440.         activate
  22441.     end tell
  22442. on error errMsg number errNum
  22443.     --enter statements to perform when no records are found such as...
  22444.     display dialog "Sorry, the item you selected could not be found."
  22445.     return
  22446. end try
  22447. e    No Changeq
  22448. Dev.CD Nov 99 TC
  22449. fD!All Packages
  22450. Tool Chest Edition
  22451. C.S.M.P. Digests
  22452. summary
  22453. xcmds
  22454. xfcns
  22455. perform
  22456. summary
  22457. three
  22458. tools
  22459. written
  22460. hardwar
  22461. summary
  22462. simple
  22463. window
  22464. based
  22465. debugger
  22466. kernel
  22467. summary
  22468. which
  22469. plays
  22470. sounds
  22471. summary
  22472. helper
  22473. formerly
  22474. monthly
  22475. posting
  22476. summary
  22477. simpletext
  22478. source
  22479. shows
  22480. summary
  22481. developer
  22482. edition
  22483. quickview
  22484. devel
  22485. summary
  22486. electronic
  22487. version
  22488. develop
  22489. magazine
  22490. summary
  22491. prgram
  22492. guide
  22493. macintosh
  22494. power
  22495. summary
  22496. software
  22497. apple
  22498. macintosh
  22499. display
  22500. summary
  22501. latest
  22502. version
  22503. shimmermate
  22504. names
  22505. summary
  22506. package
  22507. contains
  22508. summary
  22509. package
  22510. contains
  22511. debugging
  22512. version
  22513. strings
  22514. systemfolder
  22515. t-italian
  22516. ta-tradchinese
  22517. tabloid
  22518. tabloid
  22519. target
  22520. tbltdrvr
  22521. tccalc
  22522. tcp/ip
  22523. tcp/ip
  22524. administration
  22525. image
  22526. tcp/ip
  22527. connection
  22528. image
  22529. tcp/ip
  22530. mib-ii
  22531. alias
  22532. inline
  22533. input
  22534. textedit
  22535. testfinderlaunch
  22536. testfinderlaunch
  22537. testfinderlaunch
  22538. testing
  22539. testmagic
  22540. testmagic
  22541. tests
  22542. extractors
  22543. plug-ins
  22544. textchanger
  22545. textchanger
  22546. 2.0.1
  22547. textedit
  22548. themes
  22549. title
  22550. toolkit
  22551. toolsW
  22552. tools
  22553. htmlW
  22554. tools
  22555. topics
  22556. traddriverloaderlib
  22557. training
  22558. transitions
  22559. 2135X
  22560. Nov 99^
  22561. --set theItem to choose file -- uncomment to test in an AS editor
  22562.     tell application "Finder"
  22563.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):"
  22564.         activate
  22565.     end tell
  22566. on error errMsg number errNum
  22567.     --enter statements to perform when no records are found such as...
  22568.     display dialog "Sorry, the item you selected could not be found."
  22569.     return
  22570. end try
  22571. Deletedq
  22572. Dev.CD Nov 99 TC
  22573. C++ Source Code Formatter
  22574. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  22575. Features:
  22576. * Cryptic and obscure formatting commands! 
  22577. * Source code.  
  22578. * Understands C and C++.  
  22579. * Understands conditional compilation.  Source is provided.  
  22580. * Formats in the One True Style out of the box.
  22581. * Used by the developers of MacApp 3.0. 
  22582. * Does not harm the ozone layer nor does it contribute to global warming.
  22583. This package is System 7.0 compatible.  7.0 compatible.  
  22584. Summary:  This digest is a collection of article threads from the internet newsgroups comp.sys.mac.programmer.*.  It is designed for people who read c.s.m.p. semi- regularly and want an archive of the discussions.  
  22585. The Comp.Sys.Mac.Programmer Digest is moderated by Francois Pottier (pottier@clipper.ens.fr).
  22586. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  22587. 00csmp-abstracts.txt
  22588. csmp-digest-readme.txt
  22589. csmp-digest-v3-001
  22590. csmp-digest-v3-002
  22591. csmp-digest-v3-003
  22592. csmp-digest-v3-004
  22593. csmp-digest-v3-005
  22594. csmp-digest-v3-006
  22595. csmp-digest-v3-007
  22596. csmp-digest-v3-008
  22597. csmp-digest-v3-009
  22598. csmp-digest-v3-010
  22599. csmp-digest-v3-011
  22600. csmp-digest-v3-012
  22601. csmp-digest-v3-013
  22602. csmp-digest-v3-014
  22603. csmp-digest-v3-015
  22604. csmp-digest-v3-016
  22605. csmp-digest-v3-017
  22606. csmp-digest-v3-018
  22607. csmp-digest-v3-019
  22608. csmp-digest-v3-020
  22609. csmp-digest-v3-021
  22610. csmp-digest-v3-022
  22611. csmp-digest-v3-023
  22612. csmp-digest-v
  22613. Jun 94L
  22614. Aug 96
  22615. Jun 94L
  22616. Aug 96OSDev.CD Nov 99 TC:What's New?:Technical Documentation:C.S.M.P. Digests v3 (000-148):P[Dev.CD Nov 99 TC
  22617.  - What's New?
  22618.  - Technical Documentation
  22619.  - C.S.M.P. Digests v3 (000-148)
  22620. 3-024
  22621. csmp-digest-v3-025
  22622. csmp-digest-v3-026
  22623. csmp-digest-v3-027
  22624. csmp-digest-v3-028
  22625. csmp-digest-v3-029
  22626. csmp-digest-v3-030
  22627. csmp-digest-v3-031
  22628. csmp-digest-v3-032
  22629. csmp-digest-v3-033
  22630. csmp-digest-v3-034
  22631. csmp-digest-v3-035
  22632. csmp-digest-v3-036
  22633. csmp-digest-v3-037
  22634. csmp-digest-v3-038
  22635. csmp-digest-v3-039
  22636. csmp-digest-v3-040
  22637. csmp-digest-v3-041
  22638. csmp-digest-v3-042
  22639. csmp-digest-v3-043
  22640. csmp-digest-v3-044
  22641. csmp-digest-v3-045
  22642. csmp-digest-v3-046
  22643. csmp-digest-v3-047
  22644. csmp-digest-v3-048
  22645. csmp-digest-v3-049
  22646. csmp-digest-v
  22647. 3-050
  22648. csmp-digest-v3-051
  22649. csmp-digest-v3-052
  22650. csmp-digest-v3-053
  22651. csmp-digest-v3-054
  22652. csmp-digest-v3-055
  22653. csmp-digest-v3-056
  22654. csmp-digest-v3-057
  22655. csmp-digest-v3-058
  22656. csmp-digest-v3-059
  22657. csmp-digest-v3-060
  22658. csmp-digest-v3-061
  22659. csmp-digest-v3-062
  22660. csmp-digest-v3-063
  22661. csmp-digest-v3-064
  22662. csmp-digest-v3-065
  22663. csmp-digest-v3-066
  22664. csmp-digest-v3-067
  22665. csmp-digest-v3-068
  22666. csmp-digest-v3-069
  22667. csmp-digest-v3-070
  22668. csmp-digest-v3-071
  22669. csmp-digest-v3-072
  22670. csmp-digest-v3-073
  22671. csmp-digest-v3-074
  22672. csmp-digest-v3-075
  22673. csmp-digest-v
  22674. 3-076
  22675. csmp-digest-v3-077
  22676. csmp-digest-v3-078
  22677. csmp-digest-v3-079
  22678. csmp-digest-v3-080
  22679. csmp-digest-v3-081
  22680. csmp-digest-v3-082
  22681. csmp-digest-v3-083
  22682. csmp-digest-v3-084
  22683. csmp-digest-v3-085
  22684. csmp-digest-v3-086
  22685. csmp-digest-v3-087
  22686. csmp-digest-v3-088
  22687. csmp-digest-v3-089
  22688. csmp-digest-v3-090
  22689. csmp-digest-v3-091
  22690. csmp-digest-v3-092
  22691. csmp-digest-v3-093
  22692. csmp-digest-v3-094
  22693. csmp-digest-v3-095
  22694. csmp-digest-v3-096
  22695. csmp-digest-v3-097
  22696. csmp-digest-v3-098
  22697. csmp-digest-v3-099
  22698. csmp-digest-v3-100
  22699. csmp-digest-v3-101
  22700. csmp-digest-v
  22701. 3-102
  22702. csmp-digest-v3-103
  22703. csmp-digest-v3-104
  22704. csmp-digest-v3-105
  22705. csmp-digest-v3-106
  22706. csmp-digest-v3-107
  22707. csmp-digest-v3-108
  22708. csmp-digest-v3-109
  22709. csmp-digest-v3-110
  22710. csmp-digest-v3-111
  22711. csmp-digest-v3-112
  22712. csmp-digest-v3-113
  22713. csmp-digest-v3-114
  22714. csmp-digest-v3-115
  22715. csmp-digest-v3-116
  22716. csmp-digest-v3-117
  22717. csmp-digest-v3-118
  22718. csmp-digest-v3-119
  22719. csmp-digest-v3-120
  22720. csmp-digest-v3-121
  22721. csmp-digest-v3-122
  22722. csmp-digest-v3-123
  22723. csmp-digest-v3-125
  22724. csmp-digest-v3-126
  22725. csmp-digest-v3-127
  22726. csmp-digest-v3-128
  22727. csmp-digest-v
  22728. [3-129
  22729. csmp-digest-v3-130
  22730. csmp-digest-v3-131
  22731. csmp-digest-v3-132
  22732. csmp-digest-v3-133
  22733. csmp-digest-v3-134
  22734. csmp-digest-v3-135
  22735. csmp-digest-v3-136
  22736. csmp-digest-v3-138
  22737. csmp-digest-v3-139
  22738. csmp-digest-v3-140
  22739. csmp-digest-v3-141
  22740. csmp-digest-v3-142
  22741. csmp-digest-v3-143
  22742. csmp-digest-v3-144
  22743. csmp-digest-v3-145
  22744. csmp-digest-v3-146
  22745. csmp-digest-v3-147
  22746. csmp-digest-v3-148
  22747. interoperates
  22748. interpret
  22749. interpretation
  22750. interrupted
  22751. interval
  22752. intervention
  22753. interview-based
  22754. intimate
  22755. intoW
  22756. intra
  22757. intranets
  22758. intricacies
  22759. introduce
  22760. introduced
  22761. introduces
  22762. introducing
  22763. introduction
  22764. intuitive
  22765. intuitively
  22766. invaluable
  22767. invariably
  22768. invested
  22769. investigate
  22770. investigated
  22771. investigation
  22772. investment
  22773. investments
  22774. invoke
  22775. invoked
  22776. involve
  22777. involved
  22778. involves
  22779. involving
  22780. freeing
  22781. freely
  22782. freeware
  22783. french
  22784. freqforeverchange
  22785. frequency
  22786. frequently
  22787. fresh
  22788. friend
  22789. friendly
  22790. friends
  22791. 00csmp-abstracts
  22792. 01-intro
  22793. 01-intro
  22794. 01/95
  22795. 01/96
  22796. 01/97
  22797. cwpro2
  22798. cyberdog
  22799. cyberdog
  22800. cyberdogaddendum
  22801. cyrillic
  22802. cyrillic
  22803. first
  22804. cyrillic
  22805. czech
  22806. czech
  22807. 1.1.3
  22808. d-german
  22809. generator
  22810. danish
  22811. danish
  22812. 1.1.3
  22813. access
  22814. manager
  22815. folder
  22816. database
  22817. database
  22818. suite
  22819. databases-standalone
  22820. datamaster
  22821. datamaster
  22822. datasheet
  22823. dateconverter
  22824. dateconverter
  22825. datestring
  22826. dcmds
  22827. debabelizer
  22828. debabelizer
  22829. debug
  22830. debug
  22831. extensions
  22832. debug
  22833. sound
  22834. manager
  22835. debuggers
  22836. debuggers
  22837. dcmds
  22838. csmp-digest-v3-039
  22839. csmp-digest-v3-040
  22840. csmp-digest-v3-041
  22841. csmp-digest-v3-042
  22842. csmp-digest-v3-043
  22843. csmp-digest-v3-044
  22844. csmp-digest-v3-045
  22845. csmp-digest-v3-046
  22846. csmp-digest-v3-047
  22847. csmp-digest-v3-048
  22848. csmp-digest-v3-049
  22849. csmp-digest-v3-050
  22850. csmp-digest-v3-051
  22851. csmp-digest-v3-052
  22852. csmp-digest-v3-053
  22853. csmp-digest-v3-054
  22854. csmp-digest-v3-055
  22855. csmp-digest-v3-056
  22856. csmp-digest-v3-057
  22857. csmp-digest-v3-058
  22858. csmp-digest-v3-059
  22859. csmp-digest-v3-060
  22860. csmp-digest-v3-061
  22861. csmp-digest-v3-062
  22862. csmp-digest-v3-063
  22863. csmp-digest-v3-064
  22864. csmp-digest-v3-065
  22865. csmp-digest-v3-066
  22866. csmp-digest-v3-067
  22867. csmp-digest-v3-068
  22868. csmp-digest-v3-069
  22869. csmp-digest-v3-070
  22870. csmp-digest-v3-071
  22871. csmp-digest-v3-072
  22872. csmp-digest-v3-073
  22873. csmp-digest-v3-074
  22874. csmp-digest-v3-075
  22875. csmp-digest-v3-076
  22876. csmp-digest-v3-077
  22877. csmp-digest-v3-078
  22878. csmp-digest-v3-079
  22879. csmp-digest-v3-080
  22880. csmp-digest-v3-081
  22881. cwpro2@
  22882. debugging@
  22883. develop
  22884. issue
  22885. develop
  22886. issue
  22887. developer@
  22888. directions@
  22889. disk@
  22890. displaymanager@
  22891. documentation@
  22892. drawsprocket@
  22893. driveid@
  22894. embedding
  22895. profile
  22896. gif89a@
  22897. enabler@
  22898. engineering@
  22899. english
  22900. installer@
  22901. export
  22902. extension@
  22903. filter@
  22904. findtag
  22905. manual
  22906. folder
  22907. watcher
  22908. format@
  22909. framework@
  22910. fullreplace@
  22911. gender-based
  22912. title
  22913. creation
  22914. getkeys@
  22915. gxgraphics@
  22916. helplab@
  22917. hotsauce@
  22918. humaninterfacetoolbo@
  22919. icons@
  22920. import@
  22921. install
  22922. 1.0.2@
  22923. installer
  22924. drivers@
  22925. interactive@
  22926. interleave@
  22927. introappkitbook@
  22928. japanese
  22929. resources@
  22930. helper
  22931. tpm7@
  22932. justify@
  22933. kibitz
  22934. roadmap@
  22935. lfsr@
  22936. locales@
  22937. owerks@
  22938. modallist@
  22939. 2.1.4
  22940. install
  22941. csmp-digest-v3-082
  22942. csmp-digest-v3-083
  22943. csmp-digest-v3-084
  22944. csmp-digest-v3-085
  22945. csmp-digest-v3-086
  22946. csmp-digest-v3-087
  22947. csmp-digest-v3-088
  22948. csmp-digest-v3-089
  22949. csmp-digest-v3-090
  22950. csmp-digest-v3-091
  22951. csmp-digest-v3-092
  22952. csmp-digest-v3-093
  22953. csmp-digest-v3-094
  22954. csmp-digest-v3-095
  22955. csmp-digest-v3-096
  22956. csmp-digest-v3-097
  22957. csmp-digest-v3-098
  22958. csmp-digest-v3-099
  22959. csmp-digest-v3-100
  22960. csmp-digest-v3-101
  22961. csmp-digest-v3-102
  22962. csmp-digest-v3-103
  22963. csmp-digest-v3-104
  22964. csmp-digest-v3-105
  22965. csmp-digest-v3-106
  22966. csmp-digest-v3-107
  22967. csmp-digest-v3-108
  22968. csmp-digest-v3-109
  22969. csmp-digest-v3-110
  22970. csmp-digest-v3-111
  22971. csmp-digest-v3-112
  22972. csmp-digest-v3-113
  22973. csmp-digest-v3-114
  22974. csmp-digest-v3-115
  22975. csmp-digest-v3-116
  22976. csmp-digest-v3-117
  22977. csmp-digest-v3-118
  22978. csmp-digest-v3-119
  22979. csmp-digest-v3-120
  22980. csmp-digest-v3-121
  22981. csmp-digest-v3-122
  22982. csmp-digest-v3-123
  22983. csmp-digest-v3-125
  22984. csmp-digest-v3-126
  22985. csmp-digest-v3-127
  22986. csmp-digest-v3-128
  22987. csmp-digest-v3-129
  22988. csmp-digest-v3-130
  22989. csmp-digest-v3-131
  22990. csmp-digest-v3-132
  22991. csmp-digest-v3-133
  22992. csmp-digest-v3-134
  22993. csmp-digest-v3-135
  22994. csmp-digest-v3-136
  22995. csmp-digest-v3-138
  22996. csmp-digest-v3-139
  22997. csmp-digest-v3-140
  22998. csmp-digest-v3-141
  22999. csmp-digest-v3-142
  23000. csmp-digest-v3-143
  23001. csmp-digest-v3-144
  23002. csmp-digest-v3-145
  23003. csmp-digest-v3-146
  23004. csmp-digest-v3-147
  23005. csmp-digest-v3-148
  23006. ct-009-4433
  23007. ct-009-4433
  23008. install
  23009. ct-009-4434
  23010. ct-009-4434
  23011. install
  23012. ct-009-4435
  23013. ct-009-4435
  23014. install
  23015. ct-009-4436
  23016. ct-009-4436
  23017. ct-009-4437
  23018. ct-009-4437
  23019. ct-009-4438
  23020. ct-009-4438
  23021. ct-009-4439
  23022. ct-009-4439
  23023. ct-009-4440
  23024. ct-009-4440
  23025. ct-009-4441
  23026. ct-009-4441
  23027. ct-009-4442
  23028. ct-009-4442
  23029. ct-009-4443
  23030. ct-009-4443
  23031. ct-009-4444
  23032. 2136X
  23033. Nov 99^
  23034. --set theItem to choose file -- uncomment to test in an AS editor
  23035.     tell application "Finder"
  23036.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:"
  23037.         activate
  23038.     end tell
  23039. on error errMsg number errNum
  23040.     --enter statements to perform when no records are found such as...
  23041.     display dialog "Sorry, the item you selected could not be found."
  23042.     return
  23043. end try
  23044. e    No Changeq
  23045. Dev.CD Nov 99 TC
  23046. hD(All Packages
  23047. Reference Library Edition
  23048. C/F Registration Requests
  23049. J|cdent
  23050. cdent - a formatter for C/C++
  23051. Defect List
  23052. MacApp CDent Stuff
  23053. Makefile
  23054. Objects:
  23055. Tests:
  23056. Useful AddMenu and Script
  23057. Jun 92M)System 6.x or greater, MPW 3.1 or greaterOSDev.CD Nov 99 TC:Tool Chest:Development Kits:C++ Related:C++ Source Code Formatter:P^Dev.CD Nov 99 TC
  23058.  - Tool Chest
  23059.  - Development Kits
  23060.  - C++ Related
  23061.  - C++ Source Code Formatter
  23062. gD!All Packages
  23063. Tool Chest Edition
  23064. C++ Source Code Formatter
  23065. Summary: cdent is a MPW tool used to format C and C++ source code to a user defined style. 
  23066. Features:
  23067. * Cryptic and obscure formatting commands! 
  23068. * Source code.  
  23069. * Understands C and C++.  
  23070. * Understands conditional compilation.  Source is provided.  
  23071. * Formats in the One True Style out of the box.
  23072. * Used by the developers of MacApp 3.0. 
  23073. * Does not harm the ozone layer nor does it contribute to global warming.
  23074. This package is System 7.0 compatible.  
  23075. 2137X
  23076. Dec 99^
  23077. --set theItem to choose file -- uncomment to test in an AS editor
  23078.     tell application "Finder"
  23079.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  23080.         activate
  23081.     end tell
  23082. on error errMsg number errNum
  23083.     --enter statements to perform when no records are found such as...
  23084.     display dialog "Sorry, the item you selected could not be found."
  23085.     return
  23086. end try
  23087. Deletedf
  23088. creator
  23089. signature
  23090. registrationq
  23091. Dev.CD Dec 99 RL
  23092. iD!All Packages
  23093. Tool Chest Edition
  23094. CallFinder Tool 1.0I
  23095. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  23096. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  23097. CallFinder docs
  23098. CallFinder docs.txtK
  23099. Vol IXM
  23100. MPW Shell, System 7.0N
  23101. AE, Apple Events, AppleEventsOMDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:ge
  23102. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  23103. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  23104. JIC/F Reg. on the Web!
  23105. Creator Registration
  23106. Read Me - C/F Registration v2.1K
  23107. Jun 93L
  23108. Feb 98M
  23109. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  23110.  - Utilities
  23111.  - Developer Forms
  23112.  - C/F Registration Requests
  23113. cscodes
  23114. csmp-digest-readme
  23115. csmp-digest-readme
  23116. csmp-digest-v3-001
  23117. csmp-digest-v3-002
  23118. csmp-digest-v3-003
  23119. csmp-digest-v3-004
  23120. csmp-digest-v3-005
  23121. csmp-digest-v3-006
  23122. csmp-digest-v3-007
  23123. csmp-digest-v3-008
  23124. csmp-digest-v3-009
  23125. csmp-digest-v3-010
  23126. csmp-digest-v3-011
  23127. csmp-digest-v3-012
  23128. csmp-digest-v3-013
  23129. csmp-digest-v3-014
  23130. csmp-digest-v3-015
  23131. csmp-digest-v3-016
  23132. csmp-digest-v3-017
  23133. csmp-digest-v3-018
  23134. csmp-digest-v3-019
  23135. csmp-digest-v3-020
  23136. csmp-digest-v3-021
  23137. csmp-digest-v3-022
  23138. csmp-digest-v3-023
  23139. csmp-digest-v3-024
  23140. csmp-digest-v3-025
  23141. csmp-digest-v3-026
  23142. csmp-digest-v3-027
  23143. csmp-digest-v3-028
  23144. csmp-digest-v3-029
  23145. csmp-digest-v3-030
  23146. csmp-digest-v3-031
  23147. csmp-digest-v3-032
  23148. csmp-digest-v3-033
  23149. csmp-digest-v3-034
  23150. csmp-digest-v3-035
  23151. csmp-digest-v3-036
  23152. csmp-digest-v3-037
  23153. csmp-digest-v3-038
  23154. signature
  23155. signing
  23156. simpletext
  23157. simpletext
  23158. script
  23159. print
  23160. scriptable
  23161. printing
  23162. simplified
  23163. single-link
  23164. manager
  23165. declaration
  23166. configuration
  23167. sniffer
  23168. network
  23169. management
  23170. socket
  23171. software
  23172. solaris
  23173. solutions
  23174. sound
  23175. sound
  23176. input
  23177. driver
  23178. driver
  23179. sound
  23180. memory
  23181. dialogs
  23182. windows
  23183. resources
  23184. files
  23185. interface
  23186. soundsprocket
  23187. space
  23188. spbrecord
  23189. spbrecord
  23190. asynchronous
  23191. record
  23192. specification
  23193. speech
  23194. speech
  23195. synthesis
  23196. text-to-speech
  23197. macintalk
  23198. plaintalk
  23199. spell
  23200. spellswell
  23201. spinning
  23202. spooler
  23203. sprite
  23204. sprocket
  23205. sprockets
  23206. sprockets
  23207. games
  23208. drawsprocket
  23209. inputsprocket
  23210. netsprocket
  23211. sound
  23212. stack
  23213. stacks
  23214. standard
  23215. standardfile
  23216. standards
  23217. starmax
  23218. state
  23219. iPXDev.CD Nov 99 TC
  23220.  - Tool Chest
  23221.  - Development Kits
  23222.  - MPW Related
  23223.  - CallFinder Tool 1.0V
  23224. 2138X
  23225. Nov 99^
  23226. --set theItem to choose file -- uncomment to test in an AS editor
  23227.     tell application "Finder"
  23228.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:"
  23229.         activate
  23230.     end tell
  23231. on error errMsg number errNum
  23232.     --enter statements to perform when no records are found such as...
  23233.     display dialog "Sorry, the item you selected could not be found."
  23234.     return
  23235. end try
  23236. e    No Changef
  23237. Apple Events
  23238. AppleEventsq
  23239. Dev.CD Nov 99 TC
  23240. jD!All Packages
  23241. Tool Chest Edition
  23242. CallHyper 1.0
  23243. typeservicesforunico
  23244. typeservicesforunico
  23245. typeservicesforunico
  23246. typeservicesforunico
  23247. typeservicesforunico
  23248. typography
  23249. ufailure
  23250. uk/eire
  23251. uk/eire
  23252. distributors/localiz
  23253. ukraine
  23254. ukraine
  23255. ukranian
  23256. ukranian
  23257. 1.1.3
  23258. under
  23259. unicodeutilities
  23260. unicodeutilities
  23261. universal
  23262. universal
  23263. interfaces
  23264. engines
  23265. upgrading
  23266. upgrading
  23267. bbedit
  23268. useful
  23269. useful
  23270. addmenu
  23271. script
  23272. user's
  23273. users
  23274. userstartup
  23275. userstartup
  23276. goodies
  23277. userstartup
  23278. samplecode
  23279. using
  23280. utilities
  23281. utility
  23282. v1.3f3
  23283. v1.5.3
  23284. validator
  23285. validator
  23286. validator
  23287. documentation
  23288. validator
  23289. documentation
  23290. variable
  23291. variables
  23292. 2139X
  23293. Nov 99^
  23294. --set theItem to choose file -- uncomment to test in an AS editor
  23295.     tell application "Finder"
  23296.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  23297.         activate
  23298.     end tell
  23299. on error errMsg number errNum
  23300.     --enter statements to perform when no records are found such as...
  23301.     display dialog "Sorry, the item you selected could not be found."
  23302.     return
  23303. end try
  23304. e    No Changeq
  23305. Dev.CD Nov 99 TC
  23306. kD.All Packages
  23307. Mac OS SDK Edition
  23308. New & RevisedF
  23309. CardBus DDK
  23310. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  23311. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  23312. callHyper
  23313. CallHyper NotesK
  23314. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.O[Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PiDev.CD Nov 99 TC
  23315.  - Tool Chest
  23316.  - Development Kits
  23317.  - HyperCard Related
  23318.  - XCMDs & XFCNs
  23319.  - CallHyper 1.0
  23320. summary
  23321. extracts
  23322. extremely
  23323. fable
  23324. faced
  23325. faceless
  23326. facilitates
  23327. facilitating
  23328. facilities
  23329. facility
  23330. facing
  23331. facto
  23332. factory-default
  23333. factory-fresh
  23334. fading
  23335. failure
  23336. failure-catching
  23337. falco
  23338. falkenburg
  23339. falls
  23340. familiar
  23341. families
  23342. family
  23343. famous
  23344. fancy
  23345. fashion
  23346. fastest
  23347. fatbits
  23348. fault
  23349. favorite
  23350. favourite
  23351. fcode
  23352. fcompressimage
  23353. feature
  23354. 2140X
  23355. Jan 00^
  23356. SDK1b
  23357. --set theItem to choose file -- uncomment to test in an AS editor
  23358.     tell application "Finder"
  23359.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:"
  23360.         activate
  23361.     end tell
  23362. on error errMsg number errNum
  23363.     --enter statements to perform when no records are found such as...
  23364.     display dialog "Sorry, the item you selected could not be found."
  23365.     return
  23366. end try
  23367. New Packagef
  23368. CardBus
  23369.  PCMCIA
  23370.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  23371. Dev.CD Jan 00 SDK1
  23372. All Packages
  23373. CD-ROM DetectionI
  23374. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  23375. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J
  23376. CD-ROM Detection:K
  23377. Jun 98OCDev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:V
  23378. 2141X
  23379. 1e    No Change
  23380. The CardBus DDK contains 3 folders title Documentation, Samples and Tools.
  23381.   Documentation
  23382.    *  Designing PCI Cards&Drivers
  23383.     -  Describes the current Design environment for PCI and CardBus cards
  23384.    *  PCI Binding to OF v2.1
  23385.     -  This is the Addendum to IEEE 1275 for Boot Initialization
  23386. Configuration
  23387.    *  MacOS PC Card Family 3.0
  23388.     -  Describes the Architecture and Implementation of PC Card (Card Bus)
  23389. 3.0 under MacOS
  23390.   Samples
  23391.    *  CustomEnabler
  23392.     -  Provides source code a
  23393. s an example of a SystemSoft custom enabler to
  23394. support multiple cards
  23395.    *  Another CustomEnabler
  23396.     -  Provides source code as an example of a custom enabler designed to
  23397. correct the IBM OEM Ethernet PC Card.
  23398.   Tools
  23399.    *  Display Name Registry 2.0
  23400.     -  Displays the Macintosh
  23401. s Name Registry and Device Tree
  23402.    *  TupleDumper
  23403.     -  
  23404. Dumps
  23405.  the CardBus (PCMCIA) tuples of any inserted PC cards
  23406. J)Read Me
  23407.  Documentation
  23408.  Samples
  23409.  ToolsK
  23410. Jan 00M
  23411. PowerMac / CodeWarrior IDE 2.1
  23412. kO9Dev.CD Jan 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Jan 00 SDK1
  23413.  - Development Kits
  23414.  - Hardware
  23415.  - CardBus DDK
  23416. CardBus,  PCMCIA,  PC Card
  23417. lPNDev.CD Jun 98 RL1
  23418.  - What's New
  23419.  - Tool Chest
  23420.  - Devices
  23421.  - How to Detect a CDV
  23422. 2141X
  23423. Jun 98^
  23424. --set theItem to choose file -- uncomment to test in an AS editor
  23425.     tell application "Finder"
  23426.         open item "Dev.CD Jun 98 RL1:What's New:Tool Chest:Devices:How to Detect a CD:"
  23427.         activate
  23428.     end tell
  23429. on error errMsg number errNum
  23430.     --enter statements to perform when no records are found such as...
  23431.     display dialog "Sorry, the item you selected could not be found."
  23432.     return
  23433. end try
  23434. e    No Changeq
  23435. Dev.CD Jun 98 RL1
  23436. mD!All Packages
  23437. Tool Chest Edition
  23438. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  23439. Validator documentation
  23440. Validator documentation.txtK
  23441. Vol IIIL
  23442. Vol VIIO@Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:PKDev.CD Nov 99 TC
  23443.  - Tool Chest
  23444.  - Devices
  23445.  - CD-ROM
  23446.  - CD-ROM Validator 1.1V
  23447. 2142X
  23448. Nov 99^
  23449. me    No Changeq
  23450. Dev.CD Nov 99 TC
  23451. nD!All Packages
  23452. Mac OS SDK Edition
  23453. CFM-68K SDK
  23454. Summary:  CFM-68K is a runtime architecture for 68K-based Macintosh applications and shared libraries. This architecture is modeled after the Power Macintosh runtime architecture and uses the CFM (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  23455. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u
  23456. --set theItem to choose file -- uncomment to test in an AS editor
  23457.     tell application "Finder"
  23458.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:"
  23459.         activate
  23460.     end tell
  23461. on error errMsg number errNum
  23462.     --enter statements to perform when no records are found such as...
  23463.     display dialog "Sorry, the item you selected could not be found."
  23464.     return
  23465. end try
  23466. versions
  23467. count
  23468. video
  23469. viewer
  23470. virtual
  23471. virtual
  23472. keycode
  23473. virtual
  23474. sphere
  23475. sample
  23476. virtual
  23477. walltowalldialog
  23478. walltowalldialog
  23479. watcher
  23480. registration
  23481. animation
  23482. guide
  23483. webobjects
  23484. webobjects
  23485. database
  23486. webobjects
  23487. database
  23488. webobjects
  23489. webobjects
  23490. memory
  23491. webobjects
  23492. tools
  23493. techniques
  23494. webobjects36
  23495. webobjects36
  23496. webobjectsandjava
  23497. webobjectscategories
  23498. webobjectscategories
  23499. webobjectsperformanc
  23500. hypercard
  23501. 2143X
  23502. Jul 99^
  23503. --set theItem to choose file -- uncomment to test in an AS editor
  23504.     tell application "Finder"
  23505.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  23506.         activate
  23507.     end tell
  23508. on error errMsg number errNum
  23509.     --enter statements to perform when no records are found such as...
  23510.     display dialog "Sorry, the item you selected could not be found."
  23511.     return
  23512. end try
  23513. Deletedf.CFM-68K
  23514. Mixed Mode
  23515. Thread
  23516. ObjectSupportLibq
  23517. Dev.CD Jul 99 SDK1
  23518. All Packages
  23519. Chinese Dictation KitO
  23520. Dev.CD Nov 96 TCP
  23521. Dev.CD Nov 96 TV
  23522. 2144X
  23523. Nov 96
  23524. e--set theItem to choose file -- uncomment to test in an AS editor
  23525.     tell application "Finder"
  23526.         open item "Dev.CD Nov 96 TC"
  23527.         activate
  23528.     end tell
  23529. on error errMsg number errNum
  23530.     --enter statements to perform when no records are found such as...
  23531.     display dialog "Sorry, the item you selected could not be found."
  23532.     return
  23533. end try
  23534. All Packages
  23535. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  23536. This package includes:
  23537.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  23538.  ObjectSupportLib, version 1.2
  23539.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  23540. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  23541. NOTE:  This versiC
  23542. on is incompatible with:
  23543.  Cyberdog 2.0 alpha and older. Cyberdog 2.0 beta is compatible.
  23544.  Jasik's The Debugger, versions built prior to March 3, 1997
  23545. JQ CFM-68K Runtime Enabler
  23546. CFM-68K 4.0
  23547. CFM-68K Read Me
  23548. Interfaces:
  23549. ObjectSupportLibK
  23550. Jan 96L
  23551. May 97M
  23552. The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.O7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:
  23553. nN2CFM-68K, CFM, Mixed Mode, Thread, ObjectSupportLibO7Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:P?Dev.CD Jul 99 SDK1
  23554.  - Development Kits
  23555.  - Mac OS
  23556.  - CFM-68K SDK
  23557. summary
  23558. cfm-68k
  23559. runtime
  23560. architecture
  23561. 68k-based
  23562. summary
  23563. chromakey
  23564. movie
  23565. simple
  23566. application
  23567. which
  23568. summary
  23569. collection
  23570. quicktime
  23571. developer
  23572. documentation
  23573. summary
  23574. collection
  23575. webobjects
  23576. developer
  23577. documentation
  23578. summary
  23579. color
  23580. locator
  23581. enables
  23582. anything
  23583. summary
  23584. contains
  23585. documentation
  23586. header
  23587. files
  23588. utiliti
  23589. summary
  23590. contains
  23591. documentation
  23592. header
  23593. files
  23594. tools
  23595. objectsupportlib
  23596. off-screen
  23597. opaque
  23598. opaque
  23599. types
  23600. firmware
  23601. optimizing
  23602. option
  23603. option
  23604. management
  23605. ordered
  23606. ordered
  23607. collection
  23608. ot/ppp
  23609. ot/ppp
  23610. transport
  23611. ot/ppp
  23612. otbuffer
  23613. otbufferinfo
  23614. otfifo
  23615. otlifo
  23616. otlink
  23617. otlookup
  23618. otoptionmanagment
  23619. ottcpwilldial
  23620. override
  23621. override
  23622. quickdraw
  23623. table
  23624. resource
  23625. overview
  23626. package
  23627. packages
  23628. palette
  23629. pan/tilt
  23630. pan/tilt
  23631. movies
  23632. panel
  23633. pascal
  23634. passphrase
  23635. password
  23636. password
  23637. storage
  23638. patch
  23639. pbclock
  23640. driver
  23641. loader
  23642. pcmcia
  23643. 2145X
  23644. May 97
  23645. e--set theItem to choose file -- uncomment to test in an AS editor
  23646.     tell application "Finder"
  23647.         open item "Dev.CD May 97 TC"
  23648.         activate
  23649.     end tell
  23650. on error errMsg number errNum
  23651.     --enter statements to perform when no records are found such as...
  23652.     display dialog "Sorry, the item you selected could not be found."
  23653.     return
  23654. end try
  23655. qD!All Packages
  23656. Tool Chest Edition
  23657. Chinese Dictation Kit 1.5
  23658. Summary: For years, Chinese text input has been a bottleneck for computer users.  Hundreds of different keyboard input methods have been developed, but invariably they are either difficult to learn or slow to use.  Dictation is the fastest and most natural way to input Chinese text for most users.  However, until now, large vocabulary dictation software typically required expensive high-end workstations and hardware add-ons.
  23659. With Apple Chinese Dictation Kit (CDK), the world's first low co
  23660. Chinese Dictation KitO
  23661. Dev.CD May 97 TCP
  23662. Dev.CD May 97 T
  23663. 2146X
  23664. Aug 97^
  23665. --set theItem to choose file -- uncomment to test in an AS editor
  23666.     tell application "Finder"
  23667.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  23668.         activate
  23669.     end tell
  23670. on error errMsg number errNum
  23671.     --enter statements to perform when no records are found such as...
  23672.     display dialog "Sorry, the item you selected could not be found."
  23673.     return
  23674. end try
  23675. e    No Changef+Chinese
  23676. dictation
  23677. speech
  23678. input
  23679. keyboardq
  23680. Dev.CD Aug 97 TC
  23681. All Packages
  23682. Chinese Handwriting KitO
  23683. Dev.CD Nov 96 TCP
  23684. Dev.CD Nov 96 TV
  23685. 2147X
  23686. Nov 96
  23687. e--set theItem to choose file -- uncomment to test in an AS editor
  23688.     tell application "Finder"
  23689.         open item "Dev.CD Nov 96 TC"
  23690.         activate
  23691.     end tell
  23692. on error errMsg number errNum
  23693.     --enter statements to perform when no records are found such as...
  23694.     display dialog "Sorry, the item you selected could not be found."
  23695.     return
  23696. end try
  23697. All Packages
  23698. st high performance Chinese dictation software, the users no longer need to suffer through extensive training or the inefficiency of current keyboard input methods.  The user can also concentrate more on what he/she is writing, rather than how to input it.  We believe that Apple's Chinese Dictation Kit represents again Apple's determination to make the best ease-of-use personal computers for users.  Chinese Dictation Kit heralds the start of a revolution for Chinese computing.
  23699. What Chines
  23700. e Dictation Kit Can Do For You
  23701. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  23702. Features:
  23703.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  23704.  In contrast to most other Chinese dictation software, CDK  allows
  23705.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  23706.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  23707. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  23708.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  23709. riends and family, specialized technical terms, etc.
  23710.  Adapts to your word patterns to improve the long-term performance.
  23711.  The Lexicon Optimizer utility scans your text files to find what words you  use and adds them automatically to the system.
  23712.  Powerful Voice Macro feature allows you to input long addresses or aphorisms by speaking a single word.  
  23713.  Voice commands for frequently used functions.
  23714.  Most misrecognized characters can be corrected easily and quickly with a click of the mou
  23715.     F]se.
  23716.  Dictation of numbers and punctuation.
  23717.  Support for multiple users on a single machine.
  23718. JkCT-009-4433 (Install 1)
  23719. CT-009-4434 (Install 2)
  23720. CT-009-4435 (Install 3)
  23721. Read Me First! SC
  23722. Read Me First! TCK
  23723. Nov 96L
  23724. May 97M
  23725. Any PowerPC Macintosh with 16bit sound input
  23726. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  23727. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:P>Dev.CD Aug 97 TC
  23728.  - Language Kits
  23729.  - Chinese Dictation Kit 1.5
  23730. suffer
  23731. suffix
  23732. suggested
  23733. suggestions
  23734. suitability
  23735. suitable
  23736. suite
  23737. suited
  23738. suites
  23739. summarization
  23740. summarize
  23741. summarizes
  23742. summarizing
  23743. summaryW
  23744. you'll
  23745. you'll
  23746. access
  23747. documentation
  23748. software
  23749. technolo
  23750. you're
  23751. you've
  23752. 00csmp-abstracts
  23753. typist
  23754. typographic
  23755. typography
  23756. ucgetcharproperty
  23757. udpsample
  23758. ufailure
  23759. library
  23760. ukrainian
  23761. ukranian
  23762. ultimately
  23763. un/mount
  23764. unable
  23765. unaffected
  23766. unbeknownst
  23767. unclear
  23768. uncompiled
  23769. uncompressed
  23770. unconditionally
  23771. under
  23772. understands
  23773. understood
  23774. undocumented
  23775. unexpected
  23776. unfamiliar
  23777. unfriendly
  23778. unicode
  23779. unicode
  23780. utilities
  23781. unified
  23782. uniform
  23783. uninitiated
  23784. unique
  23785. units
  23786. universal
  23787. universalprocptr
  23788. university
  23789. national
  23790. native
  23791. natural
  23792. nature
  23793. navigable
  23794. navigate
  23795. navigates
  23796. navigation
  23797. navigation
  23798. services
  23799. documents
  23800. needed
  23801. needs
  23802. neophyte
  23803. nepali
  23804. net-install
  23805. net/biz/bbsw
  23806. netcom
  23807. netscape
  23808. netsprocket
  23809. netware
  23810. networkW
  23811. network-aware
  23812. network-connected
  23813. networkable
  23814. networking
  23815. networks
  23816. networksetuphelpers
  23817. files/foldersW
  23818. filesharingon
  23819. filetool
  23820. filing
  23821. filled
  23822. filler
  23823. filling
  23824. fills
  23825. filter
  23826. filtering
  23827. filters
  23828. final
  23829. finally
  23830. financially
  23831. financing
  23832. finder
  23833. finder's
  23834. finder-like
  23835. finderdragpro
  23836. finderevents
  23837. finderheaps
  23838. finderopenselection
  23839. finders
  23840. findfamilies
  23841. findfolder
  23842. finding
  23843. findlurkers
  23844. finds
  23845. findserialports
  23846. findserialports
  23847. little
  23848. snippet
  23849. inside
  23850. 2148X
  23851. May 97
  23852. e--set theItem to choose file -- uncomment to test in an AS editor
  23853.     tell application "Finder"
  23854.         open item "Dev.CD May 97 TC"
  23855.         activate
  23856.     end tell
  23857. on error errMsg number errNum
  23858.     --enter statements to perform when no records are found such as...
  23859.     display dialog "Sorry, the item you selected could not be found."
  23860.     return
  23861. end try
  23862. tD!All Packages
  23863. Tool Chest Edition
  23864. Chinese Handwriting Kit 1.0
  23865. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  23866. either in simplified or traditional form
  23867. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  23868. Requiring no tr
  23869. Chinese Handwriting KitO
  23870. Dev.CD May 97 TCP
  23871. Dev.CD May 97 T
  23872. 2149X
  23873. Aug 97^
  23874. --set theItem to choose file -- uncomment to test in an AS editor
  23875.     tell application "Finder"
  23876.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  23877.         activate
  23878.     end tell
  23879. on error errMsg number errNum
  23880.     --enter statements to perform when no records are found such as...
  23881.     display dialog "Sorry, the item you selected could not be found."
  23882.     return
  23883. end try
  23884. e    No Changef5Chinese
  23885. handwriting
  23886. input
  23887. keyboard
  23888. tablet
  23889. Dev.CD Aug 97 TC
  23890. uD!All Packages
  23891. Tool Chest Edition
  23892. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  23893. CLK 2.0 GMc1K
  23894. Feb 95L
  23895. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD Nov 99 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD Nov 99 TC
  23896.  - Language Kits
  23897.  - Chinese Language Kits 2.0V
  23898. 2150X
  23899. Nov 99^
  23900. aining, the Apple Chinese Handwriting Kit is a true plug-and-play solution. It recognizes virtually all 3,000 simplified characters
  23901. or more than 7,000 traditional characters
  23902. found in common day-to-day usage, without the need to pre-train the system. The Apple Chinese Handwriting Kit is fast and intelligent
  23903. it accurately converts Chinese characters written in cursive forms or as print characters, with no delay in intepreting the written characters.
  23904. Features:
  23905. No training required
  23906. a true plu
  23907. g-and-play design.
  23908. FAT version of software
  23909. runs on both PowerPC-based as well as 68K-based Macs.
  23910. Works with virtually any application that allows text input.
  23911. Accurate recognition, even with cursive writing.
  23912. User expandable dictionary enables phrases to be represented by simple clicks.
  23913. Separate lexicon manager for maintaining dictionaries.
  23914. Accommodates different writing styles to suit wide user preferences.
  23915. On-screen keyboards to enable quick input of symbols and puntuation marks.
  23916. Recognize
  23917. s the full set of Traditional Chinese as well as Simplified Chinese, including Roman letters and numerals.
  23918. Unique Stroke Player shows correct way of writing Chinese characters.
  23919. CT-009-4436 (Inst 1)
  23920. CT-009-4437 (Inst 2)
  23921. CT-009-4438 (Inst 3)
  23922. CT-009-4439 (Inst 4)
  23923. CT-009-4440 (Inst 5)
  23924. CT-009-4441 (Inst 6)
  23925. CT-009-4442 (Inst 7)
  23926. CT-009-4443 (Inst 8)
  23927. CT-009-4444 (Inst 9)
  23928. Read Me First! SC
  23929. Read Me First! TCK
  23930. Nov 96L
  23931. May 97Mw68040 and above, any brand of tablet (connect via ADB port), System 7.1 or above with Chinese Language Kit 1.1 or aboveN<Chinese, handwriting, pen, input, keyboard, tablet, CHK, THYO;Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:P@Dev.CD Aug 97 TC
  23932.  - Language Kits
  23933.  - Chinese Handwriting Kit 1.0
  23934. 4.0.1
  23935. 4.0.8
  23936. library
  23937. 4pmlibraryQ
  23938. 4pmlibrary
  23939. 4pmlibrary
  23940. counterprint
  23941. 5.0.7
  23942. 5.3.2
  23943. 5300ramcard
  23944. 5xxx/6xxx
  23945. 5xxx/6xxx
  23946. tester
  23947. counterabout
  23948. 6.3.3
  23949. performance
  23950. static
  23951. libraries
  23952. 68ksimpletext
  23953. 68ksimpletext
  23954. readme
  23955. 8.5.1
  23956. about
  23957. ct-009-4444
  23958. ctags
  23959. ctags
  23960. manual
  23961. ctags
  23962. manual
  23963. files
  23964. overview
  23965. custom
  23966. choose
  23967. debugging
  23968. sample
  23969. 1.0b16
  23970. ctl's
  23971. curious
  23972. currentimage
  23973. currentimage
  23974. currentprinter
  23975. currentprinter
  23976. custom
  23977. customenabler
  23978. customization
  23979. customputappend
  23980. customputsuffix
  23981. cvtccomments
  23982. buildfolder
  23983. builds
  23984. memory
  23985. memory
  23986. management
  23987. menuhints
  23988. menuhints
  23989. menuscripter
  23990. menuscripter
  23991. menuscripter
  23992. menuscripter
  23993. menuscripter
  23994. menuscripter
  23995. mergeitems
  23996. mergeitems
  23997. message
  23998. meta-content
  23999. meta-content
  24000. format
  24001. choose
  24002. chooser
  24003. ciconhandle
  24004. class
  24005. classes
  24006. client
  24007. clock
  24008. clouseau
  24009. coach
  24010. coachmarks
  24011. codec
  24012. codes
  24013. codewarrior
  24014. collation
  24015. collection
  24016. color
  24017. color
  24018. controls
  24019. window
  24020. table
  24021. color
  24022. picker
  24023. 2.1.1
  24024. color2index
  24025. colorsync
  24026. colorsync
  24027. calibrator
  24028. scripting
  24029. profile
  24030. gamma
  24031. color
  24032. colorsync
  24033. profile
  24034. embed
  24035. colorsync
  24036. profile
  24037. specification
  24038. colorsync
  24039. photoshop
  24040. plug-ins
  24041. colorsync
  24042. profile
  24043. rename
  24044. colour
  24045. comet
  24046. communications
  24047. compare
  24048. computer
  24049. computer
  24050. based
  24051. media
  24052. television
  24053. broadcast
  24054. graphics
  24055. conditional
  24056. configuration
  24057. connectivity
  24058. consumer
  24059. container
  24060. content
  24061. ue    No Changef+Chinese Language Kit Traditional Simplifiedq
  24062. Dev.CD Nov 99 TC
  24063. All Packages
  24064. Chinese Language KitOQDev.CD May 97 TC
  24065. Dev.CD Nov 96 TC
  24066. Dev.CD Aug 96 TC
  24067. Dev.CD Feb 96 TC
  24068. Dev.CD Feb 95PPDev.CD May 97 TC
  24069. Dev.CD Nov 96 TC
  24070. Dev.CD Aug 96 TC
  24071. Dev.CD Feb 96 TC
  24072. Dev.CD Feb 9V
  24073. 2151X
  24074. May 97
  24075. --set theItem to choose file -- uncomment to test in an AS editor
  24076.     tell application "Finder"
  24077.         open item "Dev.CD May 97 TC
  24078. Dev.CD Nov 96 TC
  24079. Dev.CD Aug 96 TC
  24080. Dev.CD Feb 96 TC
  24081. Dev.CD Feb 95"
  24082.         activate
  24083.     end tell
  24084. on error errMsg number errNum
  24085.     --enter statements to perform when no records are found such as...
  24086.     display dialog "Sorry, the item you selected could not be found."
  24087.     return
  24088. end try
  24089. All Packages
  24090. Chinese Language KitO
  24091. Dev.CD May 94
  24092. Dev.CD Feb 94P
  24093. Dev.CD May 94
  24094. Dev.CD Feb 9V
  24095. 2152X
  24096. May 94
  24097. --set theItem to choose file -- uncomment to test in an AS editor
  24098.     tell application "Finder"
  24099.         open item "Dev.CD Nov 99 TC:Language Kits:Chinese Language Kits 2.0:"
  24100.         activate
  24101.     end tell
  24102. on error errMsg number errNum
  24103.     --enter statements to perform when no records are found such as...
  24104.     display dialog "Sorry, the item you selected could not be found."
  24105.     return
  24106. end try
  24107. installer
  24108. chinese
  24109. language
  24110. installer-related
  24111. installermaker
  24112. installment
  24113. installs
  24114. instance
  24115. instances
  24116. instant
  24117. instantly
  24118. instead
  24119. instruction
  24120. instructions
  24121. insure
  24122. int'l
  24123. integer
  24124. integral
  24125. integrate
  24126. integrated
  24127. integrates
  24128. integrating
  24129. integrating
  24130. computer-based
  24131. media
  24132. broadcast
  24133. environment
  24134. integration
  24135. intelligent
  24136. intended
  24137. intense
  24138. intepreting
  24139. interact
  24140. interaction
  24141. interactions
  24142. interactive
  24143. interactively
  24144. interacts
  24145. intercept
  24146. interchange
  24147. interest
  24148. interested
  24149. interesting
  24150. interface
  24151. erleave
  24152. All Packages
  24153. Chinese Language KitO
  24154. Dev.CD Nov 97 TCP
  24155. Dev.CD Nov 97 TV
  24156. 2153X
  24157. Nov 97
  24158. e--set theItem to choose file -- uncomment to test in an AS editor
  24159.     tell application "Finder"
  24160.         open item "Dev.CD Nov 97 TC"
  24161.         activate
  24162.     end tell
  24163. on error errMsg number errNum
  24164.     --enter statements to perform when no records are found such as...
  24165.     display dialog "Sorry, the item you selected could not be found."
  24166.     return
  24167. end try
  24168. All Packages
  24169. Chinese Language KitO
  24170. Dev.CD May 98 TCP
  24171. Dev.CD May 98 TV
  24172. 2154X
  24173. May 98
  24174. e--set theItem to choose file -- uncomment to test in an AS editor
  24175.     tell application "Finder"
  24176.         open item "Dev.CD May 98 TC"
  24177.         activate
  24178.     end tell
  24179. on error errMsg number errNum
  24180.     --enter statements to perform when no records are found such as...
  24181.     display dialog "Sorry, the item you selected could not be found."
  24182.     return
  24183. end try
  24184. All Packages
  24185. Chinese Language Kit UpdaterV
  24186. 2155X
  24187. p--set theItem to choose file -- uncomment to test in an AS editor
  24188.     tell application "Finder"
  24189.         open item "Dev.CD May 94
  24190. Dev.CD Feb 94"
  24191.         activate
  24192.     end tell
  24193. on error errMsg number errNum
  24194.     --enter statements to perform when no records are found such as...
  24195.     display dialog "Sorry, the item you selected could not be found."
  24196.     return
  24197. end try
  24198. zOQDev.CD May 97 TC
  24199. Dev.CD Nov 96 TC
  24200. Dev.CD Aug 96 TC
  24201. Dev.CD Feb 96 TC
  24202. Dev.CD Feb 95PPDev.CD May 97 TC
  24203. Dev.CD Nov 96 TC
  24204. Dev.CD Aug 96 TC
  24205. Dev.CD Feb 96 TC
  24206. Dev.CD Feb 9V
  24207. 2155X
  24208. May 97
  24209. --set theItem to choose file -- uncomment to test in an AS editor
  24210.     tell application "Finder"
  24211.         open item "Dev.CD May 97 TC
  24212. Dev.CD Nov 96 TC
  24213. Dev.CD Aug 96 TC
  24214. Dev.CD Feb 96 TC
  24215. Dev.CD Feb 95"
  24216.         activate
  24217.     end tell
  24218. on error errMsg number errNum
  24219.     --enter statements to perform when no records are found such as...
  24220.     display dialog "Sorry, the item you selected could not be found."
  24221.     return
  24222. end try
  24223. All Packages
  24224. ChineseTalk 6.0.3O
  24225. Dev CD Vol. V
  24226. Dev CD Vol. IVP
  24227. Dev CD Vol. V
  24228. Dev CD Vol. IV
  24229. 2156X
  24230. Vol. V
  24231. chinese
  24232. language
  24233. updater
  24234. chinesetalk
  24235. chinesetalk
  24236. 6.0.3
  24237. chinesetalk
  24238. chinesetraditionalfo
  24239. chinesetraditionalfo
  24240. 6.0.5
  24241. chromakeymovie
  24242. cihui
  24243. classic
  24244. editor
  24245. resedit
  24246. codes
  24247. collection
  24248. color
  24249. color
  24250. locator
  24251. colorpicker
  24252. colorpicker
  24253. 2.1.1
  24254. colorpopupmenus
  24255. colorsync
  24256. colorsync
  24257. colorsync
  24258. photoshop
  24259. plugins
  24260. communication
  24261. communications
  24262. communications
  24263. toolbox
  24264. computer-based
  24265. computer-based
  24266. media
  24267. broadcast
  24268. conferencing
  24269. config&interleave
  24270. contacts
  24271. content
  24272. contextualmenumanage
  24273. contextualmenumanage
  24274. 1.0.3
  24275. control
  24276. control
  24277. strip
  24278. All Packages
  24279. ChineseTalk IIO*Dev.CD Mar 92
  24280. Dev.CD Feb 92
  24281. Dev.CD Vol. XIP)Dev.CD Mar 92
  24282. Dev.CD Feb 92
  24283. Dev.CD Vol. XV
  24284. 2157X
  24285. Mar 92
  24286. --set theItem to choose file -- uncomment to test in an AS editor
  24287.     tell application "Finder"
  24288.         open item "Dev.CD Mar 92
  24289. Dev.CD Feb 92
  24290. Dev.CD Vol. XI"
  24291.         activate
  24292.     end tell
  24293. on error errMsg number errNum
  24294.     --enter statements to perform when no records are found such as...
  24295.     display dialog "Sorry, the item you selected could not be found."
  24296.     return
  24297. end try
  24298. All Packages
  24299. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  24300. Dev.CD Feb 92
  24301. Dev.CD Vol. XIP)Dev.CD Mar 92
  24302. Dev.CD Feb 92
  24303. Dev.CD Vol. XV
  24304. 2158X
  24305. Mar 92
  24306. q--set theItem to choose file -- uncomment to test in an AS editor
  24307.     tell application "Finder"
  24308.         open item "Dev CD Vol. V
  24309. Dev CD Vol. IV"
  24310.         activate
  24311.     end tell
  24312. on error errMsg number errNum
  24313.     --enter statements to perform when no records are found such as...
  24314.     display dialog "Sorry, the item you selected could not be found."
  24315.     return
  24316. end try
  24317. ~D!All Packages
  24318. Tool Chest Edition
  24319. ChromaKeyMovie
  24320. Summary:  Chromakey Movie is a simple application which is designed to show alternative approaches to removing a color from a QuickTime movie while it is playing and allowing a separate image to be displayed in the removed regions. It demonstrates several features available in QuickTime and Color QuickDraw:
  24321. Color Quickdraw
  24322.    The use of GWorlds to store the current QuickTime movie frame, the background image and the composite (movie frame and background) image.
  24323.    Various arithmetic tra
  24324. --set theItem to choose file -- uncomment to test in an AS editor
  24325.     tell application "Finder"
  24326.         open item "Dev.CD Mar 92
  24327. Dev.CD Feb 92
  24328. Dev.CD Vol. XI"
  24329.         activate
  24330.     end tell
  24331. on error errMsg number errNum
  24332.     --enter statements to perform when no records are found such as...
  24333.     display dialog "Sorry, the item you selected could not be found."
  24334.     return
  24335. end try
  24336. 2159X
  24337. Nov 99^
  24338. --set theItem to choose file -- uncomment to test in an AS editor
  24339.     tell application "Finder"
  24340.         open item "Dev.CD Nov 99 TC:Sample Code:QuickTime:ChromaKeyMovie:"
  24341.         activate
  24342.     end tell
  24343. on error errMsg number errNum
  24344.     --enter statements to perform when no records are found such as...
  24345.     display dialog "Sorry, the item you selected could not be found."
  24346.     return
  24347. end try
  24348. Movedq
  24349. Dev.CD Nov 99 TC
  24350. D!All Packages
  24351. Tool Chest Edition
  24352. cihuiI
  24353. Summary: Description Input methods for use with the Chinese Macintosh System 6.05 and above. Allows pinyin input in phrase instead of single character.J    cihui.imgK
  24354. Vol VIIM,Chinese OS 6.0.5 (Traditional or Simplified)O/Dev.CD Nov 99 TC:Tool Chest:Localization:cihui:P7Dev.CD Nov 99 TC
  24355.  - Tool Chest
  24356.  - Localization
  24357.  - cihuiV
  24358. 2160X
  24359. Nov 99^
  24360. nsfer modes with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  24361. QuickTime
  24362.    The playing of a movie into an offscreen port and transfer to a visible window.
  24363.    The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  24364.    Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  24365.    The use of the movie controller to manipulate the playback 
  24366. of the movie.
  24367. Additional features demonstrated
  24368.    Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  24369.    The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since
  24370.     Dd System 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  24371. V Read Me Chromakey Movie
  24372.  Read Me Rotate Cube Movie
  24373. ChromaKeyMovie
  24374. ChromaKeyMovie MW.
  24375. ChromaKeyMovie.make
  24376. ChromaKeyMovie68k TC.
  24377. ChromaKeyMovie68k TC.
  24378. .rsrc
  24379. ChromaKeyMovieFAT
  24380. ChromaKeyMovieFAT.make
  24381. ChromaKeyMoviePPC MW.
  24382. ChromaKeyMoviePPC Symantec.rsrc
  24383. ChromaKeyMoviePPC Symantec.
  24384. Objects:
  24385. Objects68K:
  24386. ObjectsPPC:
  24387. Rotate Cube Small
  24388. Sources:
  24389. Jan 96O6Dev.CD Nov 99 TC:Sample Code:QuickTime:ChromaKeyMovie:P>Dev.CD Nov 99 TC
  24390.  - Sample Code
  24391.  - QuickTime
  24392.  - ChromaKeyMovie
  24393. frontier
  24394. frontmost
  24395. fruitful
  24396. fsmgluelib
  24397. fsspec
  24398. full-features
  24399. full-text
  24400. fully
  24401. function
  24402. function/method
  24403. functional
  24404. functionality
  24405. functionalty
  24406. functionsW
  24407. gearing
  24408. gelphman
  24409. gemma
  24410. general
  24411. generally
  24412. generate
  24413. characters
  24414. charge
  24415. charges
  24416. chars
  24417. cheap
  24418. check
  24419. checked
  24420. checked-in/checked-o
  24421. checkedoutfiles
  24422. checker
  24423. checkers
  24424. checkgestalt
  24425. checkinall
  24426. clarisworks
  24427. clark
  24428. clash
  24429. class
  24430. classes
  24431. classic
  24432. classroom
  24433. clause
  24434. clauses
  24435. clean
  24436. cleaner
  24437. click
  24438. clicks
  24439. client
  24440. client-server
  24441. client/server
  24442. clipboard
  24443. clipper
  24444. clipping
  24445. clocksW
  24446. clouseau
  24447. clues
  24448. code-like
  24449. e    No Changeq
  24450. Dev.CD Nov 99 TC
  24451. D!All Packages
  24452. Tool Chest Edition
  24453. Clipboard Magician 0.76
  24454. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  24455. Features:
  24456. Examine data in clipboard.
  24457. Manipulate data in clipboard.
  24458. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  24459. y adding a glue CNVT code resource.
  24460. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  24461. 2161X
  24462. 1e    No Change
  24463. --set theItem to choose file -- uncomment to test in an AS editor
  24464.     tell application "Finder"
  24465.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:cihui:"
  24466.         activate
  24467.     end tell
  24468. on error errMsg number errNum
  24469.     --enter statements to perform when no records are found such as...
  24470.     display dialog "Sorry, the item you selected could not be found."
  24471.     return
  24472. end try
  24473. Sep 92L
  24474. Sep 93MMSystem 6 or above. System 7 or above if Apple Event and Apple Script is used.N.data conversion, Apple Event server, scriptingO<Dev.CD Nov 99 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:PDDev.CD Nov 99 TC
  24475.  - Tool Chest
  24476.  - Toolbox
  24477.  - Clipboard Magician 0.76V
  24478. 2161X
  24479. Nov 99^
  24480. --set theItem to choose file -- uncomment to test in an AS editor
  24481.     tell application "Finder"
  24482.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:Clipboard Magician 0.76:"
  24483.         activate
  24484.     end tell
  24485. on error errMsg number errNum
  24486.     --enter statements to perform when no records are found such as...
  24487.     display dialog "Sorry, the item you selected could not be found."
  24488.     return
  24489. end try
  24490. e    No Changef,data conversion
  24491. Apple Event server
  24492. scriptingq
  24493. Dev.CD Nov 99 TC
  24494. D!All Packages
  24495. Tool Chest Edition
  24496. CODE Editor for ResEdit 2.1
  24497. *About Clipboard Mag'n 0.76.txt
  24498. About Clipboard Magician
  24499. About Clipboard Magician 0.76
  24500. About Clipboard Magician.txt
  24501. Alchemist
  24502. Clipboard Magician
  24503. FKEYs for Clipboard Magican
  24504. iconpict.p
  24505. Magic Wand
  24506. Magic Wand Utility
  24507. programming information
  24508. programming information.txt
  24509. System 7 related CNVT
  24510. testmagic.p
  24511. magician
  24512. suite
  24513. suite
  24514. dictionary
  24515. mailfoo
  24516. mailsuite
  24517. mailsuite
  24518. object
  24519. panorama
  24520. makefile
  24521. makefilealias
  24522. makefilehelp
  24523. makefiles
  24524. makemake
  24525. makemake
  24526. manual
  24527. makeout
  24528. makethefolder
  24529. making
  24530. making
  24531. malph
  24532. malph
  24533. management
  24534. manager
  24535. manalyzer
  24536. manalyzer
  24537. media
  24538. 2162X
  24539. Nov 99^
  24540. --set theItem to choose file -- uncomment to test in an AS editor
  24541.     tell application "Finder"
  24542.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  24543.         activate
  24544.     end tell
  24545. on error errMsg number errNum
  24546.     --enter statements to perform when no records are found such as...
  24547.     display dialog "Sorry, the item you selected could not be found."
  24548.     return
  24549. end try
  24550. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  24551. Dev.CD Nov 99 TC
  24552. D!All Packages
  24553. Tool Chest Edition
  24554. Color Locator DA
  24555. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  24556. Color Locator DAK
  24557. Vol VL
  24558. Vol VIIge
  24559. Summary:  The file 
  24560. CODE editor for ResEdit 2.1
  24561.  contains a ResEdit 2.1 (or later) RSSC resource that adds a disassembly viewer to ResEdit to handle CODE and code-like resources.  This allows you to view code resources as assembly code instead of 
  24562.  hex.  When added to ResEdit version 2.1.1 or later, the CODE editor can also operate concurrently with the basic HEXA editor, providing editing and searching capabilities as well.  The disassembly code is annotated with the module names extr
  24563. acted from the MacsBug strings in the code.  Navigation facilities are provided to allow viewing related pieces of code.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  24564. who references this location?
  24565. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  24566.     Cbrously tested.  Use caution when using any version of ResEdit to which you have added this editor.
  24567. J.CODE editor for ResEdit 2.1
  24568. CODE editor Notes:K
  24569. Nov 93NGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAOmDev.CD Nov 99 TC:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:P{Dev.CD Nov 99 TC
  24570.  - Tool Chest
  24571.  - Developer Utilities
  24572.  - ResEdit 2.1.3
  24573.  - ResEdit Extensions
  24574.  - CODE Editor for ResEdit 2.1
  24575. hierarchical
  24576. hifi-color
  24577. high-end
  24578. high-level
  24579. high-performance
  24580. higher
  24581. highlighting
  24582. highlights
  24583. hints
  24584. history
  24585. hoddie
  24586. hokum
  24587. holds
  24588. holiday
  24589. holland
  24590. horizon
  24591. host-target
  24592. hotchkiss
  24593. hours
  24594. however
  24595. rendering
  24596. library
  24597. O6Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Color Locator DAP>Dev.CD Nov 99 TC
  24598.  - Tool Chest
  24599.  - QuickDraw
  24600.  - Color Locator DV
  24601. 2163X
  24602. Nov 99^
  24603. --set theItem to choose file -- uncomment to test in an AS editor
  24604.     tell application "Finder"
  24605.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Color Locator DA"
  24606.         activate
  24607.     end tell
  24608. on error errMsg number errNum
  24609.     --enter statements to perform when no records are found such as...
  24610.     display dialog "Sorry, the item you selected could not be found."
  24611.     return
  24612. end try
  24613. e    No Changeq
  24614. Dev.CD Nov 99 TC
  24615. ColorPicker 2.1.1 SDKI
  24616. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  24617. Features: No new features- only bug fixesJ
  24618. Color Picker SDK.sitK
  24619. Aug 97L
  24620. Jan 98N
  24621. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  24622.  - Development Kits
  24623.  - Mac OS
  24624.  - ColorPicker 2.1.1 SDKV
  24625. 2164X
  24626. Jan 00^
  24627. Jan 00^
  24628. e    No Change
  24629. e    No Changef
  24630. Color Picker 2.1.1q
  24631. Dev.CD Jan 00 SDK1
  24632. All Packages
  24633. ColorPopUpMenus
  24634. WThis folder contains an example illustrating how to show swatches of color in a labels-like menu in your own application.  It also illustrates how to add a user adjustable color item to the menu that can be changed by  way of the color picker interface.
  24635. Contains routines for getting/setting particular elements in a color icon's color table.
  24636. ColorPopUpMenus
  24637. ColorPopUpMenus.c
  24638. ColorPopUpMenus.h
  24639. ColorPopUpMenus.prj
  24640. ColorPopUpMenus.r
  24641. ColorPopUpMenus.rsrc
  24642. MakeFile
  24643. ReadMeK
  24644. Dec 99M
  24645. Color MacintoshN=Icon, color icon, colour table, CIconHandle, CTabHandle, clutOWDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:PbDev.CD Dec 99 RL Disk 1
  24646.  - What's New
  24647.  - Sample Code
  24648.  - Human Interface Toolbox
  24649.  - ColorPopUpMenusV
  24650. 2165X
  24651. Dec 99^    RL Disk 1
  24652. e    No Change
  24653. --set theItem to choose file -- uncomment to test in an AS editor
  24654.     tell application "Finder"
  24655.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  24656.         activate
  24657.     end tell
  24658. on error errMsg number errNum
  24659.     --enter statements to perform when no records are found such as...
  24660.     display dialog "Sorry, the item you selected could not be found."
  24661.     return
  24662. end try
  24663. D!All Packages
  24664. Mac OS SDK Edition
  24665. ColorPicker 2.1.1 SDKI
  24666. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  24667. Features: No new features- only bug fixesJ
  24668. Color Picker SDK.sitK
  24669. Aug 97L
  24670. Jan 98N
  24671. Color Picker 2.1.1OADev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Jan 00 SDK1
  24672.  - Development Kits
  24673.  - Mac OS
  24674.  - ColorPicker 2.1.1 SDKV
  24675. 2164X
  24676. Jan 00^
  24677. ppcbrowseroverride
  24678. ppcbrowseroverride
  24679. ppcbrowseroverride
  24680. ppclist
  24681. ppclist
  24682. ppcnumerics
  24683. ppcsimpletext
  24684. ppcsimpletext
  24685. ppcsoftware
  24686. control
  24687. control
  24688. control
  24689. pre-asip
  24690. pre-release
  24691. pre-release
  24692. prebuilt
  24693. progguide
  24694. progguide
  24695. apple
  24696. scanners
  24697. programmatic
  24698. programmatic
  24699. interface
  24700. programming
  24701. programming
  24702. information
  24703. programming
  24704. information
  24705. progresswindoid
  24706. progresswindoid
  24707. project
  24708. project
  24709. large
  24710. project
  24711. large
  24712. project
  24713. quick
  24714. start
  24715. guide
  24716. projectfolders
  24717. projectmenu
  24718. projects
  24719. projects
  24720. projectxplugin68k
  24721. projectxplugin68knfp
  24722. projectxpluginppc
  24723. projlistmenu
  24724. protocol
  24725. protos
  24726. prototyping
  24727. e    No Changef8Icon
  24728. color icon
  24729. colour table
  24730. CIconHandle
  24731. CTabHandle
  24732. clutq
  24733. Dev.CD Dec 99 RL Disk 1
  24734. All Packages
  24735. ColorSync 3.0 Mac SDK
  24736. The complete ColorSync
  24737.  3.0 SDK for Mac developers. It includes the following:
  24738. Interfaces & Link Libraries
  24739. Documentation
  24740. Sample Code
  24741. Goodies
  24742. ColorSync
  24743.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  24744. What's New in ColorSync
  24745.       - Device Profiles and Document Profiles
  24746.       - ColorSync Workflows
  24747.       - Apple CMM
  24748.       - Calibration Assistant Expert mode
  24749. 2166X
  24750. --set theItem to choose file -- uncomment to test in an AS editor
  24751.     tell application "Finder"
  24752.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:ColorPopUpMenus:"
  24753.         activate
  24754.     end tell
  24755. on error errMsg number errNum
  24756.     --enter statements to perform when no records are found such as...
  24757.     display dialog "Sorry, the item you selected could not be found."
  24758.     return
  24759. end try
  24760. runtime
  24761. runtimehtml
  24762. runtimesvcs
  24763. russian
  24764. russian
  24765. 1.1.3
  24766. s-swedish
  24767. sample
  24768. sample
  24769. applications@
  24770. sample
  24771. notes@
  24772. scan@
  24773. scripts@
  24774. scsimonitor@
  24775. setdefaultdtp
  24776. setmarkers@
  24777. showdialogboxes
  24778. signaturetoapp@
  24779. simplified@
  24780. software
  24781. license@
  24782. soundrecord@
  24783. sounds@
  24784. space@
  24785. specs@
  24786. sphere@
  24787. stress
  24788. testing
  24789. tools
  24790. systemfolder
  24791. tech@
  24792. terminology@
  24793. testing@
  24794. textres@
  24795. theory@
  24796. threedmetafile@
  24797. ticket
  24798. program
  24799. proj@
  24800. stylechat
  24801. broadcast@
  24802. contextual@
  24803. data@
  24804. display
  24805. manager
  24806. resolution
  24807. screen
  24808. monitor
  24809. pixel
  24810. depth@
  24811. environment@
  24812. gestalt
  24813. selector
  24814. codes
  24815. gestalt
  24816. manager
  24817. machine
  24818. identificatio@
  24819. heap@
  24820. keychain
  24821. password
  24822. storage
  24823. passphrase
  24824. password@
  24825. library@
  24826. macapp@
  24827. macintosh@
  24828. network
  24829. setup
  24830. network
  24831. preferences@
  24832. passphrase@
  24833. performance
  24834. hardware
  24835. powerpc
  24836. bandwidth
  24837. cache
  24838. rates
  24839. colour
  24840. table
  24841. comet
  24842. communications
  24843. communications
  24844. toolbox
  24845. compare
  24846. compiler
  24847. compiler
  24848. tools
  24849. compilers
  24850. component
  24851. component
  24852. software
  24853. compound
  24854. compound
  24855. document
  24856. architecture
  24857. compress
  24858. compression
  24859. computer
  24860. computer
  24861. based
  24862. media
  24863. conditional
  24864. conditional
  24865. statements
  24866. conference
  24867. conferencing
  24868. configuration
  24869. configuration
  24870. connectivity
  24871. consumer
  24872. consumer
  24873. electronics
  24874. container
  24875. content
  24876. content
  24877. region
  24878. 2166X
  24879. Dec 99^    RL Disk 1
  24880. --set theItem to choose file -- uncomment to test in an AS editor
  24881.     tell application "Finder"
  24882.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:"
  24883.         activate
  24884.     end tell
  24885. on error errMsg number errNum
  24886.     --enter statements to perform when no records are found such as...
  24887.     display dialog "Sorry, the item you selected could not be found."
  24888.     return
  24889. end try
  24890. e    No Changef:ColorSync
  24891. calibrator
  24892. scripting
  24893. profile
  24894. gamma
  24895. tag colorq
  24896. Dev.CD Dec 99 RL Disk 1
  24897. D!All Packages
  24898. Mac OS SDK Edition
  24899. ColorSync Photoshop Plugins 2.1
  24900.       - Profile path balloons
  24901.       - Profile descriptions in double byte languages
  24902.       - Profile First Aid
  24903. ColorSync Features
  24904.       - AppleScript support
  24905.       - JPEG and GIF support
  24906.       - Profile Cache File
  24907.       - Profiles Folder Location and Subfolders
  24908.       - Photoshop Plug-ins
  24909.       - Multiprocessing support
  24910.       - support for 16 bits per channel images
  24911.       - What gets installed with ColorSync
  24912. ColorSync 3.0.imgK
  24913. Mar 93L
  24914. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOiDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:ColorSync 3.0 Installer:PwDev.CD Dec 99 RL Disk 1
  24915.  - What's New
  24916.  - Development Kits
  24917.  - Mac OS
  24918.  - ColorSync 3.0 Mac SDK
  24919.  - ColorSync 3.0 Installer
  24920. visually
  24921. vital
  24922. vocabulary
  24923. voice
  24924. voltages
  24925. volume
  24926. volumemount
  24927. volumes
  24928. vrefnum
  24929. vucollect
  24930. vumark
  24931. vumeter
  24932. w/mathlib
  24933. w/sound
  24934. walks
  24935. walkthrough
  24936. wanted
  24937. wanting
  24938. wants
  24939. warming
  24940. warning
  24941. warnings
  24942. warns
  24943. warrior
  24944. caller
  24945. callhyper
  24946. calling
  24947. calls
  24948. camera
  24949. cameron
  24950. campaign
  24951. campaigns
  24952. campfire
  24953. can't
  24954. calibrator
  24955. camera
  24956. capabilities
  24957. capture
  24958. carbon
  24959. carbon
  24960. printing
  24961. carbon
  24962. printing
  24963. manager
  24964. socket
  24965. services
  24966. cardbus
  24967. categories
  24968. audio
  24969. toolkit
  24970. cd-rom
  24971. control
  24972. panel
  24973. symantec
  24974. metrowerks
  24975. standardfile
  24976. center
  24977. cfallocator
  24978. cfarray
  24979. cfarray
  24980. cfbag
  24981. cfbag
  24982. cfbase
  24983. cfbase
  24984. cfbinaryheap
  24985. cfbinaryheap
  24986. cfbitvector
  24987. cfbitvector
  24988. cftree
  24989. cftree
  24990. cftype
  24991. cftypeid
  24992. chinese
  24993. chinese
  24994. language
  24995. traditional
  24996. simplified
  24997. ciconhandle
  24998. classes
  24999. client
  25000. clouseau
  25001. loading
  25002. collection
  25003. collection
  25004. services
  25005. color
  25006. color
  25007. depth
  25008. color
  25009. color
  25010. picker
  25011. 2.1.1
  25012. colorsync
  25013. colorsync
  25014. photoshop
  25015. plug-ins
  25016. colour
  25017. gateway
  25018. generator
  25019. gestalt
  25020. gestalt
  25021. manager
  25022. gestalt
  25023. selector
  25024. codes
  25025. getnextevent
  25026. getnextevent
  25027. waitnextevent
  25028. filter
  25029. helper
  25030. global
  25031. global
  25032. search
  25033. replace
  25034. software
  25035. project
  25036. archiving
  25037. glossaries
  25038. glyphs
  25039. desktop
  25040. grammar
  25041. graphics
  25042. grayrgn
  25043. gspgetversion
  25044. guest
  25045. guide
  25046. guidelines
  25047. gworld
  25048. fonts
  25049. typography
  25050. gxgraphics
  25051. gxgraphics
  25052. 1.1.6
  25053. halftone
  25054. handles
  25055. handoff
  25056. handoff
  25057. endpoints
  25058. manuals
  25059. media
  25060. memory
  25061. memory
  25062. manager
  25063. memory
  25064. monitor
  25065. missQ
  25066. mixed
  25067. mixed
  25068. module
  25069. monitor
  25070. network
  25071. network
  25072. software
  25073. networking
  25074. object-oriented
  25075. 2167X
  25076. Apr 98^
  25077. --set theItem to choose file -- uncomment to test in an AS editor
  25078.     tell application "Finder"
  25079.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  25080.         activate
  25081.     end tell
  25082. on error errMsg number errNum
  25083.     --enter statements to perform when no records are found such as...
  25084.     display dialog "Sorry, the item you selected could not be found."
  25085.     return
  25086. end try
  25087. Deletedf
  25088. ColorSync Photoshop Plug-insq
  25089. Dev.CD Apr 98 SDK1
  25090. D!All Packages
  25091. Mac OS SDK Edition
  25092. Communications Toolbox
  25093. The ColorSync
  25094.  Plug-In Modules provide an easy way for you to obtain high quality reproduction of color images. Together with the ColorSync
  25095.  System Extension and the installed device profiles, the ColorSync
  25096.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  25097. ng color user.
  25098. With the Plug-In
  25099. s you will be able to: 
  25100.  Accurately print the image viewed on your monitor. 
  25101.  Accurately print or view the image you have scanned. 
  25102.  Embed a profile in your image to be specified as the image
  25103. s source. 
  25104.  Make four-color or HiFi-color separations for any press printing condition. 
  25105.  Use your in-house device to preview what your image will look like on the printing press. 
  25106.  Execute any custom color matching needed.
  25107. New ColorSync Photoshop Plug-ins (Impo
  25108.     C;rt, Export and Filter) to replace the old version 1.3 ones.
  25109. JfColorSync Plugins readme
  25110. ColorSync
  25111.  Export
  25112. ColorSync
  25113.  Filter
  25114. ColorSync
  25115.  Import
  25116. Lab Color Space ProfileK
  25117. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  25118. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  25119.  - Development Kits (Disc 1)
  25120.  - ColorSync SDK
  25121.  - Goodies
  25122.  - ColorSync Photoshop Plugins 2.1
  25123. within
  25124. without
  25125. womack
  25126. won't
  25127. worlds
  25128. worldwide
  25129. would
  25130. wprocasm
  25131. write
  25132. writing
  25133. written
  25134. x/open
  25135. xcmds
  25136. xfcns
  25137. xmodem
  25138. xresult
  25139. years
  25140. export
  25141. exrom-1func
  25142. exrom-1func
  25143. sresource
  25144. extendprintrecord
  25145. extendprintrecord
  25146. extendprintrecord
  25147. import
  25148. important
  25149. important
  25150. information
  25151. imran's
  25152. imran's
  25153. imran's
  25154. release
  25155. notes
  25156. release
  25157. notes
  25158. includes
  25159. indexW
  25160. index
  25161. index
  25162. htmlW
  25163. index
  25164. indexes
  25165. indexg
  25166. indexg
  25167. infoid
  25168. infoid
  25169. information
  25170. install
  25171. install
  25172. english
  25173. install
  25174. francais
  25175. install
  25176. install
  25177. install
  25178. install
  25179. install
  25180. install
  25181. install
  25182. install
  25183. install
  25184. install
  25185. install
  25186. install
  25187. install
  25188. install
  25189. 3.0.1
  25190. 2168X
  25191. Jan 00^
  25192. --set theItem to choose file -- uncomment to test in an AS editor
  25193.     tell application "Finder"
  25194.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:"
  25195.         activate
  25196.     end tell
  25197. on error errMsg number errNum
  25198.     --enter statements to perform when no records are found such as...
  25199.     display dialog "Sorry, the item you selected could not be found."
  25200.     return
  25201. end try
  25202. e    No Changeq
  25203. Dev.CD Jan 00 SDK1
  25204. D!All Packages
  25205. Mac OS SDK Edition
  25206. F%Computer-based Media in Broadcast Env
  25207. Summary:  The Communications Toolbox SDK contains:
  25208. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  25209.         
  25210. XMODEM 1.1 Tool
  25211.         
  25212. Serial 1.0.2 Tool
  25213. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  25214. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  25215. The Communications 1 folder contains the 1.0.2 installer scr
  25216. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  25217. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  25218. NOTE:  Developers should do all new development with Open Transport where possible.
  25219. Aug 93L
  25220. About the CTB folder
  25221. AppleModemTool v1.5.3
  25222. AppleTalk-DECnet Tool 1.1
  25223. Basic Connectivity Set 1.1.1
  25224. CommToolbox 1.1
  25225. Communications 1
  25226. CTB Sample Code 1.0b16
  25227. LAT 1.1K
  25228. Aug 93L
  25229.  OBDev.CD Jan 00 SDK1:Development Kits:Mac OS:Communications Toolbox:PJDev.CD Jan 00 SDK1
  25230.  - Development Kits
  25231.  - Mac OS
  25232.  - Communications Toolbox
  25233. summary
  25234. communications
  25235. toolbox
  25236. contains
  25237. summary
  25238. control
  25239. strip
  25240. control
  25241. panel
  25242. provides
  25243. summary
  25244. cyrillic
  25245. language
  25246. combination
  25247. system
  25248. summary
  25249. developer's
  25250. reference
  25251. guide
  25252. apple
  25253. networ
  25254. summary
  25255. program
  25256. demonstrates
  25257. lookup
  25258. calls
  25259. under
  25260. summary
  25261. february
  25262. edition
  25263. apple
  25264. publications
  25265. summary
  25266. editor
  25267. resedit
  25268. contains
  25269. summary
  25270. system
  25271. manager
  25272. provides
  25273. systematic
  25274. summary
  25275. gxifier
  25276. automatically
  25277. tables
  25278. existing
  25279. summary
  25280. hebrew
  25281. language
  25282. combination
  25283. system
  25284. summary
  25285. hypercard
  25286. player
  25287. software
  25288. enables
  25289. summary
  25290. japanese
  25291. language
  25292. combination
  25293. system
  25294. summary
  25295. macintosh
  25296. technical
  25297. designed
  25298. provide
  25299. summary
  25300. mactcp
  25301. token
  25302. extension
  25303. supports
  25304. summary
  25305. suite
  25306. provides
  25307. framework
  25308. tools
  25309. differences
  25310. different
  25311. differentiating
  25312. differentiation
  25313. differing
  25314. compilable
  25315. compiler
  25316. compiler
  25317. stuff
  25318. component
  25319. compresspictfile
  25320. compresspictfile
  25321. concordia
  25322. concordia
  25323. concordia
  25324. concordia
  25325. concordia
  25326. concordia
  25327. concordia
  25328. conferencing
  25329. bootvol
  25330. contextual
  25331. contextual
  25332. development
  25333. contextual
  25334. machack
  25335. goodies
  25336. contextual
  25337. manager
  25338. control
  25339. control
  25340. strip
  25341. control
  25342. strip
  25343. sample
  25344. control
  25345. strip
  25346. technical
  25347. controlkeypatch
  25348. controlkeypatch
  25349. controlkeypatch
  25350. controlkeypatch
  25351. controlkeypatch
  25352. controlkeytest
  25353. controlkeytest
  25354. controlkeytest
  25355. controlkeytest
  25356. controlkeytest
  25357. controls
  25358. controls/events
  25359. controlstrip
  25360. controlstrip
  25361. sample
  25362. controlstrip
  25363. sample
  25364. controlstrip
  25365. sample
  25366. controlstrip
  25367. sample
  25368. controlstriplib
  25369. convert
  25370. convert
  25371. projects
  25372. 2169X
  25373. Jan 00^
  25374. --set theItem to choose file -- uncomment to test in an AS editor
  25375.     tell application "Finder"
  25376.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:"
  25377.         activate
  25378.     end tell
  25379. on error errMsg number errNum
  25380.     --enter statements to perform when no records are found such as...
  25381.     display dialog "Sorry, the item you selected could not be found."
  25382.     return
  25383. end try
  25384. e    No Changef2Computer Based Media
  25385. Television
  25386. Broadcast
  25387. Graphicsq
  25388. Dev.CD Jan 00 SDK1
  25389. D!All Packages
  25390. Mac OS SDK Edition
  25391. ContextualMenuManagerSDK 1.0.3
  25392. Integrating Computer-Based Media in a Broadcast Environment by Laurence Tietz
  25393. Are you an expert graphic designer working in the desktop publishing market and want to expand your work into the exciting area of broadcast design? What special concerns do you need to understand in order to succeed in this field? In this paper we will look at the requirements of the broadcast environment and explain how to use your Macintosh system to create broadcast-ready graphics.
  25394. CompbasedMediaBroadcastEnv.pdfK
  25395. May 99L
  25396. Jul 99M
  25397. Acrobat Reader 3.0N5Computer Based Media, Television, Broadcast, GraphicsOJDev.CD Jan 00 SDK1:Interactive Media Resources:CompbasedMediaBroadcastEnv:PODev.CD Jan 00 SDK1
  25398.  - Interactive Media Resources
  25399.  - CompbasedMediaBroadcastEnv
  25400. broadcast
  25401. browse
  25402. browser
  25403. buffered
  25404. buffering
  25405. reports
  25406. error
  25407. reports
  25408. apple
  25409. builder
  25410. built-in
  25411. bundle
  25412. burned-in
  25413. business
  25414. button
  25415. opentransport
  25416. cacheQ
  25417. cacheline
  25418. cad/cam
  25419. cad/cam
  25420. design
  25421. calibrator
  25422. camera
  25423. capabilities
  25424. capture
  25425. carbon
  25426. cardbus
  25427. cardbus
  25428. pcmcia
  25429. categories
  25430. finder
  25431. windows
  25432. cd-rom
  25433. cd-rom
  25434. device
  25435. manager
  25436. control
  25437. panel
  25438. symantec
  25439. metrowerks
  25440. standardfile
  25441. cftypeid
  25442. character
  25443. characters
  25444. chinese
  25445. chinese
  25446. dictation
  25447. speech
  25448. input
  25449. keyboard
  25450. chinese
  25451. handwriting
  25452. input
  25453. keyboard
  25454. tablet
  25455. chinese
  25456. language
  25457. traditional
  25458. simplified
  25459. 2170X
  25460. Jan 00^
  25461. --set theItem to choose file -- uncomment to test in an AS editor
  25462.     tell application "Finder"
  25463.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:"
  25464.         activate
  25465.     end tell
  25466. on error errMsg number errNum
  25467.     --enter statements to perform when no records are found such as...
  25468.     display dialog "Sorry, the item you selected could not be found."
  25469.     return
  25470. end try
  25471. e    No Changef
  25472. Contextual
  25473. Managerq
  25474. Dev.CD Jan 00 SDK1
  25475. D!All Packages
  25476. Mac OS SDK Edition
  25477. Control Strip
  25478. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  25479. CMM is a Mac OS
  25480.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  25481. J;Contextual Menu Development
  25482. Contextual Menu MacHack GoodiesK
  25483. Oct 98N
  25484. Contextual, Menu, ManagerOJDev.CD Jan 00 SDK1:Development Kits:Mac OS:ContextualMenuManagerSDK 1.0.3:PRDev.CD Jan 00 SDK1
  25485.  - Development Kits
  25486.  - Mac OS
  25487.  - ContextualMenuManagerSDK 1.0.3
  25488. directions
  25489. disclaimer
  25490. discoveringopenstepb
  25491. discoveringopenstepb
  25492. disinfectant
  25493. displaymanager
  25494. displaymanager
  25495. documentation
  25496. documents
  25497. downloads
  25498. downloads
  25499. htmlW
  25500. draglib
  25501. driver
  25502. stylechat
  25503. development
  25504. primer
  25505. editor
  25506. enabler
  25507. encodings
  25508. engineering
  25509. english
  25510. englishmiscellaneous
  25511. englishmiscellaneous
  25512. englishmiscellaneous
  25513. englishterminology
  25514. englishterminology
  25515. englishterminology
  25516. enhanced
  25517. enhanced
  25518. survival
  25519. guide
  25520. eomodeler
  25521. errata
  25522. ethernet
  25523. event
  25524. apple
  25525. ethernet
  25526. apple
  25527. video
  25528. example
  25529. example
  25530. scripts
  25531. example
  25532. examples
  25533. export
  25534. 2171X
  25535. Jan 00^
  25536. --set theItem to choose file -- uncomment to test in an AS editor
  25537.     tell application "Finder"
  25538.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:"
  25539.         activate
  25540.     end tell
  25541. on error errMsg number errNum
  25542.     --enter statements to perform when no records are found such as...
  25543.     display dialog "Sorry, the item you selected could not be found."
  25544.     return
  25545. end try
  25546. e    No Changef%Control Strip
  25547. PowerBook
  25548. Control Panelq
  25549. Dev.CD Jan 00 SDK1
  25550. ControlBackground
  25551. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  25552. Don't have the Appearance Manager running.
  25553. Sample Code.imgK
  25554. Aug 97N$color, controls, draw, window, tableaw, window, table
  25555. Summary:  The Control Strip is a control panel that provides the operating environment for Control Strip modules. It runs on any Macintosh PowerBook computer with System 7.0 or later.
  25556. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  25557.  updates to this documentation will happen within this Technical Note.
  25558. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  25559. JMControl Strip
  25560. Control Strip Sample
  25561. Control Strip Technical Note
  25562. MacCalendar 
  25563. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Jan 00 SDK1
  25564.  - Development Kits
  25565.  - Mac OS
  25566.  - Control Strip
  25567. Dev.CD Nov 99 TC:Sample Code:P
  25568. Dev.CD Nov 99 TC
  25569.  - Sample CodeV
  25570. 2172X
  25571. Nov 99^
  25572. r--set theItem to choose file -- uncomment to test in an AS editor
  25573.     tell application "Finder"
  25574.         open item "Dev.CD Nov 99 TC:Sample Code:"
  25575.         activate
  25576.     end tell
  25577. on error errMsg number errNum
  25578.     --enter statements to perform when no records are found such as...
  25579.     display dialog "Sorry, the item you selected could not be found."
  25580.     return
  25581. end try
  25582. e    No Changef color
  25583. controls
  25584. window
  25585. tableq
  25586. Dev.CD Nov 99 TC
  25587. D!All Packages
  25588. Tool Chest Edition
  25589. ControlKeyPatch
  25590. Routines for patching the ADB manager to simulate the control key being held down.  This file contains routines for installing, removing and calling the control key patch.  Client code can link with this file and place the patch resource in their resource fork.
  25591.     No Change
  25592. D!All Packages
  25593. Tool Chest Edition
  25594. ControlBackground
  25595. zIt's a simple code sample which demonstrates how to draw controls with a particular background color.  Controls get their background color from the window color table; this sample shows how to temporarily alter an entry in that color table so that the control draws with a particular background color but no other drawing is affected.
  25596. Don't have the Appearance Manager running.
  25597. Sample Code.imgK
  25598. Aug 97N$color, controls, draw, window, table
  25599. controlbackground
  25600. controlkeypatch
  25601. controlstrip
  25602. controlstrip
  25603. convert
  25604. convert
  25605. projects
  25606. 1.0b5
  25607. converter
  25608. corefoundation
  25609. cpugestalt
  25610. development
  25611. resources
  25612. cyrillic
  25613. cyrillic
  25614. language
  25615. cyrillic
  25616. language
  25617. access
  25618. manager
  25619. french
  25620. access
  25621. manager
  25622. database
  25623. debugging
  25624. debugging
  25625. modern
  25626. memory
  25627. manager
  25628. debugging
  25629. sound
  25630. manager
  25631. declaration
  25632. declaration
  25633. defprocs
  25634. design
  25635. design
  25636. robustness
  25637. detect
  25638. detection
  25639. detectors
  25640. develop
  25641. develop
  25642. issue
  25643. particularly
  25644. parties
  25645. partition
  25646. partitions
  25647. partners
  25648. partnership
  25649. partnerships
  25650. parts
  25651. party
  25652. pascal
  25653. pascal/handle
  25654. sword
  25655. passwords
  25656. paste
  25657. patch
  25658. patches
  25659. patching
  25660. patching
  25661. service
  25662. routines
  25663. pathname
  25664. pathnames
  25665. paths
  25666. patrick
  25667. pattern
  25668. patterns
  25669. payoff
  25670. pbcatsearch
  25671. pbwriteasync
  25672. pccts
  25673. pci-based
  25674. pci-pci
  25675. doneW
  25676. dormant
  25677. double
  25678. double-click
  25679. doubler
  25680. doubles
  25681. doubletrouble
  25682. downfall
  25683. download
  25684. download
  25685. directory
  25686. listing
  25687. download
  25688. given
  25689. download/upload
  25690. download/upload
  25691. entire
  25692. directory
  25693. downloaded
  25694. downloading
  25695. downloads
  25696. dozen
  25697. dozens
  25698. draft
  25699. draftbits
  25700. drafting
  25701. drawtextcodec
  25702. drill
  25703. drive
  25704. driven
  25705. driver
  25706. ControlKeyPatch.a
  25707. ControlKeyPatch.a.c
  25708. ControlKeyPatch.c
  25709. ControlKeyPatch.h
  25710. ControlKeyTest
  25711. ControlKeyTest.c
  25712. ControlKeyTest.prj
  25713. ControlKeyTest.r
  25714. ControlKeyTest.rsrc
  25715. MakeFile
  25716. ReadMeK
  25717. Nov 99M A macintosh with an ADB KeyboardN!ADB, control key, key, key patch,ORDev.CD Nov 99 TC:What's New?:Sample Code:Devices and Hardware:ADB:ControlKeyPatch:P`Dev.CD Nov 99 TC
  25718.  - What's New?
  25719.  - Sample Code
  25720.  - Devices and Hardware
  25721.  - ADB
  25722.  - ControlKeyPatchV
  25723. 2173X
  25724. Nov 99^
  25725. --set theItem to choose file -- uncomment to test in an AS editor
  25726.     tell application "Finder"
  25727.         open item "Dev.CD Nov 99 TC:What's New?:Sample Code:Devices and Hardware:ADB:ControlKeyPatch:"
  25728.         activate
  25729.     end tell
  25730. on error errMsg number errNum
  25731.     --enter statements to perform when no records are found such as...
  25732.     display dialog "Sorry, the item you selected could not be found."
  25733.     return
  25734. end try
  25735. e    No Changef
  25736. control key
  25737. key patch,q
  25738. Dev.CD Nov 99 TC
  25739. D!All Packages
  25740. Tool Chest Edition
  25741. routing
  25742. rubber
  25743. rubber-banding
  25744. ruben
  25745. rules
  25746. sakes
  25747. sales
  25748. sample
  25749. sample
  25750. demonstrating
  25751. certain
  25752. kinds
  25753. samples
  25754. satisfy
  25755. satisfying
  25756. saves
  25757. saving
  25758. savory
  25759. savvy
  25760. sawitzki
  25761. sbarcdef
  25762. scanned
  25763. scanner
  25764. scanning
  25765. scans
  25766. schedule
  25767. schedules
  25768. schemes
  25769. schneider
  25770. science
  25771. scoop
  25772. score
  25773. scoring
  25774. scott
  25775. ControlStrip TestIeSummary:  ControlStrip Test is a sample program that shows how to use some of the ControlStrip calls.J
  25776. ControlStrip Sample
  25777. ControlStrip Sample 68k.
  25778. ControlStrip Sample PPC
  25779. ControlStrip Sample PPC.
  25780. ControlStrip Sample.c
  25781. ControlStripLib
  25782. SimpleApp.h
  25783. SimpleApp.rsrc
  25784. SimpleApp68k.lib
  25785. SimpleAppPPC.libK
  25786. Oct 96M
  25787. System 7O7Dev.CD Nov 99 TC:Sample Code:Toolbox:ControlStrip Test:P?Dev.CD Nov 99 TC
  25788.  - Sample Code
  25789.  - Toolbox
  25790.  - ControlStrip TestV
  25791. 2174X
  25792. Nov 99^
  25793. --set theItem to choose file -- uncomment to test in an AS editor
  25794.     tell application "Finder"
  25795.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:ControlStrip Test:"
  25796.         activate
  25797.     end tell
  25798. on error errMsg number errNum
  25799.     --enter statements to perform when no records are found such as...
  25800.     display dialog "Sorry, the item you selected could not be found."
  25801.     return
  25802. end try
  25803. Movedq
  25804. Dev.CD Nov 99 TC
  25805. D!All Packages
  25806. Tool Chest Edition
  25807. Convert
  25808. Projects 1.0b5
  25809. 2175X
  25810. Nov 99^
  25811. --set theItem to choose file -- uncomment to test in an AS editor
  25812.     tell application "Finder"
  25813.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  25814.  Other Platforms:Convert
  25815. Projects 1.0b5:"
  25816.         activate
  25817.     end tell
  25818. on error errMsg number errNum
  25819.     --enter statements to perform when no records are found such as...
  25820.     display dialog "Sorry, the item you selected could not be found."
  25821.     return
  25822. end try
  25823. Deletedq
  25824. Dev.CD Nov 99 TC
  25825. All Packages
  25826. CPU SE 406O
  25827. Dev.CD Jul 95P
  25828. Dev.CD Jul 9V
  25829. 2176X
  25830. Jul 95
  25831. b--set theItem to choose file -- uncomment to test in an AS editor
  25832.     tell application "Finder"
  25833.         open item "Dev.CD Jul 95"
  25834.         activate
  25835.     end tell
  25836. on error errMsg number errNum
  25837.     --enter statements to perform when no records are found such as...
  25838.     display dialog "Sorry, the item you selected could not be found."
  25839.     return
  25840. end try
  25841. All Packages
  25842. CPU SE 406O
  25843. Dev.CD Jul 95V
  25844. 2177X
  25845. Summary:  Convert
  25846. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  25847. Projects" for details.
  25848. Convert
  25849. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  25850. t supported by the Code Warrior compilers, you
  25851.  will need to manually change your code.
  25852. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  25853. Projects, please contact the authors by one of the following means:
  25854.   Internet: bbedit@world.std.com
  25855.   CIS: 73051,3255
  25856.   AppleLink: BARE.BONES
  25857.   Fax: (508) 651-7584
  25858.   Phone: (508) 651-3561
  25859.   Mail:  Bare Bones Software
  25860.       c/o R. Siegel
  25861.       1 Larkspur W
  25862. ay #4
  25863.       Natick, MA 01760
  25864. J?!NOT AN APPLE PRODUCT!:
  25865. About Convert
  25866. Projects
  25867. Convert
  25868. ProjectsK
  25869. May 94L
  25870. Aug 94OVDev.CD Nov 99 TC:Tool Chest:Development Kits:
  25871.  Other Platforms:Convert
  25872. Projects 1.0b5:PaDev.CD Nov 99 TC
  25873.  - Tool Chest
  25874.  - Development Kits
  25875.  Other Platforms
  25876.  - Convert
  25877. Projects 1.0b5
  25878. detect
  25879. detecting
  25880. detection
  25881. detective
  25882. detector
  25883. detectors
  25884. detects
  25885. determination
  25886. determine
  25887. determining
  25888. devanagari
  25889. develop
  25890. develop-ers
  25891. developments
  25892. device
  25893. deviceloop
  25894. devices
  25895. devsupport
  25896. diagnose
  25897. diagram
  25898. dialog
  25899. dialogs
  25900. dialup
  25901. dictation
  25902. dictionaries
  25903. dictionary
  25904. dierks
  25905. non-portable
  25906. non-scsi
  25907. non-us
  25908. non-volatile-ram
  25909. nopoweroffkey
  25910. norbert
  25911. noresdialog
  25912. normal
  25913. normally
  25914. norman
  25915. north
  25916. norwegian
  25917. nosound
  25918. 750203540
  25919. 7edit
  25920. 8-bit
  25921. 8.0.1
  25922. 8.1.2
  25923. 8.3.4
  25924. 208100
  25925. 9500/2009500/1809500
  25926. 974-9456
  25927. about
  25928. appleshare
  25929. client
  25930. about
  25931. backlight
  25932. control
  25933. about
  25934. bbedit
  25935. about
  25936. clipboard
  25937. mag'n
  25938. about
  25939. clipboard
  25940. magician
  25941. about
  25942. clipboard
  25943. magician
  25944. about
  25945. clipboard
  25946. magician
  25947. about
  25948. convert
  25949. projects
  25950. about
  25951. driver
  25952. installer
  25953. about
  25954. driver
  25955. installer
  25956. about
  25957. about
  25958. dropdisk
  25959. about
  25960. otvirtual
  25961. server
  25962. about
  25963. pdlog
  25964. expand
  25965. about
  25966. rinaldi
  25967. collection
  25968. 95/02
  25969. about
  25970. sample
  25971. about
  25972. sample
  25973. about
  25974. scriptx
  25975. about
  25976. system
  25977. 7.5.5
  25978. update
  25979. about
  25980. folder
  25981. about
  25982. utilities
  25983. about
  25984. pre-release
  25985. about
  25986. versionedit
  25987. about
  25988. zaptcp
  25989. about
  25990. zoneranger
  25991. aboutbox
  25992. aboutbox
  25993. aboutbox
  25994. aboutbox
  25995. aboutthissite
  25996. access
  25997. aci2.5
  25998. acireference
  25999. acrobat
  26000. acrobat
  26001. reader
  26002. 4.0.1
  26003. Dev.CD Jul 9V
  26004. 2177X
  26005. Jul 95
  26006. b--set theItem to choose file -- uncomment to test in an AS editor
  26007.     tell application "Finder"
  26008.         open item "Dev.CD Jul 95"
  26009.         activate
  26010.     end tell
  26011. on error errMsg number errNum
  26012.     --enter statements to perform when no records are found such as...
  26013.     display dialog "Sorry, the item you selected could not be found."
  26014.     return
  26015. end try
  26016. All Packages
  26017. CPU SE 406O
  26018. Dev.CD Jul 95P
  26019. Dev.CD Jul 9V
  26020. 2178X
  26021. Jul 95
  26022. b--set theItem to choose file -- uncomment to test in an AS editor
  26023.     tell application "Finder"
  26024.         open item "Dev.CD Jul 95"
  26025.         activate
  26026.     end tell
  26027. on error errMsg number errNum
  26028.     --enter statements to perform when no records are found such as...
  26029.     display dialog "Sorry, the item you selected could not be found."
  26030.     return
  26031. end try
  26032. All Packages
  26033. CPU SE 406O
  26034. Dev.CD Jul 95P
  26035. Dev.CD Jul 9V
  26036. 2179X
  26037. Jul 95
  26038. All Packages
  26039. CPU SE 406O
  26040. Dev.CD Jul 95P
  26041. Dev.CD Jul 9V
  26042. 2180X
  26043. Jul 95
  26044. b--set theItem to choose file -- uncomment to test in an AS editor
  26045.     tell application "Finder"
  26046.         open item "Dev.CD Jul 95"
  26047.         activate
  26048.     end tell
  26049. on error errMsg number errNum
  26050.     --enter statements to perform when no records are found such as...
  26051.     display dialog "Sorry, the item you selected could not be found."
  26052.     return
  26053. end try
  26054. All Packages
  26055. CPU SE 406O
  26056. Dev.CD Jul 95P
  26057. Dev.CD Jul 9V
  26058. 2181X
  26059. Jul 95
  26060. b--set theItem to choose file -- uncomment to test in an AS editor
  26061.     tell application "Finder"
  26062.         open item "Dev.CD Jul 95"
  26063.         activate
  26064.     end tell
  26065. on error errMsg number errNum
  26066.     --enter statements to perform when no records are found such as...
  26067.     display dialog "Sorry, the item you selected could not be found."
  26068.     return
  26069. end try
  26070. D!All Packages
  26071. Tool Chest Edition
  26072. CPUGestalt
  26073. b--set theItem to choose file -- uncomment to test in an AS editor
  26074.     tell application "Finder"
  26075.         open item "Dev.CD Jul 95"
  26076.         activate
  26077.     end tell
  26078. on error errMsg number errNum
  26079.     --enter statements to perform when no records are found such as...
  26080.     display dialog "Sorry, the item you selected could not be found."
  26081.     return
  26082. end try
  26083. IpSummary: This sample code illustrates the way to determine the processor type of the Macintosh you're running onJ3CPUGestalt
  26084. CPUGestalt.c
  26085. CPUGestalt.SYM
  26086. CPUGestalt.
  26087. Apr 97O5Dev.CD Nov 99 TC:Sample Code:OS Utilities:CPUGestalt:P=Dev.CD Nov 99 TC
  26088.  - Sample Code
  26089.  - OS Utilities
  26090.  - CPUGestaltV
  26091. 2182X
  26092. Nov 99^
  26093. --set theItem to choose file -- uncomment to test in an AS editor
  26094.     tell application "Finder"
  26095.         open item "Dev.CD Nov 99 TC:Sample Code:OS Utilities:CPUGestalt:"
  26096.         activate
  26097.     end tell
  26098. on error errMsg number errNum
  26099.     --enter statements to perform when no records are found such as...
  26100.     display dialog "Sorry, the item you selected could not be found."
  26101.     return
  26102. end try
  26103. Movedq
  26104. Dev.CD Nov 99 TC
  26105. D!All Packages
  26106. Tool Chest Edition
  26107. CTB Development Resources
  26108. 2183X
  26109. Nov 99^
  26110. --set theItem to choose file -- uncomment to test in an AS editor
  26111.     tell application "Finder"
  26112.         open item "Dev.CD Nov 99 TC:Tool Chest:Communications Toolbox:CTB Development Resources:"
  26113.         activate
  26114.     end tell
  26115. on error errMsg number errNum
  26116.     --enter statements to perform when no records are found such as...
  26117.     display dialog "Sorry, the item you selected could not be found."
  26118.     return
  26119. end try
  26120. e    No Changeq
  26121. Dev.CD Nov 99 TC
  26122. All Packages
  26123. Cyrillic Language KitO!Dev.CD May 97 TC
  26124. Dev.CD May 96 TCP Dev.CD May 97 TC
  26125. Dev.CD May 96 TV
  26126. 2184X
  26127. May 97
  26128. v--set theItem to choose file -- uncomment to test in an AS editor
  26129.     tell application "Finder"
  26130.         open item "Dev.CD May 97 TC
  26131. Dev.CD May 96 TC"
  26132.         activate
  26133.     end tell
  26134. on error errMsg number errNum
  26135.     --enter statements to perform when no records are found such as...
  26136.     display dialog "Sorry, the item you selected could not be found."
  26137.     return
  26138. end try
  26139. Summary: Macintosh CTB software distributed at the 1992 Worldwide Developers Conference in the CTB Technical session. This software is intended to be useful to anyone developing a CTB compatible application or CTB Tool.
  26140. Features: The components included are:
  26141. * CTB API overview (TEXT file)
  26142. * Comm Toolbox architecture/roadmap/example courseware (HyperCard stack)
  26143. * MPW 411 files
  26144. * CustomChoose outline (TEXT file)
  26145. * Staging Alerts description (TEXT file)
  26146. * Macsbug dcmd files for Tool debugginBLg
  26147. * CTB Tool strings (HyperCard stack)
  26148. * Simple FT Tool development template
  26149. CommToolbox Roadmap:
  26150. CTB 411 Files:
  26151. CTB API Overview
  26152. CTB Custom Choose:
  26153. CTB Debugging:
  26154. Read Me
  26155. Read Me.txt
  26156. Simple FT Tool:
  26157. Staging AlertsK
  26158. Oct 92M MPW, ResEdit, HyperCard, MacsbugOMDev.CD Nov 99 TC:Tool Chest:Communications Toolbox:CTB Development Resources:PUDev.CD Nov 99 TC
  26159.  - Tool Chest
  26160.  - Communications Toolbox
  26161.  - CTB Development Resources
  26162. distribution
  26163. distributor
  26164. distributors
  26165. dithering
  26166. divided
  26167. divides
  26168. dixformat
  26169. dixzero
  26170. documentationandsamp
  26171. documented
  26172. documentproc
  26173. documents
  26174. docviewer
  26175. doesn't
  26176. doesn't
  26177. documents
  26178. properly
  26179. doesnt
  26180. dogcow
  26181. summary
  26182. sample
  26183. discussion
  26184. detect
  26185. whether
  26186. summary
  26187. sample
  26188. network
  26189. chess
  26190. application
  26191. summary
  26192. monitor
  26193. iotracer
  26194. performance
  26195. tools
  26196. summary
  26197. tools
  26198. small
  26199. functions
  26200. summary
  26201. allows
  26202. display
  26203. dialogs
  26204. alerts
  26205. coolale
  26206. summary
  26207. sedit
  26208. device
  26209. editor
  26210. general
  26211. purpose
  26212. summary
  26213. virtual
  26214. scripts
  26215. libraries
  26216. automa
  26217. summary
  26218. globals
  26219. multifinder
  26220. friendly
  26221. application
  26222. summary
  26223. movie
  26224. small
  26225. application
  26226. designed
  26227. summary
  26228. simpleapp
  26229. general
  26230. utility
  26231. handling
  26232. summary
  26233. soundapp
  26234. sample
  26235. application
  26236. demonstrating
  26237. summary
  26238. sourceobj
  26239. reads
  26240. corrosponding
  26241. summary
  26242. standardfileicons
  26243. control
  26244. panel
  26245. which
  26246. allows
  26247. summary
  26248. stdfilesaver
  26249. sample
  26250. print
  26251. driver
  26252. written
  26253. summary
  26254. allows
  26255. several
  26256. attrib
  26257. All Packages
  26258. Cyrillic Language KitO!Dev.CD May 97 TC
  26259. Dev.CD May 96 TCP Dev.CD May 97 TC
  26260. Dev.CD May 96 TV
  26261. 2185X
  26262. May 97
  26263. v--set theItem to choose file -- uncomment to test in an AS editor
  26264.     tell application "Finder"
  26265.         open item "Dev.CD May 97 TC
  26266. Dev.CD May 96 TC"
  26267.         activate
  26268.     end tell
  26269. on error errMsg number errNum
  26270.     --enter statements to perform when no records are found such as...
  26271.     display dialog "Sorry, the item you selected could not be found."
  26272.     return
  26273. end try
  26274. D!All Packages
  26275. Tool Chest Edition
  26276. Cyrillic Language Kit v1.0
  26277. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  26278.  and other computers using the Mac
  26279.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  26280.     No Change
  26281. J;Cyrillic Read Me First
  26282. Install English:
  26283. Internet Shareware:K
  26284. May 96O9Dev.CD Nov 99 TC:Language Kits:Cyrillic Language Kit 1.0:P>Dev.CD Nov 99 TC
  26285.  - Language Kits
  26286.  - Cyrillic Language Kit 1.0V
  26287. 2186X
  26288. Nov 99^
  26289. --set theItem to choose file -- uncomment to test in an AS editor
  26290.     tell application "Finder"
  26291.         open item "Dev.CD Nov 99 TC:Language Kits:Cyrillic Language Kit 1.0:"
  26292.         activate
  26293.     end tell
  26294. on error errMsg number errNum
  26295.     --enter statements to perform when no records are found such as...
  26296.     display dialog "Sorry, the item you selected could not be found."
  26297.     return
  26298. end try
  26299. e    No Changeq
  26300. Dev.CD Nov 99 TC
  26301. D!All Packages
  26302. Tool Chest Edition
  26303. F#Data Access Manager French Demo 1.0
  26304. 2187X
  26305. Nov 99^
  26306. --set theItem to choose file -- uncomment to test in an AS editor
  26307.     tell application "Finder"
  26308.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  26309.         activate
  26310.     end tell
  26311. on error errMsg number errNum
  26312.     --enter statements to perform when no records are found such as...
  26313.     display dialog "Sorry, the item you selected could not be found."
  26314.     return
  26315. end try
  26316. e    No Changeq
  26317. Dev.CD Nov 99 TC
  26318. D!All Packages
  26319. Tool Chest Edition
  26320. Data Access Manager US Demo
  26321. Summary: DAM Generator 2 is an application that generate query document for the Data Access Manager of the system 7. This new release is in english and is multi-interface generator.
  26322. Features: 
  26323. * Multi-interface generator
  26324. * More simply to use
  26325. * New version of the XTND query that read query document
  26326. * An XCMD that can read query document
  26327. * A complete set of tool to exploit the Data Access Manager
  26328. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  26329. Features: 
  26330. * Query Builder
  26331. * XCMD to use querys with HyperCard
  26332. * two different querys with two qdef
  26333. Data Access Manager.cpK
  26334. Vol VL
  26335. Mar 92M
  26336. me 7.0 and a computer where there is a DAL Server (Vax
  26337. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OoDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:PzDev.CD Nov 99 TC
  26338.  - Tool Chest
  26339.  - Interapplication Communication
  26340.  - Data Access Manager
  26341.  - Data Access Manager French Demo
  26342. acrobat
  26343. 3.0.1
  26344. analyzer
  26345. 1.0d6
  26346. 1.0.1b3
  26347. parser
  26348. 5.0.7
  26349. adbreinit
  26350. adbreinit
  26351. adobe
  26352. adobe
  26353. acrobat
  26354. exchange
  26355. 2.0.1r3
  26356. adobe
  26357. acrobat
  26358. reader
  26359. advanced
  26360. advanced
  26361. color
  26362. imaging
  26363. sample
  26364. applications
  26365. tools
  26366. terminology
  26367. aegizmos
  26368. aegizmos
  26369. 1.4.2
  26370. aetracker
  26371. aetracker
  26372. alias
  26373. alias
  26374. analysis
  26375. analyzer
  26376. appearance
  26377. appearance
  26378. 1.0.2
  26379. appearance
  26380. 1.0.4
  26381. apple
  26382. apple
  26383. cd-rom
  26384. handbook
  26385. apple
  26386. color
  26387. onescanner
  26388. including
  26389. includs
  26390. inclusion
  26391. incoming
  26392. incompatability
  26393. incompatibilities
  26394. incompatible
  26395. incomplete
  26396. incorporate
  26397. incorporates
  26398. incorporating
  26399. incorrect
  26400. increase
  26401. increased
  26402. increases
  26403. increasing
  26404. incredibly
  26405. increment
  26406. incremental
  26407. independant
  26408. independently
  26409. index
  26410. index2color
  26411. indexed
  26412. question
  26413. questionaire
  26414. questionaires
  26415. questionnaire
  26416. questions
  26417. queue
  26418. quick
  26419. quickdraw
  26420. dimension
  26421. macintosh
  26422. graphics
  26423. pablo
  26424. quickdraw
  26425. enables
  26426. computer
  26427. display
  26428. three-dimensio
  26429. quickdraw's
  26430. quickdrax
  26431. quickly
  26432. quickstart
  26433. quicktake
  26434. quicktime
  26435. Mar 92M-System 7, a DAL Server under VMS, MacOS, A/UXOlDev.CD Nov 99 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :PwDev.CD Nov 99 TC
  26436.  - Tool Chest
  26437.  - Interapplication Communication
  26438.  - Data Access Manager
  26439.  - Data Access Manager US Demo V
  26440. 2188X
  26441. Nov 99^
  26442. --set theItem to choose file -- uncomment to test in an AS editor
  26443.     tell application "Finder"
  26444.         open item "Dev.CD Nov 99 TC:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  26445.         activate
  26446.     end tell
  26447. on error errMsg number errNum
  26448.     --enter statements to perform when no records are found such as...
  26449.     display dialog "Sorry, the item you selected could not be found."
  26450.     return
  26451. end try
  26452. e    No Changeq
  26453. Dev.CD Nov 99 TC
  26454. D!All Packages
  26455. Mac OS SDK Edition
  26456. DeBabelizer 3.0
  26457. JNDAM Generator 2 US
  26458. Graphical interface
  26459. List interface
  26460. Password interface
  26461. Query
  26462. generates
  26463. generating
  26464. generation
  26465. gestaltW
  26466. getkeys
  26467. getstdfilterproc
  26468. getting
  26469. getting/setting
  26470. given
  26471. gives
  26472. giving
  26473. glance
  26474. global
  26475. global-aware
  26476. globals
  26477. glossaries
  26478. glossary
  26479. glyphs
  26480. going
  26481. goodies
  26482. grabber
  26483. grammatical
  26484. graphic
  26485. graphical
  26486. graphics
  26487. grayscale
  26488. great
  26489. greater
  26490. greatly
  26491. green
  26492. group
  26493. groups
  26494. 2189X
  26495. Jan 00^
  26496. --set theItem to choose file -- uncomment to test in an AS editor
  26497.     tell application "Finder"
  26498.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  26499.         activate
  26500.     end tell
  26501. on error errMsg number errNum
  26502.     --enter statements to perform when no records are found such as...
  26503.     display dialog "Sorry, the item you selected could not be found."
  26504.     return
  26505. end try
  26506. e    No ChangefJpalette
  26507. color bit depth
  26508. batch processing
  26509. optimizing
  26510. conditional statementsq
  26511. Dev.CD Jan 00 SDK1
  26512. D!All Packages
  26513. Tool Chest Edition
  26514. Debugging Modern Memory Manager
  26515. For years multimedia developers have regarded Equilibrium's DeBabelizer as the graphic application equivalent of the Swiss Army Knife. It's ability to open, manipulate and save in almost any graphic file format for a wide range of platforms has been indispensable. Add to this the ability to run an automated "Batch" process on a set of files with a series of graphic manipulations and you have a tool that saves time, effort and money. With the introduction of version 3.0 for the Macintosh EqB
  26516. uilibrium has added a host of new features that offer professional control of still, video and web graphics and a greatly improved user interface.
  26517. Jul 98
  26518. Jul 98M
  26519. Acrobat Reader 3.0NNpalette, color bit depth, batch processing, optimizing, conditional statementsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  26520.  - Interactive Media Resources
  26521. Advanced Web Site Technique.pdf
  26522. Avoid Audio Pitfalls Guide.pdf
  26523. CompbasedMediaBroadcastEnv
  26524. Creating MIDI for the Web3.pdf
  26525. DeBabelizer 3.0.pdf
  26526. Design For Reuse.pdf
  26527. DesignForRobustness
  26528. Digital Asset Management.pdf
  26529. Digital Storyboard.pdf 
  26530. DVD Development.pdf
  26531. DVD_Primer.pdf
  26532. Enhanced CD Survival Guide.pdf
  26533. EOModeler
  26534. Frameworks.pdf
  26535. Gender-Based Title Creation.pdf
  26536. Int_Media_Writer_Resources.pdf
  26537. Java Survival Guide.pdf
  26538. Making Cool QD3D Apps.pdf
  26539. Music on the Net.pdf
  26540. New Audio Features QT3.pdf
  26541. Porting
  26542. kObjectiveCtoJava
  26543. Push Tech Survival Gd.pdf
  26544. QT3-More Than Dig. Video.pdf
  26545. Simplified Stream Audio.pdf
  26546. Web Animation Guide.pdf
  26547. WebObjects Database Part I.pdf
  26548. WebObjects Database Part II.pdf
  26549. WebObjects Memory Mgmt.pdf
  26550. WebObjects Tools and Techniques
  26551. WebObjectsCategories&Posers.pdf
  26552. WebObjectsPerformanceTuning
  26553. Working with WebObjects.pdf
  26554. Writing for Interactive Media
  26555. add-ons
  26556. addchange
  26557. added
  26558. addheader
  26559. adding
  26560. addition
  26561. additional
  26562. additionally
  26563. additions
  26564. addresmenu
  26565. addresmenu7.1
  26566. address
  26567. address
  26568. resolution
  26569. protocol
  26570. protocol
  26571. mapping
  26572. addresses
  26573. addressing
  26574. adequate
  26575. adevs
  26576. adhere
  26577. adjust
  26578. adjustable
  26579. adjustments
  26580. admin
  26581. administration
  26582. administrator's
  26583. administrators
  26584. adobe
  26585. setdialogdefaultitem
  26586. setenv
  26587. setgworld
  26588. setindstring
  26589. setmarkers
  26590. setmfsize
  26591. setpdimc
  26592. setproject
  26593. setprojector
  26594. setsoundinput
  26595. setting
  26596. settings
  26597. settingupstdfile
  26598. setup
  26599. shadow
  26600. shadows
  26601. shannon
  26602. shape
  26603. shapes
  26604. share
  26605. shared
  26606. sharedlibs
  26607. shareware
  26608. sharing
  26609. sharks
  26610. sharp
  26611. sharware
  26612. sheet
  26613. shell
  26614. shelves
  26615. sherlock
  26616. sherlock's
  26617. shift
  26618. shimmermate
  26619. shipments
  26620. shipped
  26621. shipping
  26622. compilable
  26623. authentication
  26624. authoring
  26625. autoguest
  26626. autoguest
  26627. user's
  26628. guide
  26629. autoguest
  26630. auxiliary
  26631. avoid
  26632. avoid
  26633. audio
  26634. pitfalls
  26635. guide
  26636. b-british
  26637. backgrounder
  26638. backlight
  26639. backlight
  26640. control
  26641. balloonify
  26642. balloonify
  26643. balloonify
  26644. balloony
  26645. balloony
  26646. balloony
  26647. resources
  26648. balloonyhelp
  26649. balloonyhelp
  26650. balloonyres
  26651. balloonyres
  26652. extensions
  26653. bbedit
  26654. bbedit
  26655. quickstart
  26656. before
  26657. begin
  26658. benelux
  26659. benelux
  26660. distributors/localiz
  26661. beta-level
  26662. betabase
  26663. betabase
  26664. bigeasy2
  26665. bigeasy2
  26666. bigeasy2
  26667. bigeasydialogs
  26668. bigeasydialogs
  26669. bigeasydialogs
  26670. bigeasygrafish
  26671. bigeasygrafish
  26672. bigeasygrafish
  26673. bigeasytextish
  26674. symantec
  26675. symantec
  26676. builds
  26677. symbol
  26678. symbol
  26679. symfiles
  26680. synccatch
  26681. synchronization
  26682. synthesis
  26683. sysconfig
  26684. sysconfig
  26685. 1.5b16
  26686. sysenv
  26687. sysenv
  26688. 1.0d13
  26689. system
  26690. system
  26691. related
  26692. system
  26693. additions
  26694. system
  26695. folder
  26696. items
  26697. system
  26698. picker
  26699. systemfolder
  26700. keyboard
  26701. keychain
  26702. keychain
  26703. keycode
  26704. keymenu
  26705. kh-hangulkorean
  26706. kibitz
  26707. kibitz
  26708. kibitz
  26709. kibitz
  26710. kibitz
  26711. kibitz
  26712. protos
  26713. kibitz
  26714. large
  26715. ldefproc0
  26716. ldefproc0
  26717. libheaders
  26718. libobject
  26719. libraries
  26720. libraryQ
  26721. licensing
  26722. linked
  26723. linked
  26724. files
  26725. interface
  26726. locales
  26727. locales
  26728. localization
  26729. locator
  26730. lookup
  26731. lookupmenu
  26732. classes
  26733. development
  26734. toolkit
  26735. encodings
  26736. macapp
  26737. macapp
  26738. cdent
  26739. stuff
  26740. macbinary
  26741. maccalendar
  26742. machack
  26743. macintosh
  26744. macos8
  26745. macos8
  26746. macos8documentation
  26747. macsbug
  26748. macsbug
  26749. resources
  26750. mag'n
  26751. magic
  26752. magic
  26753. magic
  26754. utility
  26755. magican
  26756. query
  26757. quick
  26758. quick
  26759. intro
  26760. quick
  26761. start
  26762. quickdraw
  26763. quickdraw
  26764. quickdraw
  26765. v1.5.2
  26766. quickdraw
  26767. 1.1.5
  26768. quickdraw
  26769. update
  26770. quickdraw
  26771. first
  26772. quickdraw3d
  26773. quickdraw3drave
  26774. registration
  26775. request
  26776. about
  26777. sample
  26778. about
  26779. dumpnetworksetup
  26780. about
  26781. getsetoptions
  26782. about
  26783. maccalendar
  26784. aegizmos
  26785. what's
  26786. what's
  26787. 1.4.2
  26788. what's
  26789. what's
  26790. bbedit
  26791. what's
  26792. 1.5.1
  26793. what's
  26794. package
  26795. what's
  26796. difference
  26797. whats
  26798. wherecds
  26799. wherecds
  26800. wherecds
  26801. white
  26802. windname
  26803. windname
  26804. window
  26805. window
  26806. windowdialog
  26807. windowdialog
  26808. windowpalette
  26809. windowpalette
  26810. windowpicker
  26811. windows
  26812. windows
  26813. 4.0.1
  26814. install
  26815. windows
  26816. system
  26817. files
  26818. windowutilities
  26819. windowutilities
  26820. windowutilities
  26821. services
  26822. machack
  26823. working
  26824. working
  26825. webobjects
  26826. worksheet
  26827. worksheet
  26828. worksheet
  26829. wprocasm
  26830. wprocasm
  26831. wrapcommenttext
  26832. writer
  26833. 2190X
  26834. Nov 99^
  26835. --set theItem to choose file -- uncomment to test in an AS editor
  26836.     tell application "Finder"
  26837.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  26838.         activate
  26839.     end tell
  26840. on error errMsg number errNum
  26841.     --enter statements to perform when no records are found such as...
  26842.     display dialog "Sorry, the item you selected could not be found."
  26843.     return
  26844. end try
  26845. e    No Changef+Memory Manager
  26846. Power Macintosh
  26847. heaps
  26848. memoryq
  26849. Dev.CD Nov 99 TC
  26850. D!All Packages
  26851. Mac OS SDK Edition
  26852. Debugging Sound ManagerI
  26853. A debug build of Sound Manager 3.2.1 that may be useful for tracking down sound related problems.
  26854. Features: A debug build of Sound Manager 3.2.1.J.Debug Sound Manager
  26855. Readme Debug Sound ManagerK
  26856. Jan 98N
  26857. Debug Sound Manager 3.2.1ObDev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:ge
  26858. Summary:  This package contains a debugging version of the Modern Memory Manager. Once installed on Power Macintosh machines it allows the developer greater control in detecting and eliminating memory manager bugs. A control panel is provided which allows for dynamic enabling and disabling of the debugging features.
  26859. Features:
  26860. Check Heap on Entry - validate heap data structures on entry to Memory Manager calls.
  26861. Check Heap on Exit - validate heap data strutures on exit from Memory Manager c
  26862. alls.
  26863. Fill Free Blocks - fill disposed, emptied, or purged blocks with garbage.
  26864. Check Blocks - More robust check on validity of a handle or pointer passed into the Memory Manager
  26865. Issues:
  26866. When full robust checking is enabled, and VM is also enabled, your machine will slow to a crawl.
  26867. DMM may report errors when using Chooser.
  26868. System Heap doesn't have as robust error checking as other heaps
  26869. Memory Management.imgK
  26870. Apr 95L
  26871. Jan 96M
  26872. Any Power Macintosh.
  26873. OBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  26874.  - Tool Chest
  26875.  - Testing & Debugging
  26876.  - Memory Management
  26877. N.Memory Manager, Power Macintosh, heaps, memory
  26878. ooptesample
  26879. opaque
  26880. opcodes
  26881. e-mail
  26882. ease-of-use
  26883. easier
  26884. easiest
  26885. easily
  26886. easing
  26887. quickdraw
  26888. viewer
  26889. thompson
  26890. easy-to-use
  26891. edgar
  26892. edit-related
  26893. editable
  26894. editcdev
  26895. edited
  26896. editing
  26897. deleted
  26898. moved
  26899. PmDev.CD Apr 98 SDK2
  26900.  - Development Kits (Disc 2)
  26901.  - Sound Manager
  26902.  - For Developers
  26903.  - Debugging Sound ManagerV
  26904. 2191X
  26905. Apr 98^
  26906. --set theItem to choose file -- uncomment to test in an AS editor
  26907.     tell application "Finder"
  26908.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  26909.         activate
  26910.     end tell
  26911. on error errMsg number errNum
  26912.     --enter statements to perform when no records are found such as...
  26913.     display dialog "Sorry, the item you selected could not be found."
  26914.     return
  26915. end try
  26916. e    No Changef
  26917. Debug Sound Manager 3.2.1q
  26918. Dev.CD Apr 98 SDK2
  26919. D!All Packages
  26920. Tool Chest Edition
  26921. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JzEx Apple EtherNet ROM:
  26922. Ex Apple Video ROM:
  26923. Example Vid ROM from C&D:
  26924. ExROM-1Func sResource:
  26925. MinimalDeclROM.a
  26926. ROM diagrams:K
  26927. Oct 92ge
  26928. OHDev.CD Nov 99 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PSDev.CD Nov 99 TC
  26929.  - Tool Chest
  26930.  - Devices
  26931.  - NuBus/Slot Manager
  26932.  - Declaration ROMsV
  26933. 2192X
  26934. Nov 99^
  26935. --set theItem to choose file -- uncomment to test in an AS editor
  26936.     tell application "Finder"
  26937.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  26938.         activate
  26939.     end tell
  26940. on error errMsg number errNum
  26941.     --enter statements to perform when no records are found such as...
  26942.     display dialog "Sorry, the item you selected could not be found."
  26943.     return
  26944. end try
  26945. e    No Changeq
  26946. Dev.CD Nov 99 TC
  26947. D!All Packages
  26948. Tool Chest Edition
  26949. DefProcs
  26950. reference
  26951. reference
  26952. library
  26953. edition
  26954. revised
  26955. rotate
  26956. rotate
  26957. small
  26958. rotation
  26959. rotation
  26960. controllers
  26961. 1.0.1
  26962. rotation
  26963. controllers
  26964. rotation
  26965. ctl's
  26966. routine
  26967. 2193X
  26968. Nov 99^
  26969. --set theItem to choose file -- uncomment to test in an AS editor
  26970.     tell application "Finder"
  26971.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:DefProcs:"
  26972.         activate
  26973.     end tell
  26974. on error errMsg number errNum
  26975.     --enter statements to perform when no records are found such as...
  26976.     display dialog "Sorry, the item you selected could not be found."
  26977.     return
  26978. end try
  26979. e    No Changeq
  26980. Dev.CD Nov 99 TC
  26981. D!All Packages
  26982. Mac OS SDK Edition
  26983.  for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  26984. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yopeople outside yo
  26985. This folder contains the Apple source code to many of the System Software 6.0.4 defprocs.  Apple makes these examples available to developers to help guide in the creation of custom defprocs. These examples are for informational purposes only and may not be included 
  26986. as is
  26987.  in third-party applications:
  26988.  butcdef: CDEF for a simple button, radio button, and check box controls 
  26989.  LDefProc0: Standard LDEF that displays text.
  26990.  mdefproc: Standard menu defproc for scrolling and hierarchical meB
  26991.  rdocproc: WDEF for rounded-corner windows.
  26992.  sbarcdef: Scroll bar CDEF.
  26993.  wprocasm: Standard WDEF for documentProc, dBoxProc,    plainDBox, altDBoxProc, noGrowDocProc, zoomdocproc, zoomNoGrow.
  26994. Jkbutcdef.a
  26995. LDefProc0.A
  26996. mdefproc.a
  26997. rdocproc.a
  26998. Read Me 
  26999.  DefProcs
  27000. Read Me 
  27001.  DefProcs.txt
  27002. sbarcdef.a
  27003. wprocasm.aK
  27004. Aug 93O-Dev.CD Nov 99 TC:Tool Chest:Toolbox:DefProcs:P5Dev.CD Nov 99 TC
  27005.  - Tool Chest
  27006.  - Toolbox
  27007.  - DefProcs
  27008. folder
  27009. contains
  27010. apple
  27011. source
  27012. barebones
  27013. bares
  27014. barrier
  27015. bases
  27016. baseservices
  27017. basic
  27018. basics
  27019. basis
  27020. basket
  27021. batch
  27022. batteries
  27023. battery
  27024. bbedit
  27025. butcdef
  27026. byrne's
  27027. byrne's
  27028. xcmds
  27029. xfcns
  27030. byrne's
  27031. xcmds&xfcns
  27032. c-french
  27033. c-french
  27034. canadian
  27035. 2194X
  27036. Jan 00^
  27037. --set theItem to choose file -- uncomment to test in an AS editor
  27038.     tell application "Finder"
  27039.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:"
  27040.         activate
  27041.     end tell
  27042. on error errMsg number errNum
  27043.     --enter statements to perform when no records are found such as...
  27044.     display dialog "Sorry, the item you selected could not be found."
  27045.     return
  27046. end try
  27047. e    No Changef'WebObjects
  27048. Designing
  27049. Robustness
  27050. Testingq
  27051. Dev.CD Jan 00 SDK1
  27052. D(All Packages
  27053. Reference Library Edition
  27054. develop Issue  1
  27055. ur company. A web site makes an impression on its users, in many instances defining the way they feel about your company. Therefore, developing a robust application is critical to your business.
  27056. DesignForRobustness.pdfK
  27057. Oct 99M
  27058. Acrobat Reader 3.0 or laterN*WebObjects, Designing, Robustness, TestingOCDev.CD Jan 00 SDK1:Interactive Media Resources:DesignForRobustness:PHDev.CD Jan 00 SDK1
  27059.  - Interactive Media Resources
  27060.  - DesignForRobustness
  27061. Design for Robustness
  27062. Design for Robustness by Theresa Ray of Tensor Information Systems, Inc.
  27063. A quick reference guide to the major topics involved in designing a bulletproof WebObjects application including application coding techniques, application configuration options, multi-platform development and testing. Developing a robust application for either a web or client-server interface is critical for your business, particularly with web applications, which are generally developed for use by people outside yo
  27064. robustness
  27065. build/download
  27066. 3.2.4
  27067. runtime
  27068. error
  27069. codes
  27070. sample
  27071. sample
  27072. development
  27073. tools
  27074. languages
  27075. sample
  27076. devices
  27077. sample
  27078. files
  27079. sample
  27080. games
  27081. sample
  27082. interapplication
  27083. communication
  27084. sample
  27085. networking
  27086. sample
  27087. utilities
  27088. sample
  27089. overview
  27090. sample
  27091. printing
  27092. scripts
  27093. scroll
  27094. sdec/scom
  27095. selectors
  27096. server
  27097. services
  27098. setup
  27099. shared
  27100. sound
  27101. source
  27102. sources
  27103. spooler
  27104. definition
  27105. definitions
  27106. definitive
  27107. defproc
  27108. defprocs
  27109. degrees
  27110. deivide
  27111. delay
  27112. delayed
  27113. delaying
  27114. delays
  27115. deleteW
  27116. deleted
  27117. deletedirectory
  27118. deleteemptydir
  27119. deliver
  27120. delivered
  27121. delivers
  27122. delivery
  27123. delta
  27124. demanding
  27125. demonstrated
  27126. demonstrates
  27127. 2195X
  27128. Dec 99^
  27129. --set theItem to choose file -- uncomment to test in an AS editor
  27130.     tell application "Finder"
  27131.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:"
  27132.         activate
  27133.     end tell
  27134. on error errMsg number errNum
  27135.     --enter statements to perform when no records are found such as...
  27136.     display dialog "Sorry, the item you selected could not be found."
  27137.     return
  27138. end try
  27139. Next CDq
  27140. Dev.CD Dec 99 RL
  27141. D(All Packages
  27142. Reference Library Edition
  27143. develop Issue 10
  27144. Summary: This is the electronic version of develop magazine.
  27145.  Issue 1 highlights:
  27146. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  27147. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  27148. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  27149. The Perils of Postscript.  Mixing the models: Postscript and Qui
  27150. xckDraw; tricks for the mix.
  27151. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  27152. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  27153. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  27154. J(develop Issue  1:
  27155. develop Issue  1 code:K
  27156. Vol IIIL
  27157. Jun 95
  27158. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  1:PJDev.CD Dec 99 RL
  27159.  - Technical Documentation
  27160.  - develop
  27161.  - develop Issue  1
  27162. 2196X
  27163. Dec 99^
  27164. --set theItem to choose file -- uncomment to test in an AS editor
  27165.     tell application "Finder"
  27166.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:"
  27167.         activate
  27168.     end tell
  27169. on error errMsg number errNum
  27170.     --enter statements to perform when no records are found such as...
  27171.     display dialog "Sorry, the item you selected could not be found."
  27172.     return
  27173. end try
  27174. Next CDq
  27175. Dev.CD Dec 99 RL
  27176. D(All Packages
  27177. Reference Library Edition
  27178. develop Issue 11
  27179. Summary: This is the electronic version of develop magazine.
  27180.  Issue 10 highlights:
  27181. Apple Event Objects and You  by Richard Clark.   Supporting the Apple event object model isn
  27182. t as tough as you might think, and it will guarantee the future scriptability of your application.
  27183. PostScript Enhancements for the LaserWriter Font Utility  by Bryan K. (
  27184. Beaker
  27185. ) Ressler.   Unbeknownst to many, the LaserWriter Font Utility is extensible, allowing you to add custom functionality. PostScript hacke
  27186. rs, rejoice!
  27187. Drawing in GWorlds for Speed and Versatility  by Konstantin Othmer and Mike Reed.   Custom drawing routines can radically increase graphics performance. Kon and Mike show you how and give you some extremely useful examples.
  27188. In Search of the Optimal Palette  by Dave Good and Konstantin Othmer.   Choosing the best colors to display an image with is tricky. This article explains how the Picture Utilities methods work and gives you tips on developing your own methods.
  27189. Print Hin
  27190. ts: Top 10 Printing Crimes  by Pete (
  27191. ) Alexander.   These ten problems with printing show up again and again, but they
  27192. re easily avoided. Luke spells it out for you.
  27193. Graphical Truffles: Multiple Screens Revealed  by Forrest Tanaka and Bill Guschwan.   The fact that QuickDraw handles multiple screens transparently can seem like magic. Here
  27194. s the inside scoop and some tips on how to optimize your drawing quality.
  27195. J(develop Issue 10:
  27196. develop Issue 10 code:K
  27197. Vol IIIL
  27198. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 10:PJDev.CD Dec 99 RL
  27199.  - Technical Documentation
  27200.  - develop
  27201.  - develop Issue 10
  27202. develop
  27203. issue
  27204. develop
  27205. issue
  27206. develop
  27207. issue
  27208. develop
  27209. issue
  27210. develop
  27211. issue
  27212. develop
  27213. issue
  27214. develop
  27215. issue
  27216. develop
  27217. issue
  27218. develop
  27219. issue
  27220. develop
  27221. issue
  27222. develop
  27223. issue
  27224. develop
  27225. issue
  27226. develop
  27227. issue
  27228. develop
  27229. issue
  27230. develop
  27231. issue
  27232. develop
  27233. issue
  27234. develop
  27235. issue
  27236. develop
  27237. issue
  27238. develop
  27239. issue
  27240. develop
  27241. issue
  27242. develop
  27243. issue
  27244. develop
  27245. issue
  27246. develop
  27247. issue
  27248. develop
  27249. issue
  27250. develop
  27251. issue
  27252. develop
  27253. issue
  27254. develop
  27255. issue
  27256. develop
  27257. issue
  27258. developer
  27259. developer
  27260. forms
  27261. developer
  27262. notes
  27263. update
  27264. developer's
  27265. developerdocumentati
  27266. developerdocumentati
  27267. carbon
  27268. developerdocumentati
  27269. corefoundation
  27270. digests
  27271. directions
  27272. driver
  27273. editor
  27274. emulator
  27275. 2197X
  27276. Dec 99^
  27277. --set theItem to choose file -- uncomment to test in an AS editor
  27278.     tell application "Finder"
  27279.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:"
  27280.         activate
  27281.     end tell
  27282. on error errMsg number errNum
  27283.     --enter statements to perform when no records are found such as...
  27284.     display dialog "Sorry, the item you selected could not be found."
  27285.     return
  27286. end try
  27287. Next CDq
  27288. Dev.CD Dec 99 RL
  27289. D(All Packages
  27290. Reference Library Edition
  27291. develop Issue 12
  27292. Summary: This is the electronic version of develop magazine.
  27293.  Issue 11 highlights:
  27294. The Asynchronous Sound Helper  by Bryan K. (
  27295. Beaker
  27296. ) Ressler. Confused about the Sound Manager? Here
  27297. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  27298. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  27299. s really not that gory.
  27300. Living In an Exceptional World  by 
  27301. Sean Parent.   Ever get mad at those 
  27302. Real programs check errors here
  27303.  comments you see so often in sample code? Here
  27304. s a workable error-handling methodology that might interest you.
  27305. The NetWork Project: Distributed Computing on the Macintosh  by G
  27306. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  27307. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  27308. tevens  and Bill Guschwan.   The message hasn
  27309. t changed: Don
  27310. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  27311. J(develop Issue 11:
  27312. develop Issue 11 code:K
  27313. Vol IIIL
  27314. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Dec 99 RL
  27315.  - Technical Documentation
  27316.  - develop
  27317.  - develop Issue 11
  27318. folder
  27319. contains
  27320. example
  27321. illustrating
  27322. folder
  27323. contains
  27324. golden
  27325. master
  27326. pre-release
  27327. versions
  27328. folder
  27329. contains
  27330. apple
  27331. source
  27332. folder
  27333. contains
  27334. archives
  27335. format
  27336. apple
  27337. update
  27338. appearance
  27339. 1.0.3
  27340. sample
  27341. demonstrates
  27342. variety
  27343. transport@
  27344. sample
  27345. includes
  27346. source
  27347. libraries
  27348. which
  27349. provide@
  27350. sample
  27351. shows
  27352. write
  27353. fully
  27354. asynchronous
  27355. block
  27356. version
  27357. object
  27358. support
  27359. library
  27360. 1.1.4
  27361. replaces
  27362. three-dimensional@
  27363. throughput@
  27364. time-based@
  27365. support
  27366. sales
  27367. products
  27368. apple
  27369. conjunction
  27370. together@
  27371. tokentalk@
  27372. tool's@
  27373. byte@
  27374. typist@
  27375. underlie@
  27376. unix@
  27377. update@
  27378. urls@
  27379. use-nvramrc@
  27380. used@
  27381. user@
  27382. user-controlled@
  27383. useritem@
  27384. using@
  27385. using
  27386. v1.2@
  27387. verification@
  27388. versions@
  27389. versit@
  27390. virtually@
  27391. visually@
  27392. w/sys@
  27393. 2198X
  27394. Dec 99^
  27395. --set theItem to choose file -- uncomment to test in an AS editor
  27396.     tell application "Finder"
  27397.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:"
  27398.         activate
  27399.     end tell
  27400. on error errMsg number errNum
  27401.     --enter statements to perform when no records are found such as...
  27402.     display dialog "Sorry, the item you selected could not be found."
  27403.     return
  27404. end try
  27405. Next CDq
  27406. Dev.CD Dec 99 RL
  27407. D(All Packages
  27408. Reference Library Edition
  27409. develop Issue 13
  27410. Summary: This is the electronic version of develop magazine.
  27411.  Issue 12 highlights:
  27412. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  27413. t just for QuickTime programmers anymore.
  27414. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  27415. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  27416. ing OOP code may be easier than you think.
  27417. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  27418. s an alternative way to implement globals in standalone code.
  27419. Be Our Guest: Components and C++ Classes Compared  by David 
  27420. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  27421. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  27422. Print Hi
  27423.     C}nts: Top 10 Printing Misdemeanors  by Pete (
  27424. ) Alexander.   You know the felonies, now learn the lesser printing crimes.
  27425. J(develop Issue 12:
  27426. develop Issue 12 code:K
  27427. Vol IIIL
  27428. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 12:PJDev.CD Dec 99 RL
  27429.  - Technical Documentation
  27430.  - develop
  27431.  - develop Issue 12
  27432. 2199X
  27433. Dec 99^
  27434. --set theItem to choose file -- uncomment to test in an AS editor
  27435.     tell application "Finder"
  27436.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:"
  27437.         activate
  27438.     end tell
  27439. on error errMsg number errNum
  27440.     --enter statements to perform when no records are found such as...
  27441.     display dialog "Sorry, the item you selected could not be found."
  27442.     return
  27443. end try
  27444. Next CDq
  27445. Dev.CD Dec 99 RL
  27446. D(All Packages
  27447. Reference Library Edition
  27448. develop Issue 14
  27449. Summary: This is the electronic version of develop magazine.
  27450.  Issue 13 highlights:
  27451. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  27452. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  27453. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  27454. g article in Issue 8: four new tools explained.
  27455. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  27456. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  27457. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  27458. Print Hints: Looking 
  27459. Ahead to QuickDraw GX  by Pete (
  27460. ) Alexander.   Some things you should be aware of involving QuickDraw GX and its effect on printing.
  27461. Graphical Truffles: The Palette Manager Way  by Edgar Lee and Forrest Tanaka.   The Palette Manager need not be a mystery. Here
  27462. s the scoop.
  27463. J(develop Issue 13:
  27464. develop Issue 13 code:K
  27465. Vol IIIL
  27466. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 13:PJDev.CD Dec 99 RL
  27467.  - Technical Documentation
  27468.  - develop
  27469.  - develop Issue 13
  27470. track
  27471. tracker
  27472. tracking
  27473. tracks
  27474. trad'l
  27475. de-offs
  27476. trademark
  27477. traditional
  27478. traffic
  27479. trained
  27480. training
  27481. traits
  27482. transaction
  27483. transfer
  27484. transferred
  27485. transfers
  27486. transform
  27487. transition
  27488. translate
  27489. translated
  27490. translation
  27491. translations
  27492. translucent
  27493. transmission
  27494. transmitted
  27495. transparent
  27496. transparently
  27497. transport
  27498. transport's
  27499. transports
  27500. trapped
  27501. trapping
  27502. traps
  27503. trash
  27504. travel
  27505. looking
  27506. looks
  27507. lookup
  27508. lookupmenu
  27509. lookups
  27510. looming
  27511. looney
  27512. looping
  27513. loose
  27514. loosely
  27515. low-disk-space
  27516. low-level
  27517. lower
  27518. loyal
  27519. lpx-40
  27520. lupdate
  27521. lurkers
  27522. lurkers
  27523. examine
  27524. projector
  27525. luther
  27526. lying
  27527. developer
  27528. developer
  27529. documentation
  27530. developer
  27531. information
  27532. developer
  27533. notes
  27534. developer
  27535. university
  27536. developertutorial
  27537. developertutorial
  27538. development
  27539. devenvguide
  27540. device
  27541. devicemanagers
  27542. devices
  27543. devtools
  27544. diagrams
  27545. dictionary
  27546. difference
  27547. differences
  27548. digital
  27549. digital
  27550. asset
  27551. management
  27552. digital
  27553. storyboard
  27554. digitizers
  27555. config
  27556. config&interleave
  27557. configuration
  27558. interleave
  27559. interleave
  27560. dingbats
  27561. dingbats
  27562. diractive
  27563. directhit
  27564. directhit
  27565. 2200X
  27566. Dec 99^
  27567. --set theItem to choose file -- uncomment to test in an AS editor
  27568.     tell application "Finder"
  27569.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:"
  27570.         activate
  27571.     end tell
  27572. on error errMsg number errNum
  27573.     --enter statements to perform when no records are found such as...
  27574.     display dialog "Sorry, the item you selected could not be found."
  27575.     return
  27576. end try
  27577. Next CDq
  27578. Dev.CD Dec 99 RL
  27579. D(All Packages
  27580. Reference Library Edition
  27581. develop Issue 15
  27582. Summary: This is the electronic version of develop magazine.
  27583.  Issue 14 highlights:
  27584. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  27585. Beaker
  27586. ) Ressler.   Some real-world tips and tricks demonstrating 
  27587. global-aware
  27588.  text-handling techniques that will help you write more localizable applications.
  27589. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  27590. Video D
  27591. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  27592. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  27593. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  27594. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  27595. s color matching technology.
  27596. Graphical Truffles: Four Common
  27597. s Graphics Answers  by Bill Guschwan.   Tips on the first few things to try when faced with a question about QuickDraw.
  27598. Somewhere in QuickTime: Derived Media Handlers  by John Wang.
  27599. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  27600. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  27601. J(develop Issue 14:
  27602. develop Issue 14 code:K
  27603. Vol IIIL
  27604. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Dec 99 RL
  27605.  - Technical Documentation
  27606.  - develop
  27607.  - develop Issue 14
  27608. jpeg-compressed
  27609. jsaver
  27610. jsaver
  27611. screen
  27612. saver
  27613. module
  27614. berkeley
  27615. systems
  27616. after
  27617. jungle
  27618. justifiable
  27619. justification
  27620. kanji
  27621. karma
  27622. kazim
  27623. kbytes
  27624. kcapapp
  27625. kchrs
  27626. keeping
  27627. keith
  27628. keith's
  27629. kernel
  27630. kevin
  27631. keyboard
  27632. keyboard's
  27633. keyboards
  27634. keychain
  27635. keycodes
  27636. keymaptest
  27637. keymenu
  27638. keytrans
  27639. kgreetingport
  27640. jpeg@
  27641. justify@
  27642. killer@
  27643. kopala@
  27644. laserwriters@
  27645. 3.0.14
  27646. 3.0.15
  27647. 3.0.2
  27648. 3.2.1
  27649. 3.2.3
  27650. 3.6.5
  27651. 3/5-slot
  27652. 300-mhz
  27653. 32-bit
  27654. 32x32
  27655. 33619
  27656. 4400/200
  27657. program
  27658. control
  27659. access
  27660. 5300c/1005300ce/1173
  27661. 58.1.5
  27662. 5thcolumnW
  27663. 6.0.4
  27664. 6.3.1
  27665. 6.3.2
  27666. guide
  27667. guide-intelligent
  27668. guideline
  27669. guidelines
  27670. guideplugin
  27671. guides
  27672. guiding
  27673. guillermo
  27674. gujarati
  27675. gulick
  27676. gunther
  27677. gurmukhi
  27678. guschwan
  27679. gworld
  27680. gworld's
  27681. gworlds
  27682. gx-compatible
  27683. gxgraphics
  27684. gxifier
  27685. gxoverridetool
  27686. hackers
  27687. hacks
  27688. hairlines
  27689. hairy
  27690. half-way
  27691. hammerhead-based
  27692. guide@
  27693. gx-aware@
  27694. hand@
  27695. handlers@
  27696. hangul@
  27697. hash@
  27698. haven't@
  27699. headaches@
  27700. helper@
  27701. hexa@
  27702. higher@
  27703. hitec@
  27704. hour@
  27705. however@
  27706. htmlsample@
  27707. http@
  27708. hyperdam@
  27709. i've@
  27710. icon's@
  27711. ignoring@
  27712. images@
  27713. imaging@
  27714. implementation@
  27715. improving@
  27716. in-depth@
  27717. in-house@
  27718. includes
  27719. including@
  27720. indexes@
  27721. indexing@
  27722. information
  27723. informational@
  27724. init/control@
  27725. initialize@
  27726. inscript@
  27727. installer
  27728. chinese
  27729. language
  27730. installers@
  27731. integrates@
  27732. interactively@
  27733. interfaces@
  27734. interleaving@
  27735. interoperates@
  27736. interpreting@
  27737. invalid@
  27738. ischeckedout@
  27739. isn't@
  27740. issue
  27741. highlights@
  27742. issues
  27743. compiles
  27744. it's@
  27745. itself@
  27746. j-1.1@
  27747. 2201X
  27748. Dec 99^
  27749. --set theItem to choose file -- uncomment to test in an AS editor
  27750.     tell application "Finder"
  27751.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:"
  27752.         activate
  27753.     end tell
  27754. on error errMsg number errNum
  27755.     --enter statements to perform when no records are found such as...
  27756.     display dialog "Sorry, the item you selected could not be found."
  27757.     return
  27758. end try
  27759. Next CDq
  27760. Dev.CD Dec 99 RL
  27761. D(All Packages
  27762. Reference Library Edition
  27763. develop Issue 16
  27764. Summary: This is the electronic version of develop magazine.
  27765.  Issue 15 highlights:
  27766. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  27767. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  27768. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  27769. Managing Compon
  27770. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  27771. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  27772. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  27773. h interface.
  27774. Somewhere in QuickTime: Dynamic Customization of Components by Bill Guschwan.  A sample derived media handler that "speaks" the text track in a movie.
  27775. JEdevelop Issue 15:
  27776. develop Issue 15 code:
  27777. develop Issue 15 references:K
  27778. Vol IIIL
  27779. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 15:PJDev.CD Dec 99 RL
  27780.  - Technical Documentation
  27781.  - develop
  27782.  - develop Issue 15
  27783. woodcock
  27784. word-processing
  27785. wordperfect
  27786. words
  27787. wordservices
  27788. work-arounds
  27789. work-flow
  27790. workable
  27791. workaround
  27792. workarounds
  27793. workbook
  27794. workers
  27795. workflows
  27796. workgroup
  27797. working
  27798. works
  27799. under
  27800. appearance
  27801. workstation
  27802. workstations
  27803. world
  27804. world's
  27805. worlds
  27806. worldscript
  27807. worldwide
  27808. worldwrite
  27809. worry
  27810. handlers
  27811. handles
  27812. handling
  27813. handoff
  27814. hands
  27815. handwriting
  27816. handy
  27817. hanging
  27818. hardwared
  27819. harlan
  27820. harness
  27821. harper
  27822. harry
  27823. hasn't
  27824. 2202X
  27825. Dec 99^
  27826. --set theItem to choose file -- uncomment to test in an AS editor
  27827.     tell application "Finder"
  27828.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:"
  27829.         activate
  27830.     end tell
  27831. on error errMsg number errNum
  27832.     --enter statements to perform when no records are found such as...
  27833.     display dialog "Sorry, the item you selected could not be found."
  27834.     return
  27835. end try
  27836. Next CDq
  27837. Dev.CD Dec 99 RL
  27838. D(All Packages
  27839. Reference Library Edition
  27840. develop Issue 17
  27841. Summary: This is the electronic version of develop magazine.
  27842.  Issue 16 highlights:
  27843. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  27844. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  27845. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  27846. y, and your users will love it.
  27847. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  27848. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  27849. Somewhere in QuickTime: What
  27850. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  27851. Print Hint
  27852. s: LaserWriter 8 for Fun and Profit  by Matt Deatherage.   How applications can take advantage of the new LaserWriter driver. 
  27853. Graphical Truffles: Remedies for Common QuickDraw Problems  by John Wang.   Look here first for relief from common QuickDraw problems.
  27854. JEdevelop Issue 16:
  27855. develop Issue 16 code:
  27856. develop Issue 16 references:K
  27857. Vol IIIL
  27858. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 16:PJDev.CD Dec 99 RL
  27859.  - Technical Documentation
  27860.  - develop
  27861.  - develop Issue 16
  27862. issue
  27863. highlights
  27864. issue
  27865. highlights
  27866. issue
  27867. highlights
  27868. issue
  27869. highlights
  27870. issue
  27871. highlights
  27872. issue
  27873. highlights
  27874. issue
  27875. highlights
  27876. issue
  27877. highlights
  27878. issue
  27879. highlights
  27880. issue
  27881. highlights
  27882. issue
  27883. highlights
  27884. issue
  27885. highlights
  27886. issue
  27887. highlights
  27888. issue
  27889. highlights
  27890. issue
  27891. summary
  27892. issue
  27893. highlights
  27894. issue
  27895. highlights
  27896. issue
  27897. highlights
  27898. issue
  27899. highlights
  27900. issue
  27901. highlights
  27902. issue
  27903. highlights
  27904. issue
  27905. highlights
  27906. issues
  27907. ility
  27908. compatible
  27909. system
  27910. develop
  27911. issue
  27912. develop
  27913. issue
  27914. develop
  27915. issue
  27916. develop
  27917. issue
  27918. develop
  27919. issue
  27920. develop
  27921. issue
  27922. develop
  27923. issue
  27924. develop
  27925. issue
  27926. develop
  27927. issue
  27928. develop
  27929. issue
  27930. develop
  27931. issue
  27932. develop
  27933. issue
  27934. develop
  27935. issue
  27936. develop
  27937. issue
  27938. develop
  27939. issue
  27940. references
  27941. develop
  27942. issue
  27943. develop
  27944. issue
  27945. develop
  27946. issue
  27947. references
  27948. develop
  27949. issue
  27950. develop
  27951. issue
  27952. develop
  27953. issue
  27954. references
  27955. develop
  27956. issue
  27957. develop
  27958. issue
  27959. develop
  27960. issue
  27961. develop
  27962. issue
  27963. develop
  27964. issue
  27965. references
  27966. develop
  27967. issue
  27968. develop
  27969. issue
  27970. develop
  27971. issue
  27972. develop
  27973. issue
  27974. develop
  27975. issue
  27976. references
  27977. develop
  27978. issue
  27979. develop
  27980. issue
  27981. develop
  27982. issue
  27983. references
  27984. develop
  27985. issue
  27986. develop
  27987. issue
  27988. develop
  27989. issue
  27990. references
  27991. 2203X
  27992. Dec 99^
  27993. --set theItem to choose file -- uncomment to test in an AS editor
  27994.     tell application "Finder"
  27995.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:"
  27996.         activate
  27997.     end tell
  27998. on error errMsg number errNum
  27999.     --enter statements to perform when no records are found such as...
  28000.     display dialog "Sorry, the item you selected could not be found."
  28001.     return
  28002. end try
  28003. Next CDq
  28004. Dev.CD Dec 99 RL
  28005. All Packages
  28006. develop Issue 18
  28007. 2204X
  28008. Summary: This is the electronic version of develop magazine.
  28009.  Issue 17 highlights:
  28010. Using Proto Templates on the Newton  by Harry R. Chesley.   For Newton developers, a sample game that uses proto templates to good effect; for everyone else, a flavor of what Newton development is like.
  28011. Standalone Code on PowerPC  by Tim Nichols.   Standalone code is better and easier than ever before in the PowerPC environment.
  28012. Debugging on PowerPC  by Dave Falkenburg and Brian Topping.   It
  28013. s a whole 
  28014. new world in there, but your hard-won debugging skills still work.
  28015. Concurrent Programming With the Thread Manager  by Eric Anderson and Brad Post.   With both cooperative and preemptive threads, the possibilities provided by the new Thread Manager are nearly endless.
  28016. The Zen of Window Zooming  by Dean Yu.   Everybody does it, but many still don
  28017. t do it right. Dean has some code to help you out. 
  28018. Print Hints: Tracking QuickDraw GX Messages  by Pete (
  28019. ) Alexander.  MessageWatcher let
  28020. @s you spy on QuickDraw GX printing.
  28021. Ten Tips for Game Developers  by Brigham Stevens.   Things you should know if you want to write games for the Macintosh 
  28022.  or even if you don
  28023. History of the Dogcow: Part 1  by Mark (
  28024. The Red
  28025. ) Harlan.   Here it is for the first time 
  28026.  the real story, from someone who was there. 
  28027. JEdevelop Issue 17:
  28028. develop Issue 17 code:
  28029. develop Issue 17 references:K
  28030. Vol IIIL
  28031. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue 17:PJDev.CD Dec 99 RL
  28032.  - Technical Documentation
  28033.  - develop
  28034.  - develop Issue 17
  28035. therefore
  28036. theresa
  28037. these
  28038. theta
  28039. method
  28040. methodology
  28041. methods
  28042. metrowerks
  28043. mexican
  28044. michael
  28045. microphone
  28046. microphones
  28047. microprocessor
  28048. microprocessorsQ
  28049. microsystems
  28050. microtrends
  28051. middle
  28052. middleware
  28053. midiconverter
  28054. srecognized
  28055. mixed
  28056. mixed-mode
  28057. mixed-partition
  28058. mixing
  28059. mobile
  28060. modal
  28061. model
  28062. modeled
  28063. modeling
  28064. models
  28065. modem
  28066. moderated
  28067. moderm
  28068. modern
  28069. modes
  28070. 2204X
  28071. Dec 99^    RL Disk 1
  28072. --set theItem to choose file -- uncomment to test in an AS editor
  28073.     tell application "Finder"
  28074.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:"
  28075.         activate
  28076.     end tell
  28077. on error errMsg number errNum
  28078.     --enter statements to perform when no records are found such as...
  28079.     display dialog "Sorry, the item you selected could not be found."
  28080.     return
  28081. end try
  28082. e    No Changeq
  28083. Dev.CD Dec 99 RL Disk 1
  28084. All Packages
  28085. develop Issue 19
  28086. 2205X
  28087. Summary: This is the electronic version of develop magazine.
  28088.  Issue 18 highlights:
  28089. Giving Users Help With Apple Guide  by John Powers.  Learn how to integrate this powerful new help system into your application, to provide users with context-sensitive help and interactively guide them through common tasks.
  28090. Programming for Flexibility: The Open Scripting Architecture  by Paul G. Smith.  All about the ability to attach and run scripts as a way of customizing applications. 
  28091. Exploiting Gr
  28092. aphics Speed on the Power Macintosh  by Konstantin Othmer, Shannon Holland, and Brian Cox.  A strategy for ensuring that users benefit from the improved performance of QuickDraw on the PowerPC platform.
  28093. Displaying Hierarchical Lists  by Martin Minow.  Here
  28094. s how to provide a user-controlled display mechanism for hierarchical data, much like the triangular buttons used for displaying files and folders in the Finder.
  28095. The Right Way to Implement Preferences Files  by Gary Woodcock.  Some tho
  28096. ughts on what makes a well implemented preferences file, and a library to help.
  28097. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  28098. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  28099. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  28100. Balance of Power: Enhancing PowerPC Native Speed  by D
  28101. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  28102. History of the Dogcow, Part 2 by Mark (
  28103. The Red
  28104. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  28105. J(develop Issue 18:
  28106. develop Issue 18 code:K
  28107. Vol IIIL
  28108. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Dec 99 RL Disk 1
  28109.  - Technical Documentation
  28110.  - Develop
  28111.  - develop Issue 18
  28112. contextual
  28113. continue
  28114. offer
  28115. traditional
  28116. server
  28117. software
  28118. suite
  28119. contrast
  28120. contribute
  28121. contributors
  28122. controlQ
  28123. control-key
  28124. controllerQ
  28125. controllingQ
  28126. controls
  28127. controls/events
  28128. controlstrip
  28129. conveniently
  28130. conventions
  28131. conversion
  28132. convert
  28133. converted
  28134. converter
  28135. converts
  28136. cooperative
  28137. coordinates
  28138. copacetically
  28139. copies
  28140. copland
  28141. coprocessor
  28142. copy-and-paste
  28143. copybitmask
  28144. copybits
  28145. copymask
  28146. copyright
  28147. correct
  28148. corrected
  28149. correctly
  28150. correspondence
  28151. corresponding
  28152. costs
  28153. counter
  28154. countersQ
  28155. country
  28156. course
  28157. courses
  28158. courseware
  28159. likely
  28160. liking
  28161. limit
  28162. limitation
  28163. limitations
  28164. limited
  28165. lindenberg
  28166. linear
  28167. lines
  28168. linguistically
  28169. linked
  28170. linkers
  28171. linkingQ
  28172. links
  28173. linton
  28174. lipton
  28175. lisez-moi
  28176. listed
  28177. listen
  28178. listen/accept
  28179. listeners
  28180. listening
  28181. listindialog
  28182. listing
  28183. listings
  28184. lists
  28185. files
  28186. preferred
  28187. prefs
  28188. preliminary
  28189. preloaded
  28190. premastering
  28191. premier
  28192. fileinfo
  28193. filemaker
  28194. filename
  28195. filenames
  28196. files
  28197. redistribute
  28198. redistributed
  28199. redistributing
  28200. redistribution
  28201. redistributor
  28202. redraw
  28203. reduce
  28204. reduced
  28205. reduces
  28206. reducing
  28207. reekes
  28208. reeves
  28209. refer
  28210. reference
  28211. referenced
  28212. references
  28213. referential
  28214. referred
  28215. reflect
  28216. reflecting
  28217. reformats
  28218. reformatting
  28219. regarded
  28220. regarding
  28221. regardless
  28222. regards
  28223. region
  28224. regions
  28225. 2205X
  28226. Dec 99^    RL Disk 1
  28227. --set theItem to choose file -- uncomment to test in an AS editor
  28228.     tell application "Finder"
  28229.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  28230.         activate
  28231.     end tell
  28232. on error errMsg number errNum
  28233.     --enter statements to perform when no records are found such as...
  28234.     display dialog "Sorry, the item you selected could not be found."
  28235.     return
  28236. end try
  28237. e    No Changeq
  28238. Dev.CD Dec 99 RL Disk 1
  28239. D(All Packages
  28240. Reference Library Edition
  28241. develop Issue  2
  28242. Summary: This is the electronic version of develop magazine.
  28243.  Issue 19 highlights:
  28244. Building an OpenDoc Part Handler  by Kurt Piersol. Writing code to support Apple
  28245. s new compound-document architecture is a lot like writing any Macintosh application. Here
  28246. s an overview of what you
  28247. ll need to know.
  28248. Adding QuickDraw GX Printing to QuickDraw Applications  by Dave Hersey. Even if your application doesn
  28249. t need the advanced graphics capabilities of QuickDraw GX, your users will love the new p
  28250. rinting architecture, and you can support it with a minimum of effort.
  28251. Making the Most of QuickDraw GX Bitmaps  by David Surovell. A primer on handling bitmapped graphics in QuickDraw GX: tips, tricks, and whizzy effects.
  28252. Pick Your Picker With Color Picker 2.0  by Shannon Holland. The new Color Picker Manager is flexible and customizable, allowing much tighter integration of color pickers with your application.
  28253. Implementing Inheritance in Scripts  by Paul G. Smith. Supporting inheritanc
  28254. e in your application
  28255. s scripts so that they can share handlers and global variables isn
  28256. t as difficult as you might think.
  28257. Balance of Power:  Tuning PowerPC Memory Usage by Dave Evans. Avoiding inadvertent cache thrashing is important for maximum performance.
  28258. Designing Applications for the Power Macintosh by Greg Robbins and Ron Avitzur. The power of the Power Macintosh means more than just faster spreadsheets.
  28259. Graphical Truffles: A Cool QuickDraw GX Clipping Effect by Pete (
  28260. exander. A stroll through a snippet of code that demonstrates some fancy clipping.
  28261. Somewhere in QuickTime: Media Capture Using the Sequence Grabber by John Wang and Fernando Urbina. The sequence grabber component supports capture of any media type. Here
  28262. s how to use it.
  28263. JEdevelop Issue 19:
  28264. develop Issue 19 code:
  28265. develop Issue 19 references:K
  28266. Vol IIIL
  28267. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 19:
  28268. PQDev.CD Dec 99 RL Disk 1
  28269.  - Technical Documentation
  28270.  - Develop
  28271.  - develop Issue 19
  28272. motorola
  28273. mount
  28274. mountalias
  28275. mounted
  28276. mounted/re-mounted
  28277. mounting
  28278. mountprojector
  28279. mounts
  28280. mountserver
  28281. mouse
  28282. mouseinfo
  28283. movable
  28284. movablemodal
  28285. moveable
  28286. moved
  28287. movement
  28288. moves
  28289. movie
  28290. movie's
  28291. movies
  28292. movieshop
  28293. movietoaiff
  28294. moving
  28295. moving
  28296. source
  28297. powerpc
  28298. powerpc-based
  28299. powerplant
  28300. powers
  28301. powertalk
  28302. powertalk-savvy
  28303. powertracer
  28304. pparameter
  28305. ppc/appleevent
  28306. ppctoolbox
  28307. practical
  28308. practice
  28309. practices
  28310. pre-7.0
  28311. pre-7.5
  28312. pre-emptively
  28313. pre-installed
  28314. pre-mac
  28315. pre-measured
  28316. pre-mixer
  28317. pre-print
  28318. pre-release
  28319. pre-release
  28320. universal
  28321. interfaces
  28322. support
  28323. carbonlib
  28324. pre-scripted
  28325. pre-testing
  28326. pre-train
  28327. pre-translate
  28328. precision
  28329. predecessor
  28330. predefined
  28331. predicates
  28332. predictable
  28333. prediction
  28334. predispatch
  28335. preemptive
  28336. prefer
  28337. preference
  28338. preferences
  28339. preferred@
  28340. premiere@
  28341. press@
  28342. pressing@
  28343. print2@
  28344. problematic@
  28345. procedure@
  28346. processes@
  28347. profilerenamer@
  28348. programatically@
  28349. programmatic@
  28350. propertylist@
  28351. protect@
  28352. providing@
  28353. puzzle@
  28354. question@
  28355. quicktime
  28356. oughta
  28357. pictures
  28358. guillermo
  28359. ortiz@
  28360. quit@
  28361. readability@
  28362. real-time@
  28363. redistribute@
  28364. register@
  28365. rejoice@
  28366. released@
  28367. remotely@
  28368. reporter@
  28369. resizeable@
  28370. resources@
  28371. retain@
  28372. rischspater@
  28373. routing@
  28374. run-time@
  28375. runs@
  28376. sample
  28377. sample
  28378. code@
  28379. sample
  28380. demonstrating
  28381. certain
  28382. kinds
  28383. savemenu@
  28384. screen@
  28385. scriptability@
  28386. scsi@
  28387. searches@
  28388. securely@
  28389. selectors@
  28390. sequence@
  28391. setdialogdefaultitem@
  28392. ships@
  28393. shutdown@
  28394. simpler@
  28395. simulate@
  28396. slower@
  28397. society@
  28398. sold@
  28399. someday@
  28400. stroll
  28401. strong
  28402. stronger
  28403. strongest
  28404. strongly
  28405. structs
  28406. structure
  28407. structured
  28408. structures
  28409. strutures
  28410. studies
  28411. studio
  28412. study
  28413. stuff
  28414. stuffit
  28415. stuffitmrj
  28416. style
  28417. style-linking
  28418. styled
  28419. stylemap
  28420. styles
  28421. stylewriter
  28422. stylus
  28423. sub-dialogs
  28424. sub-folders
  28425. sub-menus
  28426. subdirectory
  28427. subfolders
  28428. subject
  28429. subjects
  28430. subspace
  28431. substantially
  28432. substitute
  28433. substitution
  28434. subtle
  28435. succeed
  28436. success
  28437. successful
  28438. successfully
  28439. 2206X
  28440. Dec 99^
  28441. --set theItem to choose file -- uncomment to test in an AS editor
  28442.     tell application "Finder"
  28443.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:"
  28444.         activate
  28445.     end tell
  28446. on error errMsg number errNum
  28447.     --enter statements to perform when no records are found such as...
  28448.     display dialog "Sorry, the item you selected could not be found."
  28449.     return
  28450. end try
  28451. Next CDq
  28452. Dev.CD Dec 99 RL
  28453. All Packages
  28454. develop Issue 20
  28455. 2207X
  28456. Summary: This is the electronic version of develop magazine.
  28457.  Issue 2 highlights:
  28458. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  28459. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  28460. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  28461. Speed Your Software Development with MacApp.  Let MacApp 
  28462. take care of the user so you can focus on writing
  28463. and reusing
  28464. code.
  28465. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  28466. Unofficial C++ Style Guide.  How to harness C++
  28467. s power without getting tripped up by some of its less savory features.
  28468. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  28469. J(develop Issue  2:
  28470. develop Issue  2 code:K
  28471. Vol IIIL
  28472. Jun 95
  28473. OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Dec 99 RL
  28474.  - Technical Documentation
  28475.  - develop
  28476.  - develop Issue  2
  28477. would
  28478. wouldn't
  28479. writer
  28480. writers
  28481. writes
  28482. writing
  28483. written
  28484. wrong
  28485. x/open
  28486. xcmds
  28487. xfcns
  28488. xmodem
  28489. xresult
  28490. yahoo
  28491. years
  28492. yes/no
  28493. extension
  28494. which
  28495. enables
  28496. developers
  28497. adopt
  28498. high-leve
  28499. analog
  28500. analysis
  28501. analyze
  28502. analyzer
  28503. analyzes
  28504. analyzing
  28505. 2207X
  28506. Dec 99^    RL Disk 1
  28507. --set theItem to choose file -- uncomment to test in an AS editor
  28508.     tell application "Finder"
  28509.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:"
  28510.         activate
  28511.     end tell
  28512. on error errMsg number errNum
  28513.     --enter statements to perform when no records are found such as...
  28514.     display dialog "Sorry, the item you selected could not be found."
  28515.     return
  28516. end try
  28517. e    No Changeq
  28518. Dev.CD Dec 99 RL Disk 1
  28519. All Packages
  28520. develop Issue 21
  28521. 2208X
  28522. Summary: This is the electronic version of develop magazine.
  28523.  Issue 20 highlights:
  28524. Getting the Most out of AOCE Catalog Records  by Christine Buttin.  AOCE templates let you extend AOCE catalogs to store new kinds of data. This article introduces you to writing AOCE templates by providing an example template that extends the built-in User record.
  28525. Exploring Advanced AOCE Templates Through Celestial Mechanics  by Harry R. Chesley.
  28526. AOCE templates allow you to specify how the Finder displa
  28527. ys your data and how the user interacts with it. This article shows how to use some of the more advanced features of the template mechanism.
  28528. Make Your Own Sound Components  by Kip Olson.  Sound Manager 3.0 supports plug-in components for compression, decompression, custom hardware support, and more. This introduction to Sound Manager components will get you started.
  28529. Scripting the Finder From Your Application  by Greg Anderson.  The System 7.5 Finder is OSL-compliant, opening the door to 
  28530. full scriptability and to direct manipulation through Apple events. Here
  28531. s how to talk to the Scriptable Finder from your application.
  28532. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  28533. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  28534. on, allowing both searching and editing.
  28535. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  28536. re storing a large set of pictures with the same colors, here
  28537. s a neat trick to reduce its size.
  28538. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  28539. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  28540.     EBe or is it hokum? Only your branch prediction unit knows for sure.
  28541. JEdevelop Issue 20:
  28542. develop Issue 20 code:
  28543. develop Issue 20 references:K
  28544. Vol IIIL
  28545. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 20:PQDev.CD Dec 99 RL Disk 1
  28546.  - Technical Documentation
  28547.  - Develop
  28548.  - develop Issue 20
  28549. keychain
  28550. keychain
  28551. 1.0.1
  28552. keycodes
  28553. kibitz
  28554. killer
  28555. killer
  28556. content
  28557. workbook
  28558. korean
  28559. korean
  28560. language
  28561. korean
  28562. language
  28563. 1.0.1
  28564. labelmenu
  28565. language
  28566. language
  28567. analysis
  28568. language
  28569. updater
  28570. language
  28571. updater
  28572. f/macos8
  28573. languages
  28574. laserwriter
  28575. laserwriter
  28576. laserwriter
  28577. 8.5.1gm
  28578. throughput
  28579. throw
  28580. throws
  28581. thumb
  28582. thumbnail
  28583. thumbs
  28584. thunder
  28585. tibetan
  28586. tickanimate
  28587. ticks
  28588. tietz
  28589. tighter
  28590. tilde-linefeed
  28591. tilde-tilde
  28592. tiled
  28593. tiles
  28594. titled
  28595. titles
  28596. tnetworkbuf
  28597. tnetworkiostream
  28598. tnetworkistream
  28599. tnetworkostream
  28600. includes
  28601. in-house
  28602. in-memory
  28603. in-store
  28604. in/out
  28605. inactive
  28606. inadvertent
  28607. inbound
  28608. inches
  28609. include
  28610. includedQ
  28611. included-file
  28612. includes
  28613. 2208X
  28614. Dec 99^    RL Disk 1
  28615. --set theItem to choose file -- uncomment to test in an AS editor
  28616.     tell application "Finder"
  28617.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  28618.         activate
  28619.     end tell
  28620. on error errMsg number errNum
  28621.     --enter statements to perform when no records are found such as...
  28622.     display dialog "Sorry, the item you selected could not be found."
  28623.     return
  28624. end try
  28625. e    No Changeq
  28626. Dev.CD Dec 99 RL Disk 1
  28627. All Packages
  28628. develop Issue 22
  28629. 2209X
  28630. Summary: This is the electronic version of develop magazine.
  28631.  Issue 21 highlights:
  28632. Getting Started With OpenDoc Graphics  by Kurt Piersol.  OpenDoc provides very powerful document layout and imaging capabilities, but the basic graphics tasks that everyone needs to accomplish aren
  28633. t much more complex. Here are some recipes to get you started.
  28634. A First Look at Dylan: Classes, Functions, and Modules  by Steve Strassmann.  Dylan has fundamentally different notions about classes and methods 
  28635. than C++, notions that make specifying and using methods simpler and more expressive. Here
  28636. s an overview of the Dylan way of doing things.
  28637. Designing a Scripting Implementation  by Cal Simone.  The design of your application
  28638. s scripting vocabulary is as important as the design of your user interface. These guidelines will help you create a clean and consistent scripting vocabulary.
  28639. An Object-Oriented Approach to Hierarchical Lists  by Jan Bruyndonckx.  This article shows how to implement 
  28640. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  28641. s object-oriented framework.
  28642. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  28643. t often need to write it, but you
  28644. ll surely have to read it and debug it. Get the basics here.
  28645. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  28646. s launching.
  28647. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  28648. s what you
  28649. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  28650. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  28651. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  28652.     EO dead batteries? Don
  28653. t despair: you can still twiddle bits around the campfire.
  28654. JEdevelop Issue 21:
  28655. develop Issue 21 code:
  28656. develop Issue 21 references:K
  28657. Vol IIIL
  28658. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Dec 99 RL Disk 1
  28659.  - Technical Documentation
  28660.  - Develop
  28661.  - develop Issue 21
  28662. thatQ
  28663. 2209X
  28664. Dec 99^    RL Disk 1
  28665. --set theItem to choose file -- uncomment to test in an AS editor
  28666.     tell application "Finder"
  28667.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:"
  28668.         activate
  28669.     end tell
  28670. on error errMsg number errNum
  28671.     --enter statements to perform when no records are found such as...
  28672.     display dialog "Sorry, the item you selected could not be found."
  28673.     return
  28674. end try
  28675. e    No Changeq
  28676. Dev.CD Dec 99 RL Disk 1
  28677. All Packages
  28678. develop Issue 23
  28679. 2210X
  28680. Summary: This is the electronic version of develop magazine.
  28681.  Issue 22 highlights:
  28682. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  28683. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  28684. s a preview of the future of the Mac OS, detailing s
  28685. ome of the major features and components and giving some suggestions about how to get ready for it now.
  28686. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  28687. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  28688. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  28689. a hash table.
  28690. The OpenDoc User Experience  by Dave Curbow and Elizabeth Dykstra-Erickson.  This article provides an overview of OpenDoc from the user
  28691. s perspective: understanding the user experience is a prerequisite to designing good part editors.
  28692. Futures: Don
  28693. t Wait Forever  by Greg Anderson.  Futures are an invaluable abstraction for applications that handle multiple asynchronous Apple events, allowing cleaner code and eliminating the need for completion routines.
  28694. JEdevelop Issue 22:
  28695. develop Issue 22 code:
  28696. develop Issue 22 references:K
  28697. Vol IIIL
  28698. Jun 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 22:PQDev.CD Dec 99 RL Disk 1
  28699.  - Technical Documentation
  28700.  - Develop
  28701.  - develop Issue 22
  28702. nifty
  28703. night
  28704. nirvana
  28705. nisus
  28706. training
  28707. required
  28708. plug-and-play
  28709. design
  28710. no-copy
  28711. no-so-subtle
  28712. noacclcurve
  28713. noble
  28714. nogrowdocproc
  28715. non-apple
  28716. non-blessed
  28717. non-disclosure
  28718. non-ethernet
  28719. non-floppy
  28720. non-functional
  28721. non-macintosh
  28722. non-native
  28723. shutdownW
  28724. siegel
  28725. sierra
  28726. sierra/iso
  28727. signal
  28728. signals
  28729. signature
  28730. signatures
  28731. signaturetoapp
  28732. signed
  28733. significant
  28734. signing
  28735. silevelmeteronoff
  28736. silly
  28737. sillyballs
  28738. simenel
  28739. similar
  28740. similarities
  28741. similarly
  28742. simone
  28743. simple
  28744. simple
  28745. sample
  28746. which
  28747. demonstrates
  28748. setdeskcpa
  28749. simpleapp
  28750. simplechooser
  28751. simpleinit
  28752. snippets
  28753. snively
  28754. pci-the
  28755. pcmcia
  28756. pdlog
  28757. peak-hold
  28758. peering
  28759. viewer
  28760. utility
  28761. which
  28762. graphically
  28763. perform
  28764. performa
  28765. performanceQ
  28766. performas
  28767. performed
  28768. performing
  28769. performs
  28770. perils
  28771. permission
  28772. permits
  28773. permitted
  28774. persist
  28775. persisting
  28776. person
  28777. personal
  28778. perspective
  28779. perspectives
  28780. pertaining
  28781. peter
  28782. philip
  28783. phone
  28784. phonetic
  28785. photoshop
  28786. phrase
  28787. phrases
  28788. physical
  28789. procedure
  28790. procedures
  28791. proceed
  28792. proceessors
  28793. process
  28794. produce
  28795. producer/consumer
  28796. produces
  28797. produces
  28798. module
  28799. product
  28800. production
  28801. productivity
  28802. products
  28803. professional
  28804. professionals
  28805. profile
  28806. profiler
  28807. profiles
  28808. profit
  28809. profound
  28810. progammer's
  28811. programQ
  28812. program
  28813. sample
  28814. demonstrate
  28815. apple
  28816. events
  28817. program's
  28818. tables
  28819. tablet
  28820. tagged
  28821. tagging
  28822. tague
  28823. tailor
  28824. 2210X
  28825. Dec 99^    RL Disk 1
  28826. --set theItem to choose file -- uncomment to test in an AS editor
  28827.     tell application "Finder"
  28828.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:"
  28829.         activate
  28830.     end tell
  28831. on error errMsg number errNum
  28832.     --enter statements to perform when no records are found such as...
  28833.     display dialog "Sorry, the item you selected could not be found."
  28834.     return
  28835. end try
  28836. e    No Changeq
  28837. Dev.CD Dec 99 RL Disk 1
  28838. All Packages
  28839. develop Issue 24
  28840. 2211X
  28841. Summary: This is the electronic version of develop magazine.
  28842.  Issue 23 highlights:
  28843. Music the Easy Way: The QuickTime Music Architecture by David Van Brink.  The QuickTime Music Architecture lets you easily add music to your application, without having to learn the intricacies of MIDI or sound production. Unleash the orchestra!
  28844. The Basics of QuickDraw 3D Geometries by Nick Thompson and Pablo Fernicola. Geometries are the backbone of any 3D graphics system. This article shows how the geo
  28845. metries in QuickDraw 3D fit in with the rest of the system, and how to make good use of them.
  28846. Implementing Shared Internet Preferences With Internet Config by Quinn 
  28847. The Eskimo!
  28848.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  28849. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  28850. <s implementation uses a scrolling list of icons to select panes.
  28851. Document Synchronization and Other Human Interface Issues by Mark H. Linton.  The Macintosh Human Interface Guidelines say that a window
  28852. s title should match the corresponding document
  28853. s name at all times. Here
  28854. s some code that will help you do that.
  28855. JEdevelop Issue 23:
  28856. develop Issue 23 code:
  28857. develop Issue 23 references:K
  28858. Sep 95L
  28859. Sep 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 23:PQDev.CD Dec 99 RL Disk 1
  28860.  - Technical Documentation
  28861.  - Develop
  28862.  - develop Issue 23
  28863. develop
  28864. issue
  28865. develop
  28866. issue
  28867. develop
  28868. issue
  28869. references
  28870. develop
  28871. issue
  28872. develop
  28873. issue
  28874. develop
  28875. issue
  28876. references
  28877. develop
  28878. issue
  28879. develop
  28880. issue
  28881. develop
  28882. issue
  28883. references
  28884. develop
  28885. issue
  28886. develop
  28887. issue
  28888. develop
  28889. issue
  28890. references
  28891. develop
  28892. issue
  28893. develop
  28894. issue
  28895. develop
  28896. issue
  28897. references
  28898. develop
  28899. issue
  28900. develop
  28901. issue
  28902. develop
  28903. issue
  28904. develop
  28905. issue
  28906. develop
  28907. issue
  28908. references
  28909. develop
  28910. issue
  28911. develop
  28912. issue
  28913. develop
  28914. issue
  28915. develop
  28916. issue
  28917. develop
  28918. issue
  28919. develop
  28920. issue
  28921. develop
  28922. issue
  28923. develop
  28924. issue
  28925. develop
  28926. issue
  28927. develop
  28928. issue
  28929. develop
  28930. issue
  28931. develop
  28932. issue
  28933. develop
  28934. issue
  28935. develop
  28936. issue
  28937. 2211X
  28938. Dec 99^    RL Disk 1
  28939. --set theItem to choose file -- uncomment to test in an AS editor
  28940.     tell application "Finder"
  28941.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:"
  28942.         activate
  28943.     end tell
  28944. on error errMsg number errNum
  28945.     --enter statements to perform when no records are found such as...
  28946.     display dialog "Sorry, the item you selected could not be found."
  28947.     return
  28948. end try
  28949. e    No Changeq
  28950. Dev.CD Dec 99 RL Disk 1
  28951. All Packages
  28952. develop Issue 25
  28953. 2212X
  28954. Summary: This is the electronic version of develop magazine.
  28955.  Issue 24 highlights:
  28956. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  28957. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  28958. re used to: it needs to support storing different kinds of 
  28959. data, written by different part editors, in the same file or container.
  28960. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  28961. s use of sound.
  28962. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  28963. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  28964. gly, which can greatly improve printing speed. Here
  28965. s what you need to know to take advantage of this ability.
  28966. The New Device Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  28967.  but very important 
  28968.  process. This walkthrough points out traps and pitfalls along the way.
  28969. JEdevelop Issue 24:
  28970. develop Issue 24 code:
  28971. develop Issue 24 references:K
  28972. Dec 95L
  28973. Dec 95OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Dec 99 RL Disk 1
  28974.  - Technical Documentation
  28975.  - Develop
  28976.  - develop Issue 24
  28977. 2212X
  28978. Dec 99^    RL Disk 1
  28979. --set theItem to choose file -- uncomment to test in an AS editor
  28980.     tell application "Finder"
  28981.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  28982.         activate
  28983.     end tell
  28984. on error errMsg number errNum
  28985.     --enter statements to perform when no records are found such as...
  28986.     display dialog "Sorry, the item you selected could not be found."
  28987.     return
  28988. end try
  28989. e    No Changeq
  28990. Dev.CD Dec 99 RL Disk 1
  28991. All Packages
  28992. develop Issue 26
  28993. 2213X
  28994. Summary: This is the electronic version of develop magazine.
  28995.  Issue 25 highlights:
  28996. Generating QuickTime VR Movies From QuickDraw 3D by Pete Falco and Philip McBride. QuickTime VR movies don
  28997. t have to be created with a real camera; you can instead generate the necessary images with a 3D graphics system like QuickDraw 3D. Here
  28998. s how.
  28999. Flicker-Free Drawing With QuickDraw GX by Hugo M. Ayala. This article discusses the causes of flicker in graphics and animation applications and presents a 
  29000. package for doing memory-efficient, flicker-free drawing with QuickDraw GX.
  29001. NURB Curves: A Guide for the Uninitiated by Philip J. Schneider. QuickDraw 3D includes NURB curves among its geometries, but you need to understand a little about the underlying NURB model to use them effectively. This intuitive treatment of NURB curves tells you what you need to know.
  29002. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  29003. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  29004. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  29005. JEdevelop Issue 25:
  29006. develop Issue 25 code:
  29007. develop Issue 25 references:K
  29008. Mar 96L
  29009. Mar 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Dec 99 RL Disk 1
  29010.  - Technical Documentation
  29011.  - Develop
  29012.  - develop Issue 25
  29013. generator
  29014. generators
  29015. generic
  29016. generically
  29017. genericness
  29018. geometric
  29019. geometries
  29020. geoport
  29021. german
  29022. germany
  29023. gestaltW
  29024. gestaltnativecputype
  29025. get1resource
  29026. getadevtype
  29027. getdctlentry
  29028. getdraghilitecolor
  29029. getfinfo
  29030. getinfo
  29031. getkeys
  29032. getlastchange
  29033. getmfsize
  29034. getnextevent
  29035. getnextfond
  29036. getopen
  29037. getownergroup
  29038. getprocessinformatio
  29039. getresource
  29040. getstdfilterproc
  29041. gettable/settable
  29042. getter
  29043. getting
  29044. getting/setting
  29045. getvinfo
  29046. getzonelist
  29047. support's
  29048. supported
  29049. surely
  29050. surf's
  29051. surface
  29052. surfboards
  29053. surfer
  29054. surovell
  29055. surround
  29056. survey
  29057. survival
  29058. swatches
  29059. swiss
  29060. switch
  29061. switching
  29062. symantec
  29063. symbol
  29064. symbols
  29065. symptom
  29066. synchronization
  29067. synchronizeW
  29068. syncing
  29069. syntax
  29070. system
  29071. 2213X
  29072. Dec 99^    RL Disk 1
  29073. --set theItem to choose file -- uncomment to test in an AS editor
  29074.     tell application "Finder"
  29075.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:"
  29076.         activate
  29077.     end tell
  29078. on error errMsg number errNum
  29079.     --enter statements to perform when no records are found such as...
  29080.     display dialog "Sorry, the item you selected could not be found."
  29081.     return
  29082. end try
  29083. e    No Changeq
  29084. Dev.CD Dec 99 RL Disk 1
  29085. All Packages
  29086. develop Issue 27
  29087. 2214X
  29088. Summary: This is the electronic version of develop magazine.
  29089.  Issue 26 highlights:
  29090. Planning for Mac OS 8 Compatibility  by Steve Falkenburg.  Mac OS 8 brings changes that may affect your code. This article discusses the compatibility ramifications of Mac OS 8 and gives some sound advice for how to get your code ready now.
  29091. Connecting Users With QuickTime Conferencing  by Dean Blackketter.  QuickTime Conferencing allows users to share time-based data such as video and sound. Here are the
  29092.  basics.
  29093. OpenDoc Parts and SOM Dynamic Inheritance  by 
  29094. ric Simenel.  Although you don
  29095. t need to know much about SOM to write OpenDoc parts, with a little knowledge about this underlying technology you can do some very useful things.
  29096. Adding Custom Data to QuickDraw 3D Objects  by Nick Thompson, Pablo Fernicola, and Kent Davidson.  By defining your own attribute and element types, you can attach custom data to QuickDraw 3D objects. This flexibility opens up a world of new possibilities, a
  29097.  few of which are explored in this article. 
  29098. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  29099. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  29100. s also one built into QuickDraw GX. Finally, here
  29101. s a library that will work on any Macintosh, using built-in routines if available.
  29102. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  29103. MPW TIPS AND TRI
  29104. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  29105. s powerful, scriptable text editing capabilities. 
  29106. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  29107. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  29108. re not giving up.
  29109. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  29110.   Debugging is a lot like being a detective.
  29111. THE VETERAN NEOPHYTE:  Manual Labor  by Jim Mensch.  Lots of activities have hidden lessons that can be applied to programming 
  29112.  for example, rebuilding a car engine.
  29113. KON & BAL
  29114. S PUZZLE PAGE:  New World Order by Cameron Esfahani and Alex Rosenberg.  Playing Marathon during work hours is not only justifiable but can actually prove fruitful.
  29115. JEdevelop Issue 26:
  29116. develop Issue 26 code:
  29117. develop Issue 26 references:K
  29118. Jun 96L
  29119. Sep 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 26:PQDev.CD Dec 99 RL Disk 1
  29120.  - Technical Documentation
  29121.  - Develop
  29122.  - develop Issue 26
  29123. graphics
  29124. gratitude
  29125. grayed
  29126. grayishoutline
  29127. grayrgn
  29128. grayscale
  29129. graytext
  29130. great
  29131. greater
  29132. greatest
  29133. greatly
  29134. green
  29135. greenspon
  29136. greeting
  29137. gridwindowgrow
  29138. griffith
  29139. group
  29140. groups
  29141. growing
  29142. continuing
  29143. continuing
  29144. offer
  29145. traditional
  29146. server
  29147. software
  29148. suite
  29149. contrast
  29150. contribute
  29151. contributed
  29152. contributors
  29153. controlQ
  29154. control's
  29155. controllers
  29156. controllingQ
  29157. controls
  29158. controls/events
  29159. controlstrip
  29160. controlstrip
  29161. controlstrip
  29162. sample
  29163. program
  29164. convenience
  29165. convenient
  29166. conveniently
  29167. conventions
  29168. conversion
  29169. convert
  29170. converted
  29171. converter
  29172. converting
  29173. converts
  29174. cookbook
  29175. cpu's@
  29176. creates@
  29177. critical@
  29178. customers@
  29179. data@
  29180. database@
  29181. debuggers@
  29182. decoding@
  29183. definition@
  29184. demonstrate@
  29185. demonstrates
  29186. programmatically
  29187. background
  29188. colo@
  29189. dependencies@
  29190. describes@
  29191. desktop
  29192. deskwriter@
  29193. detect@
  29194. developed@
  29195. developing@
  29196. developments@
  29197. differences@
  29198. differs@
  29199. directories@
  29200. disassemblepictures@
  29201. discourages@
  29202. utility
  29203. application
  29204. mount
  29205. imag@
  29206. distribution@
  29207. document's@
  29208. documentationandsamp@
  29209. doin@
  29210. done@
  29211. drag-and-drop@
  29212. driver
  29213. driver's@
  29214. dumps@
  29215. earlier@
  29216. edition@
  29217. editor's@
  29218. edittext@
  29219. educational@
  29220. eject@
  29221. years
  29222. multimedia
  29223. developers
  29224. regarded
  29225. equilibrium's
  29226. forms@
  29227. free@
  29228. frontier@
  29229. fundamental@
  29230. generates@
  29231. generator@
  29232. gives@
  29233. graphics@
  29234. grown@
  29235. puzzle
  29236. puzzlers
  29237. q&a's
  29238. qdesign's
  29239. qteditmovie
  29240. qtic-savvy
  29241. qtmovie
  29242. qtpict
  29243. qtrecordmovie
  29244. qtshoweffect
  29245. quadra
  29246. quadras
  29247. quadratic
  29248. qualcomm's
  29249. qualified
  29250. qualifier
  29251. quality
  29252. quandary
  29253. quantities
  29254. quarter
  29255. qued/m
  29256. queries
  29257. query
  29258. querys
  29259. confirm
  29260. registrati
  29261. registration
  29262. registry
  29263. reinstaller
  29264. relase
  29265. related
  29266. related
  29267. paper
  29268. release
  29269. release
  29270. extensions
  29271. release
  29272. installer
  29273. release
  29274. notes
  29275. release
  29276. notes
  29277. 8/31/93
  29278. relstring
  29279. remote
  29280. remote
  29281. control
  29282. remote
  29283. control
  29284. remote
  29285. control
  29286. removefile
  29287. removefile
  29288. removefolder
  29289. removefolder
  29290. renderinglib
  29291. renderingwindow
  29292. renderingwindow
  29293. renderingwindow
  29294. rep-iso
  29295. rep-iso/ccitt
  29296. rep-mm
  29297. replaceattributes
  29298. replaceattributes
  29299. replacecharset
  29300. replacecharset
  29301. rfc1662
  29302. rfc1662
  29303. richardson
  29304. roadmap
  29305. diagrams
  29306. roman
  29307. roman
  29308. romanian
  29309. romanian
  29310. 2214X
  29311. Dec 99^    RL Disk 1
  29312. --set theItem to choose file -- uncomment to test in an AS editor
  29313.     tell application "Finder"
  29314.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:"
  29315.         activate
  29316.     end tell
  29317. on error errMsg number errNum
  29318.     --enter statements to perform when no records are found such as...
  29319.     display dialog "Sorry, the item you selected could not be found."
  29320.     return
  29321. end try
  29322. e    No Changeq
  29323. Dev.CD Dec 99 RL Disk 1
  29324. All Packages
  29325. develop Issue 28
  29326. 2215X
  29327. Summary: This is the electronic version of develop magazine.
  29328.  Issue 27 highlights:
  29329. The Speech Recognition Manager Revealed  by Matt Pallakoff and Arlo Reeves.
  29330. Adding Speech Recognition to an Application Framework  by Tim Monroe.
  29331. With these two articles, you
  29332. ll have your application recognizing speech in no time. The first is an introduction to the long-awaited API for speech recognition, and the second is an example of adding basic speech recognition capabilities to a PowerPlant applica
  29333. tion. Listen up!
  29334. Working With OpenDoc Part Kinds  by Tantek 
  29335. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  29336.  experiences with your part editor.
  29337. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  29338. s brave new world of compound documents and processes within processes. Here
  29339. s a look at the new features and how to 
  29340. take advantage of them.
  29341. Mac OS 8 Assistants in System 7 Applications  by Jos
  29342.  Arcellana and Arno Gourdol.  Assistants will provide interview-based help in Mac OS 8, guiding users through complex tasks. This article gives some tips on designing an assistant and shows how you can implement one now, under System 7.
  29343. Game Controls for QuickDraw 3D  by Philip McBride.  First-person 3D applications, whether games or 3D modeling systems, need to constantly move the camera to reflect the changing
  29344.  point of view of the player. You too can inflict vertigo on your users.
  29345. PRINT HINTS:  The All-New LaserWriter Driver Version 8.4  by Dave Polaschek.  The new version of the LaserWriter driver is way different. Will your application break?
  29346. THE OPENDOC ROAD: Facilitating Part Editor Unloading by Vincent Lo.  Part editors are unloaded automatically when they
  29347. re not needed, but your editor can help.
  29348. BALANCE OF POWER: Stalking the Wild Defect by Dave Evans.  A tour through the dangerously t
  29349. wisted jungle of the Power Macintosh. Please keep your head and arms inside at all times.
  29350. GRAPHICAL TRUFFLES: A Library for Traversing Paths by Daniel I. Lipton.  Parsing QuickDraw GX geometric shapes takes a bit of code, but it
  29351. s already been written for you.
  29352. THE VETERAN NEOPHYTE:  Your Friend the Drill Sergeant  by Dave Johnson.  Learning to shoot pool isn
  29353. t anything like learning to program computers. Right?
  29354. KON & BAL
  29355. S PUZZLE PAGE   QuickTime Quandary  by Konstantin Othmer and BruceFt Leak.  More Macintosh madness from the MacsBug mentors. There
  29356. s a possibility you might actually score on this one!
  29357. JEdevelop Issue 27:
  29358. develop Issue 27 code:
  29359. develop Issue 27 references:K
  29360. Sep 96L
  29361. Nov 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 27:PQDev.CD Dec 99 RL Disk 1
  29362.  - Technical Documentation
  29363.  - Develop
  29364.  - develop Issue 27
  29365. developed
  29366. developer
  29367. developer
  29368. documentation
  29369. developer's
  29370. developers
  29371. monroe
  29372. month
  29373. monthly
  29374. months
  29375. moofwars
  29376. morefiles
  29377. morefiles
  29378. collection
  29379. high-level
  29380. routines
  29381. written
  29382. morefinderevents
  29383. morenetworksetup
  29384. moreover
  29385. morley
  29386. morphemes
  29387. mosaic
  29388. mostly
  29389. motherboard
  29390. file's
  29391. file-related
  29392. file/resource
  29393. filed
  29394. editor's
  29395. editors
  29396. edittextcdev
  29397. educational
  29398. effect
  29399. effective
  29400. effectively
  29401. effectiveness
  29402. effects
  29403. efficiency
  29404. efficient
  29405. efficiently
  29406. effort
  29407. effortless
  29408. effortlessly
  29409. efforts
  29410. ehancements
  29411. either
  29412. eject
  29413. elaborates
  29414. electronic
  29415. electronics
  29416. element
  29417. elements
  29418. elicit
  29419. eliminate
  29420. eliminates
  29421. eliminating
  29422. elizabeth
  29423. email
  29424. embed
  29425. embed
  29426. profile
  29427. image
  29428. specified
  29429. image's
  29430. embedded
  29431. embedding
  29432. employ
  29433. emptied
  29434. features
  29435. includes
  29436. demonstration
  29437. documentation
  29438. complete
  29439. features
  29440. macbinary
  29441. dialog
  29442. those
  29443. defining
  29444. feaures
  29445. february
  29446. fedit
  29447. feedback
  29448. felonies
  29449. fernando
  29450. fernicola
  29451. fetchspecification
  29452. fetterman
  29453. fewer
  29454. ficycle
  29455. field
  29456. fields
  29457. fifteen
  29458. fifth
  29459. figure
  29460. figured
  29461. headaches
  29462. header
  29463. header
  29464. files
  29465. headers
  29466. heading
  29467. heads
  29468. health
  29469. heaps
  29470. heart
  29471. heartbeat
  29472. heavily
  29473. hebreu
  29474. hebrew
  29475. hecht
  29476. hedging
  29477. height
  29478. heralds
  29479. here's
  29480. hersey
  29481. hewlett-packard
  29482. datafork
  29483. datagram
  29484. dates
  29485. david
  29486. davidson
  29487. day-to-day
  29488. daystar
  29489. dboxproc
  29490. dcmds
  29491. dealer
  29492. dealing
  29493. deals
  29494. deanna
  29495. macapp
  29496. users
  29497. death
  29498. deatherage
  29499. debabelizer
  29500. debug
  29501. debugger
  29502. 2215X
  29503. Dec 99^    RL Disk 1
  29504. --set theItem to choose file -- uncomment to test in an AS editor
  29505.     tell application "Finder"
  29506.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  29507.         activate
  29508.     end tell
  29509. on error errMsg number errNum
  29510.     --enter statements to perform when no records are found such as...
  29511.     display dialog "Sorry, the item you selected could not be found."
  29512.     return
  29513. end try
  29514. e    No Changeq
  29515. Dev.CD Dec 99 RL Disk 1
  29516. All Packages
  29517. develop Issue 29
  29518. 2216X
  29519. Summary: This is the electronic version of develop magazine.
  29520.  Issue 28 highlights:
  29521. Coding Your Object Model for Advanced Scriptability by Ron Reuter.  Basic support for an Apple event object model isn
  29522. t too tough, but supporting more complex scripts takes some planning, and can trip you up in subtle ways if you
  29523. re not careful. This advice will help you out.
  29524. New QuickDraw 3D Geometries by Philip J. Schneider.  QuickDraw 3D 1.5 includes several useful new geometric primitives. This artic
  29525. le introduces the new primitives and discusses the differences among the various polyhedral primitives, both new and old.
  29526. QuickDraw GX Line Layout: Bending the Rules by Daniel I. Lipton.  The typographic capabilities of QuickDraw GX are without peer, but until now drawing that beautiful text along an arbitrary path took a concerted effort. Here
  29527. s a library that makes it easy to do.
  29528. MacApp Debugging Aids by Conrad Kopala.  Programming with a framework saves time and effort, but debugging 
  29529. can be difficult, since there
  29530. s a lot going on beneath the surface. These techniques for detecting problems in MacApp programs can help.
  29531. Chiropractic for Your Misaligned Data by Kevin Looney and Craig Anderson.   Misaligned data accesses on PowerPC processors can be very expensive. Two tools that will help you detect misalignment problems are presented here, along with some advice on avoiding misalignment in the first place.
  29532. THE OPENDOC ROAD: OpenDoc Memory Management and the Toolbox by 
  29533. Troy Gaul and Vincent Lo.  Managing memory allocation in your OpenDoc part editor can be a little tricky.
  29534. PRINT HINTS: Safe Travel Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  29535. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  29536. t need to be complex, as the simple tools presented here wil
  29537. l show.
  29538. MPW TIPS AND TRICKS:  Automated Editing With StreamEdit by Tim Maroney.  The MPW tool StreamEdit provides you with powerful, flexible, scriptable text editing, at the price of just a little complexity.run us through the wringer once again.
  29539. THE VETERAN NEOPHYTE:  Confessions of a Veteran Technical Writer by Tim Monroe.  Enlightening trade secrets from someone who writes the documentation we all depend on.
  29540. J(develop Issue 28:
  29541. develop Issue 28 code:K
  29542. Dec 96OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 28:PQDev.CD Dec 99 RL Disk 1
  29543.  - Technical Documentation
  29544.  - Develop
  29545.  - develop Issue 28
  29546. packages
  29547. butcdef
  29548. butler
  29549. buttin
  29550. button
  29551. buttons
  29552. taking
  29553. talking
  29554. talks
  29555. talktool
  29556. tampa
  29557. tanaka
  29558. tantek
  29559. tanzania
  29560. tanzania-family
  29561. target
  29562. targeted
  29563. targeting
  29564. targets
  29565. targetted
  29566. tcp/ip
  29567. tcp/ip
  29568. administration
  29569. macintosh
  29570. v2.0.4
  29571. tcp/ip
  29572. connection
  29573. macintosh
  29574. v2.0.4
  29575. tcp/ip/lpr
  29576. tear-off
  29577. technical
  29578. technically
  29579. technique
  29580. techniques
  29581. pop-up
  29582. popmenus
  29583. popular
  29584. populate
  29585. popup
  29586. popupcdef
  29587. popupfuncs
  29588. popupmenuselect
  29589. popupmenuselectwithc
  29590. popupmenuwithcurfont
  29591. popups
  29592. portability
  29593. portable
  29594. portables
  29595. ported
  29596. porting
  29597. porting
  29598. objective-c
  29599. theresa
  29600. tensor
  29601. informa
  29602. portion
  29603. portions
  29604. portlist
  29605. powerbook
  29606. powerbooks
  29607. powerful
  29608. powermac
  29609. powermacs
  29610. powerpcQ
  29611. traversing
  29612. treat
  29613. treatment
  29614. trees
  29615. triangles
  29616. triangular
  29617. trick
  29618. tricks
  29619. tricky
  29620. tries
  29621. trigger
  29622. tripped
  29623. trivial
  29624. truetype
  29625. truffles
  29626. truncate
  29627. truth
  29628. trying
  29629. tsmte
  29630. ttextgridview
  29631. ttextlistview
  29632. tubetest
  29633. tuning
  29634. tunnel
  29635. tupledumper
  29636. tuples
  29637. turbo
  29638. turkish
  29639. twisted
  29640. twists
  29641. 2216X
  29642. Dec 99^    RL Disk 1
  29643. --set theItem to choose file -- uncomment to test in an AS editor
  29644.     tell application "Finder"
  29645.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:"
  29646.         activate
  29647.     end tell
  29648. on error errMsg number errNum
  29649.     --enter statements to perform when no records are found such as...
  29650.     display dialog "Sorry, the item you selected could not be found."
  29651.     return
  29652. end try
  29653. e    No Changeq
  29654. Dev.CD Dec 99 RL Disk 1
  29655. D(All Packages
  29656. Reference Library Edition
  29657. develop Issue  3
  29658. Summary: This is the electronic version of develop magazine.
  29659.  Issue 29 Summary
  29660. Easy 3D With the QuickDraw 3D Viewer  by Nick Thompson
  29661. s easy to integrate support for the QuickDraw 3D Viewer in your application, requiring only a few extra calls. Adding such support will allow your users to import and manipulate 3D data in your application with a standard, intuitive interface.
  29662. Gearing Up for Asia With the Text Services Manager and TSMTE  by Tague Griffith
  29663. Supporting the Text Services 
  29664. Manager (TSM) allows your application to transparently make use of the wide variety of text input methods required by 2-byte languages like Japanese, Chinese, and Korean. And TSMTE makes support of TSM a simple matter.
  29665. High-Performance ACGIs in C  by Ken Urquhart
  29666. Most simple ACGI programs are written in AppleScript, but for speed-critical applications, or for ACGIs that need to handle more than one request at a time, a high-level language like C is better suited to the task. This article 
  29667. presents a C shell you can use to build your own high-performance ACGIs.
  29668. Using Newton Internet Enabler to Create a Web Server by Ray Rischspater
  29669. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  29670. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  29671. How to make e
  29672. fficient use of memory in the OpenDoc environment isn
  29673. t always obvious, but there are basic guidelines to help
  29674. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  29675. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  29676. s the right way.
  29677. ACCORDING TO SCRIPT: User Interactions in Apple Event
  29678. Driven Applications 
  29679. How and when to interact with the user in response to Apple Events can be tricky, but there
  29680. s a method t
  29681. o the madness.
  29682. MACINTOSH Q & A
  29683. Apple
  29684. s Developer Support Center answers queries about Macintosh product development.
  29685. THE VETERAN NEOPHYTE: Digital Karma by Joe Williams
  29686. An attempt to make an online society self-moderating raises some interesting questions and leads to some unexpected twists. Will people find ways to abuse digital karma? Yep.
  29687. NEWTON Q & A: ASK THE LLAMA
  29688. Answers to Newton-related development questions. Send in your own questions for a chance at a T-shirt.
  29689. KON & BAL
  29690. S PUZF
  29691. ZLE PAGE: AppendDITL Apoplexy by Martin-Gilles Lavoie & Bo3b Johnson
  29692. Two guest puzzlers take on a problem that, while innocuous on the surface, proves to be deep and dastardly. It involves dialog boxes. Need we say more?
  29693. JEdevelop Issue 29:
  29694. develop Issue 29 code:
  29695. develop Issue 29 references:K
  29696. Mar 97OIDev.CD Dec 99 RL Disk 1:Technical Documentation:Develop:develop Issue 29:PQDev.CD Dec 99 RL Disk 1
  29697.  - Technical Documentation
  29698.  - Develop
  29699.  - develop Issue 29
  29700. always
  29701. america
  29702. laserwriters
  29703. lasso
  29704. lastly
  29705. late-breaking
  29706. later
  29707. laterapple
  29708. wdefcolorsample
  29709. wdefpatch
  29710. wdefs
  29711. we'll
  29712. we're
  29713. we've
  29714. weather
  29715. objects
  29716. documentation
  29717. web-site
  29718. webcolor
  29719. aegizmos
  29720. colorsync
  29721. profile
  29722. scriptability
  29723. scriptable
  29724. scripted
  29725. scripter
  29726. scripters
  29727. scriptfile
  29728. scripting
  29729. scripts
  29730. scriptswitcher8
  29731. scriptswitcher8
  29732. quick
  29733. modify
  29734. resources
  29735. scriptx
  29736. scroll
  29737. scrollable
  29738. scrolled
  29739. scrolling
  29740. segmented
  29741. segmenting
  29742. select
  29743. selected
  29744. selecting
  29745. selects
  29746. self-moderating
  29747. self-paced
  29748. semchishen
  29749. sendappleevent
  29750. sending
  29751. sends
  29752. sentences
  29753. separate
  29754. separately
  29755. separations
  29756. september
  29757. sequel
  29758. beaker
  29759. beard
  29760. beast
  29761. beasts
  29762. beautiful
  29763. became
  29764. because
  29765. bechtel
  29766. become
  29767. becoming
  29768. bedford
  29769. before
  29770. begin
  29771. beginning
  29772. behalf
  29773. behave
  29774. behavior
  29775. behaviors
  29776. being
  29777. 2217X
  29778. Dec 99^
  29779. --set theItem to choose file -- uncomment to test in an AS editor
  29780.     tell application "Finder"
  29781.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:"
  29782.         activate
  29783.     end tell
  29784. on error errMsg number errNum
  29785.     --enter statements to perform when no records are found such as...
  29786.     display dialog "Sorry, the item you selected could not be found."
  29787.     return
  29788. end try
  29789. Next CDq
  29790. Dev.CD Dec 99 RL
  29791. D(All Packages
  29792. Reference Library Edition
  29793. develop Issue  4
  29794. Summary: This is the electronic version of develop magazine.
  29795.  Issue 3 highlights:
  29796. CD-ROM: The Cutting Edge  by Mark B. Johnson.  How you can take best advantage of CD-ROM technology and what the trade-offs are.
  29797. The Ins and Outs of ISO 9660 and High Sierra  by Brian Bechtel.  The two standard file formats for CD-ROM discs, how they relate to the Macintosh
  29798. s native file format, and how to implement them.
  29799. How to Create a Mixed-Partition CD-ROM  by Llew Roberts.   Step-by-step instruction
  29800. s on how to mix ProDOS and HFS partitions on a hard disk for pressing as a CD-ROM, plus why you might want to do so.
  29801. Accessing CD-ROM Audio Tracks From Your Application  by Eric Mueller. The calls to use if you want to access CD-ROM audio tracks from your Apple II application, the layout of a CD-ROM audio track, and more.
  29802. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  29803. rminal emulation package called Surfer. 
  29804. Macintosh Display Card 8
  29805. 24 GC: The Naked Truth  by Guillermo Ortiz.  How to take advantage of the new card and its software and what to do if you haven
  29806. t already invested in offscreen calls.
  29807. Meet PrGeneral, the Trap That Makes the Most of the Printing Manager  by Pete 
  29808.  Alexander.  How to use the five opcodes available in order to enhance the power of the Printing Manager and solve special problems.
  29809. J(develop Issue  3:
  29810. develop Issue  3 code:K
  29811. Vol IIIL
  29812. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  3:PJDev.CD Dec 99 RL
  29813.  - Technical Documentation
  29814.  - develop
  29815.  - develop Issue  3
  29816. alexander
  29817. algorithm
  29818. algorithms
  29819. alias
  29820. aliases
  29821. aliens
  29822. aligned
  29823. alive
  29824. metrowerks
  29825. pascal
  29826. source
  29827. included
  29828. almost
  29829. specialized
  29830. specially
  29831. specific
  29832. specifically
  29833. specification
  29834. specifications
  29835. specified
  29836. 2218X
  29837. Dec 99^
  29838. --set theItem to choose file -- uncomment to test in an AS editor
  29839.     tell application "Finder"
  29840.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:"
  29841.         activate
  29842.     end tell
  29843. on error errMsg number errNum
  29844.     --enter statements to perform when no records are found such as...
  29845.     display dialog "Sorry, the item you selected could not be found."
  29846.     return
  29847. end try
  29848. Next CDq
  29849. Dev.CD Dec 99 RL
  29850. D(All Packages
  29851. Reference Library Edition
  29852. develop Issue  5
  29853. Summary: This is the electronic version of develop magazine.
  29854.  Issue 4 highlights:
  29855. Writing a Device Driver in C++ (What? In C++?)  by Tim Enwall.   How to capitalize on the advantages of a higher level language and avoid some of the pitfalls you may encounter if you write a driver in C++, including a complete example of a device driver in C++.
  29856. Polymorphic Code Resources in C++  by Patrick C. Beard.   A method of
  29857.  implementing polymorphism in stand-alone C++ code resources, illustrated b
  29858. y a window definition function that uses polymorphism.
  29859. Inside the Macintosh Coprocessor Platform and A/ROSE  by Joseph Maurer.   An  introduction to the basics of the Macintosh NuBus card and A/ROSE (the Apple Real-time Operating System Environment).
  29860. The Perils of PostScript
  29861. The Sequel  by Scott 
  29862.  Zimmerman.   A description of some gotchas that can occur when you use PostScript dictionaries in applications, and ways to work around them. 
  29863. Driving to Print:  An Apple IIGS Printer Drive
  29864. r  by Matt Deatherage.   An explanation of the mysteries of the printer driver:  what it does, how it does  it, and how to write one.  A sample printer driver is provided.
  29865. J(develop Issue  4:
  29866. develop Issue  4 code:K
  29867. Vol IIIL
  29868. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  4:PJDev.CD Dec 99 RL
  29869.  - Technical Documentation
  29870.  - develop
  29871.  - develop Issue  4
  29872. editor
  29873. resedit
  29874. editor
  29875. notes
  29876. samples
  29877. codewarrior
  29878. codewarrior
  29879. projects
  29880. codewarrior
  29881. coerceprgeneral
  29882. coerceprgeneral
  29883. coercion
  29884. collection
  29885. color
  29886. color
  29887. locator
  29888. color
  29889. picker
  29890. colorpopupmenus
  29891. colorpopupmenus
  29892. colorpopupmenus
  29893. colorpopupmenus
  29894. colorpopupmenus
  29895. colorpopupmenus
  29896. colorscreen
  29897. colorscreen
  29898. colorsync
  29899. colorsync
  29900. colorsync
  29901. export
  29902. colorsync
  29903. filter
  29904. colorsync
  29905. import
  29906. colorsync
  29907. plugins
  29908. readme
  29909. combowalker
  29910. common
  29911. commtoolbox
  29912. commtoolbox
  29913. commtoolbox
  29914. roadmap
  29915. communications
  29916. communications
  29917. comparedirtext
  29918. comparelastrevision
  29919. compatibility
  29920. compbasedmediabroadc
  29921. compbasedmediabroadc
  29922. nov/dec
  29923. nov/dec
  29924. 2219X
  29925. Dec 99^
  29926. --set theItem to choose file -- uncomment to test in an AS editor
  29927.     tell application "Finder"
  29928.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:"
  29929.         activate
  29930.     end tell
  29931. on error errMsg number errNum
  29932.     --enter statements to perform when no records are found such as...
  29933.     display dialog "Sorry, the item you selected could not be found."
  29934.     return
  29935. end try
  29936. Next CDq
  29937. Dev.CD Dec 99 RL
  29938. D(All Packages
  29939. Reference Library Edition
  29940. develop Issue  6
  29941. Summary: This is the electronic version of develop magazine.
  29942.  Issue 5 highlights:
  29943. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  29944. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  29945. s easier than you think. 
  29946. Print Hints with Luke & Zz   Tips and tricks 
  29947. from the print masters. This time: a cautionary fable, and a little known constant.
  29948. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  29949. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  29950. Vol IIIL
  29951. Jun 95
  29952. J(develop Issue  5:
  29953. develop Issue  5 code:K
  29954. Vol IIIL
  29955. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  5:PJDev.CD Dec 99 RL
  29956.  - Technical Documentation
  29957.  - develop
  29958.  - develop Issue  5
  29959. strengths
  29960. stress
  29961. stress-tested
  29962. strictly
  29963. stride
  29964. string
  29965. stringing
  29966. strings
  29967. stringservices
  29968. strip
  29969. stripunits
  29970. strlist
  29971. strlog
  29972. stroke
  29973. 2220X
  29974. Dec 99^
  29975. --set theItem to choose file -- uncomment to test in an AS editor
  29976.     tell application "Finder"
  29977.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:"
  29978.         activate
  29979.     end tell
  29980. on error errMsg number errNum
  29981.     --enter statements to perform when no records are found such as...
  29982.     display dialog "Sorry, the item you selected could not be found."
  29983.     return
  29984. end try
  29985. Next CDq
  29986. Dev.CD Dec 99 RL
  29987. D(All Packages
  29988. Reference Library Edition
  29989. develop Issue  7
  29990. Summary: This is the electronic version of develop magazine.
  29991.  Issue 6 highlights:
  29992. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  29993. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  29994. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  29995. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  29996. MacTCP Cookbook: Constructing Network-Aware Applications   
  29997. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  29998. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  29999.  Alexander.   A potential color printing problem, and s
  30000.     C9ome solutions. Also sharks, surfboards, and surfer dudes.
  30001. J(develop Issue  6:
  30002. develop Issue  6 code:K
  30003. Vol IIIL
  30004. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  6:PJDev.CD Dec 99 RL
  30005.  - Technical Documentation
  30006.  - develop
  30007.  - develop Issue  6
  30008. checking
  30009. checks
  30010. checksum
  30011. checkwindowin
  30012. checkwindowout
  30013. chesley
  30014. chess
  30015. chest
  30016. chineese
  30017. chinese
  30018. chooses
  30019. choosing
  30020. christine
  30021. chromakey
  30022. chromakeying
  30023. chunks
  30024. claim
  30025. claims
  30026. claris
  30027. clarisworks
  30028. clark
  30029. clash
  30030. class
  30031. classes
  30032. classic
  30033. classroom
  30034. clause
  30035. clauses
  30036. clean
  30037. cleaner
  30038. clear
  30039. clearly
  30040. click
  30041. click-dragging
  30042. clicking
  30043. clicks
  30044. client
  30045. client-server
  30046. client/server
  30047. clipboard
  30048. clipper
  30049. clipping
  30050. coolalerts
  30051. coolrequest
  30052. cooperates
  30053. cooperation
  30054. cooperative
  30055. coordinated
  30056. coordinates
  30057. copacetically
  30058. copied
  30059. copies
  30060. copland
  30061. copland-savvy
  30062. coprocessor
  30063. foundation
  30064. foundation
  30065. baseservices
  30066. foundation
  30067. collectionservices
  30068. foundation
  30069. documentation
  30070. foundation
  30071. propertylist
  30072. foundation
  30073. stringservices
  30074. foundationbundleserv
  30075. corners
  30076. corporate
  30077. corporation
  30078. correct
  30079. corrected
  30080. correctly
  30081. corrects
  30082. correlate
  30083. correspondence
  30084. corresponding
  30085. corruption
  30086. cosmetic
  30087. costs
  30088. never
  30089. never-before-possibl
  30090. nevertheless
  30091. new/updated
  30092. newccursor
  30093. 2221X
  30094. Dec 99^
  30095. --set theItem to choose file -- uncomment to test in an AS editor
  30096.     tell application "Finder"
  30097.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:"
  30098.         activate
  30099.     end tell
  30100. on error errMsg number errNum
  30101.     --enter statements to perform when no records are found such as...
  30102.     display dialog "Sorry, the item you selected could not be found."
  30103.     return
  30104. end try
  30105. Next CDq
  30106. Dev.CD Dec 99 RL
  30107. D(All Packages
  30108. Reference Library Edition
  30109. develop Issue  8
  30110. Summary: This is the electronic version of develop magazine.
  30111.  Issue 7 highlights:
  30112. QuickTime 1.0: 
  30113. You Oughta Be in Pictures
  30114.   by Guillermo A. Ortiz.
  30115. An introduction to QuickTime that shows you how to create and play back simple movies.
  30116. Scoring Points With TrueType  by Konstantin Othmer and Mike Reed.   This article demonstrates some snazzy, never-before-possible text effects.
  30117. Threaded Communications With Futures  by Michael Gough.   Futures are an addition to the Threads Package that 
  30118. can make your IPC code even cleaner.
  30119. Using C++ Objects in a World of Exceptions  by Michael C. Greenspon.   This article explores some subtle gotchas that can occur when mixing Pascal and C++ objects, and provides guidelines for avoiding them.
  30120. The Subspace Manager in System 7.0  by Harry R. Chesley.   A little-known Macintosh Manager is revealed for the first time, and the (hairy) implications for life on earth are discussed.
  30121. Print Hints From Luke & Zz: Help for Your Dialog Appendages  
  30122. by Scott 
  30123.  Zimmerman.   How can you add Balloon Help to your custom Print dialog items? Zz will tell you all about it.
  30124. J(develop Issue  7:
  30125. develop Issue  7 code:K
  30126. Vol IIIL
  30127. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  7:PJDev.CD Dec 99 RL
  30128.  - Technical Documentation
  30129.  - develop
  30130.  - develop Issue  7
  30131. kopala
  30132. korean
  30133. korean-language
  30134. kotoeri
  30135. kunicodetextrunheuri
  30136. kzoomlarger
  30137. label
  30138. labelmenu
  30139. labels
  30140. labels-like
  30141. labor
  30142. lands
  30143. language
  30144. language-neutral
  30145. languages
  30146. large
  30147. large
  30148. collection
  30149. tools
  30150. scripts
  30151. libraries
  30152. examples
  30153. larger
  30154. larkspur
  30155. laser
  30156. laserwriter
  30157. laserwriteriisc
  30158. october
  30159. odbceoadadptor
  30160. odf-interest
  30161. 2222X
  30162. Dec 99^
  30163. --set theItem to choose file -- uncomment to test in an AS editor
  30164.     tell application "Finder"
  30165.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:"
  30166.         activate
  30167.     end tell
  30168. on error errMsg number errNum
  30169.     --enter statements to perform when no records are found such as...
  30170.     display dialog "Sorry, the item you selected could not be found."
  30171.     return
  30172. end try
  30173. Next CDq
  30174. Dev.CD Dec 99 RL
  30175. D(All Packages
  30176. Reference Library Edition
  30177. develop Issue  9
  30178. Summary: This is the electronic version of develop magazine.
  30179.  Issue 8 highlights:
  30180. Curves Ahead: Working With Curves in QuickDraw  by Mike Reed and Konstantin Othmer.   All about quadratic B
  30181. zier curves on the Macintosh, including using the curves from TrueType fonts.
  30182. Validating Date and Time Entry in MacApp  by James Plamondon.   Here
  30183. s a new MacApp class that provides robust and flexible entry validation.
  30184. Macintosh Debugging: A Weird Journey Into the Belly of the Beast  by Bo3b Johns
  30185. on and Fred Huxham.   This article presents some very useful debugging techniques that every Macintosh developer needs to know about.
  30186. Macintosh Hybrid Applications for A/UX  by John Morley.   This is an introduction to writing Macintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  30187. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  30188.  Alexander.   How do you print graphics that use CopyMask an
  30189. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  30190. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  30191. J(develop Issue  8:
  30192. develop Issue  8 code:K
  30193. Vol IIIL
  30194. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  8:PJDev.CD Dec 99 RL
  30195.  - Technical Documentation
  30196.  - develop
  30197.  - develop Issue  8
  30198. 2223X
  30199. Dec 99^
  30200. --set theItem to choose file -- uncomment to test in an AS editor
  30201.     tell application "Finder"
  30202.         open item "Dev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:"
  30203.         activate
  30204.     end tell
  30205. on error errMsg number errNum
  30206.     --enter statements to perform when no records are found such as...
  30207.     display dialog "Sorry, the item you selected could not be found."
  30208.     return
  30209. end try
  30210. Next CDq
  30211. Dev.CD Dec 99 RL
  30212. D(All Packages
  30213. Reference Library Edition
  30214. Developer Forms
  30215. Summary: This is the electronic version of develop magazine.
  30216.  Issue 9 highlights:
  30217. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  30218. The TextBox You
  30219. ve Always Wanted  by Bryan K. (
  30220. Beaker
  30221. ) Ressler.   Here
  30222. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  30223. Makin
  30224. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  30225. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  30226. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  30227. ion from your driver, greatly easing your debugging woes.
  30228. Graphics Hints From Forrest: Using the Palette Manager Off-Screen  by Forrest Tanaka.  Can you use the Palette Manager to manage colors in off-screen ports? Well, yes, but there are some caveats.
  30229. Be Our Guest: Background-Only Applications in System 7  by C. K. Haun.   Faceless background tasks provide a handy way out of some sticky situations. C. K. shows you the basics.
  30230. J(develop Issue  9:
  30231. develop Issue  9 code:K
  30232. Vol IIIL
  30233. Jun 95OBDev.CD Dec 99 RL:Technical Documentation:develop:develop Issue  9:PJDev.CD Dec 99 RL
  30234.  - Technical Documentation
  30235.  - develop
  30236.  - develop Issue  9
  30237. manage
  30238. management
  30239. manager
  30240. manipulations
  30241. manner
  30242. manual
  30243. manually
  30244. manuals
  30245. manufactured
  30246. manufacturers
  30247. 1.0.0d3
  30248. 1.0.1b3
  30249. 1.0.2
  30250. 1.0.3
  30251. 1.0.6
  30252. 1.0a5
  30253. 1.0b2
  30254. 1.0b4
  30255. 1.0d8
  30256. 1.1.1
  30257. 1.1.2
  30258. 1.1.3
  30259. 1.1.4
  30260. 1.1.6
  30261. 1.1b1
  30262. 1.1d2
  30263. 1.2.1
  30264. 1.2.3
  30265. 1.2d1
  30266. 1.4.6
  30267. 1.4.9
  30268. 1.4d16
  30269. 1.4d5
  30270. 1.5.1
  30271. 1.5.2
  30272. 1.6.1
  30273. 1.7.1
  30274. 1.7.2
  30275. 1/1/70
  30276. 100lc
  30277. 11/16/99
  30278. 11/23/99
  30279. textbox
  30280. textedit
  30281. textstyle
  30282. texttotypeintlcoerci
  30283. texture
  30284. textures
  30285. technological
  30286. technologies
  30287. technology
  30288. technote
  30289. technotes
  30290. tecsetbasicoptions
  30291. teknosys
  30292. telephone
  30293. telephones
  30294. tells
  30295. template
  30296. templates
  30297. temporal
  30298. temporarily
  30299. temporary
  30300. tensor
  30301. terence
  30302. terminal
  30303. terminology
  30304. terms
  30305. ternasky
  30306. tesample
  30307. test-harness
  30308. test/demo
  30309. tested
  30310. testgestalt
  30311. 2224X
  30312. Dec 99^
  30313. --set theItem to choose file -- uncomment to test in an AS editor
  30314.     tell application "Finder"
  30315.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:"
  30316.         activate
  30317.     end tell
  30318. on error errMsg number errNum
  30319.     --enter statements to perform when no records are found such as...
  30320.     display dialog "Sorry, the item you selected could not be found."
  30321.     return
  30322. end try
  30323. Deletedq
  30324. Dev.CD Dec 99 RL
  30325. D&All Packages
  30326. System Software Edition
  30327. Developer Notes Update
  30328. cDescriptions of new hardware and software features, comparisons with existing CPUs, and expansion card design information.  This month features the following new note:
  30329. Power Macintosh 4400
  30330. This developer note describes the Power Macintosh 4400 computer, which is a new Macintosh model that uses a logic board based on the Apple Logic Board Design LPX-40.
  30331. Power Macintosh 4400K
  30332. Apr 97O5Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:
  30333. Summary:  This folder contains electronic forms that allow developers to register creator & file types, Apple II file & auxiliary types, and NuBus boards, and to report bugs and name & address changes.
  30334.  Apple Bug Reporter
  30335. The Apple Bug Reporter is a HyperCard stack that allows developers to report bugs against Macintosh software and hardware. When you have completed a bug, the stack puts it in your AppleLink Out Basket. When you next log on to AppleLink, your bug is sent to APPLE.BUGS.
  30336.  AppleII File and Auxiliary Type
  30337. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  30338.  C/F Registration Requests
  30339. This stack will allow users to 
  30340. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  30341.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  30342. quires Hypercard 2.1.
  30343. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  30344.  Dev Info Change Form
  30345. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  30346. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  30347.  NuBus Board Registration
  30348. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY TFkHIS STACK TO A DISK THAT IS NOT WRITE PROTECTED. Please fill out one of these questionaires for each board.
  30349. JvAppleII File and Auxiliary Type
  30350. Bug Reporting
  30351. C/F Registration Requests:
  30352. Dev Info Change Form
  30353. NuBus Board RegistrationK
  30354. Apr 94L
  30355. May 96O+Dev.CD Dec 99 RL:Utilities:Developer Forms:P0Dev.CD Dec 99 RL
  30356.  - Utilities
  30357.  - Developer Forms
  30358. object
  30359. object
  30360. pascal
  30361. objectcode
  30362. objectivec
  30363. objectppc
  30364. objects
  30365. objects68k
  30366. objectsppc
  30367. objectsupportlib
  30368. obsolete
  30369. obsolete
  30370. pre-asip
  30371. obsolete&unsupported
  30372. obtain
  30373. install
  30374. image
  30375. sample
  30376. image
  30377. tools
  30378. image
  30379. odclassref
  30380. odcookbook
  30381. sample
  30382. parts
  30383. odf-interest
  30384. odf-interest
  30385. archive
  30386. odfdev
  30387. odflibrary
  30388. odflibrary
  30389. odprogguide
  30390. odupdates
  30391. offsample
  30392. offscreen
  30393. offscreen
  30394. oldies
  30395. ooptesample
  30396. install
  30397. browser
  30398. begin
  30399. first
  30400. browser
  30401. transport
  30402. 1.1.2
  30403. transport
  30404. debug
  30405. P:Dev.CD Apr 97 SSW
  30406.  - What's New?
  30407.  - Developer Notes UpdateV
  30408. 2225X
  30409. Apr 97^
  30410. --set theItem to choose file -- uncomment to test in an AS editor
  30411.     tell application "Finder"
  30412.         open item "Dev.CD Apr 97 SSW:What's New?:Developer Notes Update:"
  30413.         activate
  30414.     end tell
  30415. on error errMsg number errNum
  30416.     --enter statements to perform when no records are found such as...
  30417.     display dialog "Sorry, the item you selected could not be found."
  30418.     return
  30419. end try
  30420. Deletedq
  30421. Dev.CD Apr 97 SSW
  30422. D.All Packages
  30423. Mac OS SDK Edition
  30424. New & RevisedF
  30425. DeveloperDocumentation
  30426. system
  30427. system
  30428. software
  30429. edition
  30430. 2226X
  30431. Jan 00^
  30432. SDK1b
  30433. --set theItem to choose file -- uncomment to test in an AS editor
  30434.     tell application "Finder"
  30435.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:"
  30436.         activate
  30437.     end tell
  30438. on error errMsg number errNum
  30439.     --enter statements to perform when no records are found such as...
  30440.     display dialog "Sorry, the item you selected could not be found."
  30441.     return
  30442. end try
  30443. New Packagef
  30444. Developer Documentation
  30445. Publications
  30446. Technical Publications
  30447. Techpubs
  30448. documentation
  30449. Carbon
  30450. Hardware
  30451. Mac OS 8 and 9
  30452. Core Foundationo.http://developer.apple.com/techpubs/index.htmlq
  30453. Dev.CD Jan 00 SDK1
  30454. D.All Packages
  30455. Mac OS SDK Edition
  30456. New & RevisedF
  30457. DeveloperDocumentation: Carbon
  30458. Summary:
  30459. Developer Documentation
  30460. Features:
  30461. ========
  30462. What's New
  30463. ========
  30464. Carbon
  30465. -----
  30466. Carbon Printing Manager
  30467. Core Foundation
  30468. -----------
  30469. Core Foundation BaseServices
  30470. Core FoundationBundleServices
  30471. Core Foundation CollectionServices
  30472. Core Foundation PropertyList
  30473. Core Foundation StringServices
  30474. Hardware
  30475. -------
  30476. iBook
  30477. Mac OS 8 and 9
  30478. -----------
  30479. Carbon Menu Manager API
  30480. Carbon Window Manager API
  30481. Display Manager
  30482. HTML Rendering Library
  30483. Locales for Mac OS 8.6 and 9.0
  30484. Unicode Utilities
  30485. J+carbon
  30486. corefoundation
  30487. hardware
  30488. macos8_and_9K
  30489. Jan 00N
  30490. Developer Documentation, Publications, Technical Publications, Techpubs, documentation, docs, Carbon, Hardware, Mac OS 8 and 9, Core FoundationOdDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:PoDev.CD Jan 00 SDK1
  30491.  - What's New
  30492.  - Technical Documentation
  30493.  - Technical Publications
  30494.  - DeveloperDocumentation
  30495. developing
  30496. drivers
  30497. sometimes
  30498. resedit
  30499. whenever
  30500. where
  30501. animation
  30502. antlr
  30503. antlr
  30504. pccts
  30505. parser
  30506. generator
  30507. compiler
  30508. tools
  30509. appearance
  30510. appearance
  30511. gworld
  30512. off-screen
  30513. appearance
  30514. keyboard
  30515. function
  30516. appearance
  30517. manager
  30518. append
  30519. appkit
  30520. apple
  30521. apple
  30522. events
  30523. spell
  30524. grammar
  30525. writeswell
  30526. spellswell
  30527. working
  30528. apple
  30529. guide
  30530. systems
  30531. apple
  30532. apple
  30533. guide
  30534. apple
  30535. apple
  30536. apple
  30537. developer
  30538. apple
  30539. servers
  30540. 9650/350
  30541. workgroup
  30542. server
  30543. server
  30544. server
  30545. develo
  30546. appleevent
  30547. technical
  30548. publications
  30549. techniques
  30550. technote
  30551. techpubs
  30552. telephone
  30553. telephone
  30554. manager
  30555. telephony
  30556. television
  30557. tendpointinfo
  30558. testing
  30559. encoding
  30560. encoding
  30561. converter
  30562. text-to-speech
  30563. textedit
  30564. textedit
  30565. replacement
  30566. utilities
  30567. update
  30568. usage
  30569. utilities
  30570. utility
  30571. variable
  30572. variables
  30573. vector
  30574. version
  30575. video
  30576. video
  30577. device
  30578. video
  30579. toolkit
  30580. viewer
  30581. virtual
  30582. virtual
  30583. virtualuser
  30584. volumes
  30585. vtwin
  30586. wannabe
  30587. browser
  30588. webobjects
  30589. window
  30590. window
  30591. arrangement
  30592. window
  30593. attributes
  30594. window
  30595. class
  30596. window
  30597. classes
  30598. window
  30599. layers
  30600. window
  30601. manager
  30602. windows
  30603. world
  30604. world
  30605. technical
  30606. publications@
  30607. thread@
  30608. tree@
  30609. types@
  30610. unicode
  30611. utilities@
  30612. waste@
  30613. webobjects@
  30614. webobjects
  30615. java@
  30616. wide@
  30617. 2227X
  30618. Jan 00^
  30619. SDK1b
  30620. --set theItem to choose file -- uncomment to test in an AS editor
  30621.     tell application "Finder"
  30622.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  30623.         activate
  30624.     end tell
  30625. on error errMsg number errNum
  30626.     --enter statements to perform when no records are found such as...
  30627.     display dialog "Sorry, the item you selected could not be found."
  30628.     return
  30629. end try
  30630. New PackagefNprinting
  30631. Carbon
  30632. Carbon printing
  30633. Carbon Printing Manager
  30634. print
  30635. imaging
  30636. graphicso.http://developer.apple.com/techpubs/index.htmlq
  30637. Dev.CD Jan 00 SDK1
  30638. D.All Packages
  30639. Mac OS SDK Edition
  30640. New & RevisedF&DeveloperDocumentation: Corefoundation
  30641. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  30642. CarbonPrintingMgrK
  30643. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  30644.  - What's New
  30645.  - Technical Documentation
  30646.  - Technical Publications
  30647.  - DeveloperDocumentation
  30648.  - carbon
  30649. 2228X
  30650. Jan 00^
  30651. SDK1b
  30652. --set theItem to choose file -- uncomment to test in an AS editor
  30653.     tell application "Finder"
  30654.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  30655.         activate
  30656.     end tell
  30657. on error errMsg number errNum
  30658.     --enter statements to perform when no records are found such as...
  30659.     display dialog "Sorry, the item you selected could not be found."
  30660.     return
  30661. end try
  30662. New Package
  30663. o.http://developer.apple.com/techpubs/index.html
  30664. Core Foundation Documentation:
  30665. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  30666. l be included as an independant framework.
  30667. Features:
  30668. =======================
  30669. What's New and Updated:
  30670. ======================
  30671. Core Foundation BaseServices [NEW]
  30672. ---------------------------
  30673. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  30674. Core Foundation BundleServices [NEW]
  30675. ---------------------------
  30676. This document describes what a bundle is and shows how you can use Bundle  Services to
  30677.  find localized resources and dynamically load code into your program.
  30678. Core Foundation CollectionServices [NEW]
  30679. ---------------------------
  30680. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  30681. Core Foundation Overview [NEW]
  30682. ---------------------------
  30683. This document summarizes the benefits of Core Foundation and explains some of the key conce
  30684. pts, such as opaque types, reference counting, and memory management.
  30685. Core Foundation PropertyList [NEW]
  30686. ---------------------------
  30687. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  30688. Core Foundation StringServices [NEW]
  30689. --------------------------- 
  30690. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  30691. bjects.
  30692. J_CFBaseServices
  30693. CFBundleServices
  30694. CFCollectionServices
  30695. CFOverview
  30696. CFPropertyList
  30697. CFStringServicesK
  30698. Jan 00
  30699. Core Foundation, overview, opaque types, reference counts, Base Services, CFBase.h, CFRetain, CFRelease, Reference counting, allocators, custom allocators, CFAllocator, CFType, Polymorphic functions, CFTypeID, CFIndex, CFOptionFlags, CFHashCode, CFHash, compare, CFComparatorFunction, CFComparisonResult, CFEqual, CFRange, Bundle Services, CFBundle.h, CFBundle, bundle, main bundle, resources, resource management, localization, internationalization, cross-platform, application package, Applic
  30700. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:
  30701. OsDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:P
  30702. Dev.CD Jan 00 SDK1
  30703.  - What's New
  30704.  - Technical Documentation
  30705.  - Technical Publications
  30706.  - DeveloperDocumentation
  30707.  - corefoundation
  30708. ation, Framework, Loadable bundle, Palette, code loading, dynamic linking, lproj, localized strings, Info.plist, Collection Services, CFArray.h, CFDictionary.h, CFBag.h, CFSet.h, CFTree.h, CFData.h, CFBinaryHeap.h, CFBitVector.h, CFArray, CFDictionary, CFBag, CFSet, CFTree, CFData, CFBinaryHeap, CFBitVector, collection, container, ordered collection, tree, set, bag, heap, vector, Property List Services, CFPropertyList.h, property list, information property list, info plist, Info.plist, CFA
  30709. rray, CFDictionary, CFDictionary, CFPropertyList, XML, Core Foundation, String Services, CFString.h, CFCharacterSet.h, CFStringEncodingsExt.h, CFString, string, mutable string, internationalization, localization, Unicode, character encoding, string encoding
  30710. o.http://developer.apple.com/techpubs/index.htmlq
  30711. Dev.CD Jan 00 SDK1
  30712. D.All Packages
  30713. Mac OS SDK Edition
  30714. New & RevisedF DeveloperDocumentation: Hardware
  30715. =================
  30716. What's New and Updated:
  30717. ==================
  30718. iBook Developer Note 
  30719. ---------------
  30720. This developer note provides technical information about the iBook consumer portable and its features, which include a 300-MHz PowerPC processor, built-in Ethernet port and modem, and the optional AirPort Card wireless LAN module.
  30721. The developer note includes information about:
  30722.       - the features of the iBook 
  30723.       - compatibility issues 
  30724.        -the internal logic of the iBook 
  30725.       - 
  30726. Core Foundation
  30727. overview
  30728. opaque types
  30729. reference counts
  30730. Base Services
  30731. CFBase.h
  30732. CFRetain
  30733. CFRelease
  30734. Reference counting
  30735. allocators
  30736. custom allocators
  30737. CFAllocator
  30738. CFType
  30739. Polymorphic functions
  30740. CFTypeID
  30741. CFIndex
  30742. CFOptionFlags
  30743. CFHashCode
  30744. CFHash
  30745. compare
  30746. CFComparatorFunction
  30747. CFComparisonResult
  30748. CFEqual
  30749. CFRange
  30750. Bundle Services
  30751. CFBundle.h
  30752. CFBundle
  30753. bundle
  30754. main bundle
  30755. resources
  30756. resource management
  30757. localization
  30758. internationalization
  30759. cross-platform
  30760. application package
  30761. Application
  30762. Framework
  30763. Loadable bundle
  30764. code loading
  30765. dynamic linking
  30766. lproj
  30767. localized strings
  30768. Info.plist
  30769. Collection Services
  30770. CFArray.h
  30771. CFDictionary.h
  30772. CFBag.h
  30773. CFSet.h
  30774. CFTree.h
  30775. CFData.h
  30776. CFBinaryHeap.h
  30777. CFBitVector.h
  30778. CFArray
  30779. CFDictionary
  30780. CFBag
  30781. CFSet
  30782. CFTree
  30783. CFData
  30784. CFBinaryHeap
  30785. CFBitVector
  30786. collection
  30787. container
  30788. ordered collection
  30789. vector
  30790. Property List Services
  30791. CFPropertyList.h
  30792. property list
  30793. information property list
  30794. info plist
  30795. Info.plist
  30796. CFArray
  30797. CFDictionary
  30798. CFDictionary
  30799. CFPropertyList
  30800. Core Foundation
  30801. String Se
  30802. rvices
  30803. CFString.h
  30804. CFCharacterSet.h
  30805. CFStringEncodingsExt.h
  30806. CFString
  30807. string
  30808. mutable string
  30809. internationalization
  30810. localization
  30811. Unicode
  30812. character encoding
  30813. string encoding
  30814. localizers
  30815. localizing
  30816. localtalkW
  30817. locate
  30818. located
  30819. locating
  30820. location
  30821. locations
  30822. locator
  30823. lock/unlock
  30824. locked
  30825. lockfile
  30826. locking
  30827. lockvol
  30828. logging
  30829. logic
  30830. logical
  30831. login
  30832. logins
  30833. long-awaited
  30834. long-term
  30835. longer
  30836. longitude
  30837. propertylist
  30838. proportional
  30839. propositin
  30840. proprietary
  30841. prospective
  30842. protocols
  30843. prototyping
  30844. prove
  30845. proves
  30846. provide
  30847. provided
  30848. provides
  30849. providing
  30850. public
  30851. publications
  30852. published
  30853. publisher
  30854. publishing
  30855. publishing
  30856. second
  30857. edition
  30858. punctuation
  30859. punjabi
  30860. puntuation
  30861. purchase
  30862. purged
  30863. purpose
  30864. purposes
  30865. cfm-68k
  30866. cfm-68k
  30867. cfm-68k
  30868. cfm-68k
  30869. runtime
  30870. enabler
  30871. cfoverview
  30872. cfpropertylist
  30873. cfstringservices
  30874. ch-simplified
  30875. ch-simplified
  30876. chinese
  30877. change
  30878. change
  30879. history
  30880. change
  30881. history
  30882. changecreator
  30883. changefilename
  30884. changelog
  30885. changes
  30886. chartoid
  30887. chartoid
  30888. check
  30889. check
  30890. autoguest
  30891. check
  30892. quicktime
  30893. chintrad
  30894. choose
  30895. choosetkl
  30896. choosetkl
  30897. choosetkl
  30898. chromakey
  30899. chromakeymovie
  30900. chromakeymovie
  30901. chromakeymovie
  30902. chromakeymovie68k
  30903. chromakeymovie68k
  30904. chromakeymovie68k
  30905. chromakeymoviefat
  30906. chromakeymoviefat
  30907. chromakeymovieppc
  30908. chromakeymovieppc
  30909. chromakeymovieppc
  30910. symantec
  30911. chromakeymovieppc
  30912. symantec
  30913. ciconbuttons
  30914. ciconbuttons
  30915. ciconbuttons
  30916. cihui
  30917. cihui
  30918. conversion
  30919. apple
  30920. event
  30921. server
  30922. scripting
  30923. database
  30924. database
  30925. debug
  30926. debug
  30927. sound
  30928. manager
  30929. 3.2.1
  30930. debugger
  30931. debuggers
  30932. debugging
  30933. debugging
  30934. performance
  30935. power
  30936. powerpc
  30937. emulator
  30938. declaration
  30939. contextual
  30940. apple
  30941. detectors
  30942. detectors
  30943. developer
  30944. developer
  30945. documentation
  30946. publications
  30947. technical
  30948. publications
  30949. developers
  30950. development
  30951. device
  30952. device
  30953. driver
  30954. block
  30955. storage
  30956. drive
  30957. gestalt
  30958. cd-rom
  30959. devices
  30960. devnotes
  30961. dialog
  30962. dictation
  30963. dictionary
  30964. interleaving
  30965. memory
  30966. configuration
  30967. disabled
  30968. disassembler
  30969. disassembly
  30970. utility
  30971. drive
  30972. setup
  30973. display
  30974. protocol
  30975. publications
  30976. quicktime
  30977. object
  30978. panorama
  30979. quickt
  30980. qualified
  30981. query
  30982. quick
  30983. quickdraw
  30984. quickdraw
  30985. windows
  30986. metafile
  30987. quickdraw
  30988. graphics
  30989. quicktime
  30990. effects
  30991. quicktime
  30992. compress
  30993. decompress
  30994. raster
  30995. ratesQ
  30996. rawip
  30997. rawmode
  30998. reader
  30999. receives
  31000. reconfiguration
  31001. recordable
  31002. redistribution
  31003. reference
  31004. region
  31005. registration
  31006. registry
  31007. release
  31008. rename
  31009. renderer
  31010. rendering
  31011. replace
  31012. reports
  31013. resdistributor
  31014. resedit
  31015. resedit
  31016. 2.1.1
  31017. disassembly
  31018. disassembler
  31019. viewer
  31020. edito
  31021. resolution
  31022. resource
  31023. resources
  31024. return
  31025. return
  31026. investment
  31027. business
  31028. processes
  31029. interactive
  31030. media
  31031. protocol@
  31032. quickdraw
  31033. gxgraphics
  31034. 1.1.6@
  31035. quicktime
  31036. video
  31037. streaming
  31038. audio@
  31039. manager
  31040. signature@
  31041. statements@
  31042. technical
  31043. publications
  31044. technical
  31045. documentation
  31046. documentation@
  31047. testing
  31048. debugging@
  31049. testing
  31050. debugging
  31051. networking
  31052. communications@
  31053. tools@
  31054. usage@
  31055. virtual
  31056. virtualuser
  31057. filetool
  31058. memor@
  31059. workstation@
  31060. events@
  31061. gateway@
  31062. handwriting@
  31063. html@
  31064. interactive
  31065. media
  31066. solutions@
  31067. localization@
  31068. machine@
  31069. network
  31070. preferences@
  31071. objectsupportlib@
  31072. systems@
  31073. transport
  31074. debug@
  31075. pccts@
  31076. powerbook@
  31077. promisehfsflavor@
  31078. resources@
  31079. scheduling@
  31080. sound@
  31081. structure@
  31082. handwriting
  31083. hardware
  31084. hardware
  31085. acceleration
  31086. hardware
  31087. address
  31088. hardware
  31089. developer
  31090. documentation
  31091. zones
  31092. heaps
  31093. hebrew
  31094. browser
  31095. center
  31096. pages
  31097. systems
  31098. helper
  31099. menubar
  31100. corners
  31101. desktop
  31102. finder
  31103. grayrgn
  31104. hierarchical
  31105. level
  31106. hooper
  31107. hp-ux
  31108. internationalization
  31109. internet
  31110. gateway
  31111. items
  31112. patch
  31113. keyboard
  31114. keyboard
  31115. kibitz
  31116. language
  31117. launch
  31118. layers
  31119. library
  31120. linking
  31121. loadable
  31122. loadable
  31123. bundle
  31124. loading
  31125. locales
  31126. object-oriented
  31127. conversion
  31128. database
  31129. debug
  31130. debug
  31131. sound
  31132. manager
  31133. 3.2.1
  31134. debugger
  31135. debuggers
  31136. debugging
  31137. declaration
  31138. decompress
  31139. decompression
  31140. default
  31141. delete
  31142. depth
  31143. design
  31144. designing
  31145. printer
  31146. default
  31147. setdefaultdtp
  31148. quickdraw
  31149. desktop
  31150. desktop
  31151. manager
  31152. desktops
  31153. detector
  31154. detectors
  31155. developer
  31156. developer
  31157. documentation
  31158. developer
  31159. feedback
  31160. developer
  31161. notes
  31162. developers
  31163. development
  31164. device
  31165. device
  31166. driver
  31167. device
  31168. manager
  31169. device
  31170. managers
  31171. drivers
  31172. dictionary
  31173. dictionary
  31174. manager
  31175. digital
  31176. digital
  31177. camera
  31178. disabled
  31179. disassembler
  31180. disassembly
  31181. localization
  31182. localized
  31183. localized
  31184. strings
  31185. location
  31186. location
  31187. manager
  31188. logical
  31189. space
  31190. lproj
  31191. lurkers
  31192. runtime
  31193. architecture
  31194. runtime
  31195. server
  31196. macapp
  31197. maccheck
  31198. manuals
  31199. storage
  31200. media
  31201. memory
  31202. memory
  31203. manager
  31204. memory
  31205. monitor
  31206. items
  31207. manager
  31208. menubar
  31209. menus
  31210. missQ
  31211. mixed
  31212. mixed
  31213. module
  31214. monitor
  31215. morpheme
  31216. mutable
  31217. mutable
  31218. string
  31219. netsprocket
  31220. network
  31221. cfbundle
  31222. cfbundle
  31223. cfcharacterset
  31224. cfcharacterset
  31225. cfcomparatorfunction
  31226. cfcomparisonresult
  31227. cfdata
  31228. cfdata
  31229. cfdictionary
  31230. cfdictionary
  31231. cfequal
  31232. cfhash
  31233. cfhashcode
  31234. cfindex
  31235. cfm-68k
  31236. cfoptionflags
  31237. cfpropertylist
  31238. cfpropertylist
  31239. cfrange
  31240. cfrelease
  31241. cfretain
  31242. cfset
  31243. cfset
  31244. cfstring
  31245. cfstring
  31246. cfstringencodingsext
  31247. cfstringencodingsext
  31248. cftree
  31249. cftree
  31250. cftype
  31251. cftypeid
  31252. character
  31253. character
  31254. encoding
  31255. character
  31256. characters
  31257. charset
  31258. chinese
  31259. chinese
  31260. language
  31261. traditional
  31262. simplified
  31263. choose
  31264. chooser
  31265. ciconhandle
  31266. class
  31267. classes
  31268. client
  31269. clock
  31270. clouseau
  31271. coach
  31272. coach
  31273. sequences
  31274. coachmarks
  31275. loading
  31276. resource
  31277. codec
  31278. 2229X
  31279. Jan 00^
  31280. SDK1b
  31281. --set theItem to choose file -- uncomment to test in an AS editor
  31282.     tell application "Finder"
  31283.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:hardware:"
  31284.         activate
  31285.     end tell
  31286. on error errMsg number errNum
  31287.     --enter statements to perform when no records are found such as...
  31288.     display dialog "Sorry, the item you selected could not be found."
  31289.     return
  31290. end try
  31291. New PackagefDHardware Developer Documentation
  31292. developer notes
  31293. devnotes
  31294. iBooko.http://developer.apple.com/techpubs/index.htmlq
  31295. Dev.CD Jan 00 SDK1
  31296. D.All Packages
  31297. Mac OS SDK Edition
  31298. New & RevisedF&DeveloperDocumentation: Mac OS 8 and 9
  31299. the I/O ports and built-in I/O devices 
  31300.        -the RAM expansion DIMM 
  31301.        the system software that comes with the iBook 
  31302. NOTE: The iBook Developer Note was updated on 11/16/99 to correct the height specification for the internal hard disk drive.  The first page of the updated HTML version had a picture of the iBook.
  31303. iMac Family Developer Note
  31304. --------------------
  31305. This developer note provides technical information about the new iMac family of computers. The developer note includes iC
  31306. nformation about: 
  31307.        -features 
  31308.       -compatibility issues 
  31309.        -internal logic 
  31310.        -I/O ports and built-in I/O devices 
  31311.        -RAM expansion 
  31312.        -system software 
  31313. iBook
  31314. iMac.pdfNHHardware Developer Documentation, developer notes, devnotes, iMac, iBookOmDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:hardware:
  31315. P{Dev.CD Jan 00 SDK1
  31316.  - What's New
  31317.  - Technical Documentation
  31318.  - Technical Publications
  31319.  - DeveloperDocumentation
  31320.  - hardware
  31321. developerdocumentati
  31322. hardware
  31323. developerdocumentati
  31324. developernotes
  31325. developers
  31326. development
  31327. devices
  31328. diagnostic
  31329. diagnostic
  31330. sound
  31331. sampler
  31332. dictation
  31333. digests
  31334. digital
  31335. config&interleave
  31336. directions
  31337. disinfectant
  31338. disinfectant
  31339. 3.7.1
  31340. performance
  31341. tools
  31342. diskfiller
  31343. display
  31344. display
  31345. display
  31346. manager
  31347. disposeresource
  31348. disposeresource
  31349. distribution
  31350. distributors
  31351. documentation
  31352. doubletrouble
  31353. doubletrouble
  31354. gestaltexplore
  31355. 1.1.3
  31356. dropdisk
  31357. goodies
  31358. utilities
  31359. aug-95
  31360. dumparpcache
  31361. dumpnetworksetup
  31362. primer
  31363. editor
  31364. developer
  31365. provides
  31366. technical
  31367. information
  31368. about
  31369. development
  31370. information
  31371. contains
  31372. 8.5.1
  31373. updates
  31374. available
  31375. image
  31376. contains
  31377. debug
  31378. version
  31379. 2.5.2
  31380. which
  31381. document
  31382. lists
  31383. selectors
  31384. known
  31385. creator
  31386. document
  31387. provides
  31388. preliminary
  31389. information
  31390. about
  31391. example
  31392. simpletext
  31393. 1.4d16
  31394. sample
  31395. extension
  31396. patches
  31397. firmware
  31398. certain
  31399. macintosh
  31400. folder
  31401. includes
  31402. coming
  31403. comma
  31404. command
  31405. command-line
  31406. commando
  31407. commandsW
  31408. commented
  31409. comments
  31410. commercial
  31411. commit
  31412. commitment
  31413. committed
  31414. common
  31415. commonly
  31416. commons
  31417. image
  31418. images
  31419. imagewritergx68k
  31420. imagewritergxnew68k
  31421. imaging
  31422. heaps
  31423. hebrew
  31424. hierarchical
  31425. sub-menus
  31426. helper
  31427. menubar
  31428. corners
  31429. desktop
  31430. finder
  31431. grayrgn
  31432. hierarchical
  31433. level
  31434. toolbox
  31435. morefiles
  31436. moreisbetter
  31437. wrapper
  31438. hooper
  31439. hp-ux
  31440. htmlrenderinglib
  31441. packages
  31442. htmlrenderinglib
  31443. human
  31444. hypercard
  31445. hypercard
  31446. update
  31447. hypercard
  31448. balloons
  31449. hypercard
  31450. player
  31451. stacks
  31452. hypercard
  31453. variable
  31454. button
  31455. field
  31456. instance
  31457. variables
  31458. global
  31459. items
  31460. keyboard
  31461. keyboard
  31462. kibitz
  31463. language
  31464. launch
  31465. layers
  31466. 2230X
  31467. Jan 00^
  31468. SDK1b
  31469. --set theItem to choose file -- uncomment to test in an AS editor
  31470.     tell application "Finder"
  31471.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  31472.         activate
  31473.     end tell
  31474. on error errMsg number errNum
  31475.     --enter statements to perform when no records are found such as...
  31476.     display dialog "Sorry, the item you selected could not be found."
  31477.     return
  31478. end try
  31479. New Package
  31480. Display Manager
  31481. window arrangement
  31482. display mode
  31483. pixel depth
  31484. scan timing
  31485. display
  31486. display ID
  31487. video device
  31488. monitor
  31489. HTML rendering
  31490. web browser
  31491. HTML tags
  31492. Apple Help
  31493. World Wide Web
  31494. Help Center
  31495. HTML link
  31496. Unicode Utilities
  31497. Unicode
  31498. locales
  31499. collation
  31500. characters
  31501. Window Manager
  31502. windows
  31503. structure region
  31504. content region
  31505. window class
  31506. window classes
  31507. window layers
  31508. window attributes
  31509. scrolling
  31510. Menu Manager
  31511. menus
  31512. Carbon
  31513. Apple menu
  31514. menu items
  31515. You'll be able to access documentation for software technologies and programming interfaces supported by Mac OS 8 and 9 updates. Much of this information is also useful for programming in prior versions of the Mac OS.
  31516. Features:
  31517. ======================
  31518. What's New and Updated
  31519. ======================
  31520. Carbon Menu Manager API [NEW]
  31521. -----------------------
  31522. This preliminary document describes the changes to the Menu Manager introduced in CarbonLib1.0 with Mac OS 9.0. Topics discussed include ch
  31523. anges to your application with Carbon, new Apple menu behavior, accessing opaque menu data, accessing menu item data using universal command IDs, writing a Carbon MDEF, working with menu and menu item attributes, and enabling and disabling menu items.
  31524. Carbon Window Manager API [NEW]
  31525. ------------------------
  31526. This preliminary document discusses the Window Manager features introduced in CarbonLib 1.0 with Mac OS 9.0. The CarbonLib 1.0 Window Manager API includes new functions for window cla
  31527. sses and layering, changing window attributes, window scrolling, creating windows with custom structure regions, and erasing the window's content region.
  31528. Display Manager [NEW]
  31529. ---------------
  31530. This document describes the application programming interface for the Display Manager. It provides a complete reference, as well as conceptual material and programming examples. Topics discussed include handling events in response to Display Manager changes, determining the characteristics of video 
  31531. devices, and setting the configurations and display modes for video devices.
  31532. HTML Rendering Library [NEW]
  31533. ---------------------
  31534. This preliminary document describes the version of the HTML Rendering Library available in Mac OS 9. It discusses the standard HTML Rendering Library functions and data types that allow you to manage the drawing environment, as well as the callbacks you can use to provide such additional services as event management, link tracking, and link redirection.
  31535. Locale
  31536. s for Mac OS 8.6 and 9.0 [NEW]
  31537. ---------------------------
  31538. This preliminary document describes the Locales protocols and API for Mac OS 8.6 and 9.0. You should read this document if you need to understand how to specify the language and/or region for a locale-sensitive text operation or if you need to obtain, for a specified language and/or region, the locale data that will enable the text operation to behave appropriately.
  31539. Unicode Utilities [NEW]
  31540. ---------------
  31541. This preliminary documen
  31542. t describes the Unicode Utilities functionality introduced in Mac OS 8.6 and 9.0. Mac OS 8.6 introduced support for locale-sensitive Unicode collation (comparing Unicode strings); this support is enhanced in Mac OS 9.0. Mac OS 8.6 also introduced support for locale-insensitive Unicode collation. Mac OS 9.0 introduces support for locale-sensitive Unicode text boundary location to determine the  boundaries of characters, clusters (for cursor movement) or words, and to determine potential lin
  31543. e break locations. Mac OS 9.0 also introduces support for obtaining the properties of a Unicode character, which is not a locale-sensitive operation.
  31544. Carbon_Menu_Mgr_API.pdf
  31545. Carbon_Window_Mgr_API.pdf
  31546. DisplayManager.pdf
  31547. HTML_RenderingLib.pdf
  31548. Locales_for_Mac_OS_8.6_9.0.pdf
  31549. UnicodeUtilities.pdf
  31550. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  31551. OqDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:
  31552. Dev.CD Jan 00 SDK1
  31553.  - What's New
  31554.  - Technical Documentation
  31555.  - Technical Publications
  31556.  - DeveloperDocumentation
  31557.  - macos8_and_9
  31558. o.http://developer.apple.com/techpubs/index.htmlq
  31559. Dev.CD Jan 00 SDK1
  31560. D!All Packages
  31561. Mac OS SDK Edition
  31562. DeveloperNotes
  31563. Macintosh PowerBook G3 Series Developer Note
  31564. This developer note describes the Macintosh PowerBook G3 Series computers, which use PowerPC G3 microprocessors with clock speeds ranging from 233 to 292 MHz and have color flat-panel displays of 12.1, 13.3, or 14.1 inches across.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  31565. PowerBookG3Series.pdfK
  31566. Vol XL
  31567. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  31568.  - What's New
  31569.  - Technical Documentation
  31570.  - DeveloperNotesV
  31571. 2231X
  31572. Jul 98^
  31573. SSW/SDK
  31574. a-law
  31575. using
  31576. usual
  31577. usually
  31578. utf-8
  31579. utilites
  31580. utilities
  31581. utility
  31582. utilization
  31583. utilized
  31584. utilizes
  31585. utitity
  31586. uunpredictable
  31587. v-twin
  31588. v1.0.1
  31589. v1.0.2
  31590. v1.1.3
  31591. valid
  31592. validate
  31593. validating
  31594. validation
  31595. validator
  31596. validity
  31597. value
  31598. values
  31599. vantage
  31600. variable
  31601. variables
  31602. variety
  31603. various
  31604. vectors
  31605. velocity
  31606. vendor
  31607. vendors
  31608. seamlessly
  31609. search
  31610. searched
  31611. securely
  31612. security
  31613. seeing
  31614. seger
  31615. segment
  31616. segmented
  31617. segmenting
  31618. seldom
  31619. select
  31620. selected
  31621. selecting
  31622. selection
  31623. selections
  31624. selectively
  31625. selector
  31626. environments
  31627. enwall
  31628. eoaccess
  31629. eocontrol
  31630. eointerface
  31631. eomodeler
  31632. epoch
  31633. eprom
  31634. equilibrium
  31635. equilibrium's
  31636. equipment
  31637. equivalent
  31638. erase
  31639. erases
  31640. erasing
  31641. errata
  31642. erroneous
  31643. error
  31644. error-handling
  31645. errors
  31646. esfahani
  31647. eskimo
  31648. espana
  31649. especially
  31650. essence
  31651. essential
  31652. essentials
  31653. establish
  31654. establishing
  31655. establishment
  31656. readability
  31657. readable
  31658. reader
  31659. readers
  31660. readily
  31661. reading
  31662. readlocation
  31663. readme
  31664. readmes
  31665. reads
  31666. readsector
  31667. ready
  31668. ready-to-print-with
  31669. receive
  31670. received
  31671. receives
  31672. receiving
  31673. recent
  31674. recently
  31675. reception
  31676. recipes
  31677. recognition
  31678. recognize
  31679. recognizes
  31680. recognizing
  31681. recommend
  31682. recommendations
  31683. recommended
  31684. recommends
  31685. record
  31686. recordable
  31687. recording
  31688. records
  31689. recruiting
  31690. recursive
  31691. redesigned
  31692. redirection
  31693. while
  31694. white
  31695. whizzy
  31696. whole
  31697. wholesale
  31698. whose
  31699. wide-angle
  31700. williams
  31701. windoid
  31702. window
  31703. e    No ChangefYMacintosh
  31704. PowerBook G3 Series
  31705. developers
  31706. PowerPC
  31707. backside
  31708. cache
  31709. expansion
  31710. I/O RAM CardBusq
  31711. Dev.CD Jul 98 SSW/SDK
  31712. D!All Packages
  31713. Tool Chest Edition
  31714. Diagnostic Sound Sampler 1.0IfSummary: Mac II error tones.  This application explains the various Macintosh II audio error messages.J
  31715. Hardware tools.imgK
  31716. Vol IIIO?Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Nov 99 TC
  31717.  - Tool Chest
  31718.  - Testing & Debugging
  31719.  - Hardware toolsV
  31720. 2232X
  31721. Nov 99^
  31722. --set theItem to choose file -- uncomment to test in an AS editor
  31723.     tell application "Finder"
  31724.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  31725.         activate
  31726.     end tell
  31727. on error errMsg number errNum
  31728.     --enter statements to perform when no records are found such as...
  31729.     display dialog "Sorry, the item you selected could not be found."
  31730.     return
  31731. end try
  31732. e    No Changeq
  31733. Dev.CD Nov 99 TC
  31734. D!All Packages
  31735. Tool Chest Edition
  31736. DIMM Config&Interleave v1.1
  31737. --set theItem to choose file -- uncomment to test in an AS editor
  31738.     tell application "Finder"
  31739.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  31740.         activate
  31741.     end tell
  31742. on error errMsg number errNum
  31743.     --enter statements to perform when no records are found such as...
  31744.     display dialog "Sorry, the item you selected could not be found."
  31745.     return
  31746. end try
  31747. clock
  31748. clocksW
  31749. close
  31750. closeall
  31751. closed
  31752. closeport
  31753. closest
  31754. closing
  31755. clouseau
  31756. clues
  31757. clusters
  31758. cluts
  31759. clutwind
  31760. 2233X
  31761. Nov 99^
  31762. --set theItem to choose file -- uncomment to test in an AS editor
  31763.     tell application "Finder"
  31764.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:"
  31765.         activate
  31766.     end tell
  31767. on error errMsg number errNum
  31768.     --enter statements to perform when no records are found such as...
  31769.     display dialog "Sorry, the item you selected could not be found."
  31770.     return
  31771. end try
  31772. e    No Changef/DIMM
  31773. Interleaving
  31774. memory
  31775. configuration
  31776. DRAMq
  31777. Dev.CD Nov 99 TC
  31778. D(All Packages
  31779. Reference Library Edition
  31780. Disinfectant 3.7.1I
  31781. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  31782. Features: Disinfectant detects and removes known Mac viruses.  J
  31783. DisinfectantK
  31784. Vol IIIL
  31785. Sep 97M&Mac 512K or later, System 6.0 or laterO.Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:P3Dev.CD Dec 99 RL
  31786.  - Utilities
  31787.  - Disinfectant 3.7.1V
  31788. 2234X
  31789. Dec 99^
  31790. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  31791. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  31792. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  31793. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  31794. Includes source code so that Developers can incorporate the code into their own program.
  31795. Issues: This program only runs 
  31796. on Hammerhead-based PCI PowerMacs, such as the 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. It doesn't support any Nubus machine, including the original PowerMac, or PowerMacs which use a memory controller other than a Hammerhead-based, such as the 4400, 6400 or 7200.
  31797. DIMM Config&Interleave
  31798. DIMM Config.rsrc
  31799. DIMM Configuration Read Me v1.1
  31800. DIMM Interleave Rlsd.
  31801. DIMM Interleave Rlsd.
  31802.  Data:
  31803. FindHammerHead.c
  31804. Interleave.c
  31805. Interleave.h
  31806. TestBanks.cK
  31807. Dec 97N4DIMM, Interleaving, memory, configuration, RAM, DRAMO?Dev.CD Nov 99 TC:Tool Chest:Memory:DIMM Config&Interleave v1.1:PGDev.CD Nov 99 TC
  31808.  - Tool Chest
  31809.  - Memory
  31810.  - DIMM Config&Interleave v1.1
  31811. interleaving
  31812. internal
  31813. internally
  31814. international
  31815. internationalization
  31816. internet
  31817. interoperability
  31818. interoperate
  31819. Deletedq
  31820. Dev.CD Dec 99 RL
  31821. All Packages
  31822. F    Disk Copy
  31823. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  31824. 2235X
  31825. --set theItem to choose file -- uncomment to test in an AS editor
  31826.     tell application "Finder"
  31827.         open item "Dev.CD Dec 99 RL:Utilities:Disinfectant 3.7.1:"
  31828.         activate
  31829.     end tell
  31830. on error errMsg number errNum
  31831.     --enter statements to perform when no records are found such as...
  31832.     display dialog "Sorry, the item you selected could not be found."
  31833.     return
  31834. end try
  31835. years
  31836. multimedia
  31837. developers
  31838. regarded
  31839. equilibrium's
  31840. forbidden
  31841. force
  31842. forcing
  31843. foreground
  31844. foreign
  31845. forever
  31846. forks
  31847. formally
  31848. format
  31849. format/compression
  31850. formatasdos
  31851. formats
  31852. formatted
  31853. formatting
  31854. formerly
  31855. formerly
  31856. appearance
  31857. contextual
  31858. menumanager
  31859. 6.3.3
  31860. quick
  31861. reference
  31862. first
  31863. diskrestore
  31864. display
  31865. display
  31866. display
  31867. device
  31868. driver
  31869. guide
  31870. draglib
  31871. driver
  31872. stylechat
  31873. development
  31874. primer
  31875. editor
  31876. enabler
  31877. encodings
  31878. engineering
  31879. english
  31880. englishmiscellaneous
  31881. englishmiscellaneous
  31882. englishmiscellaneous
  31883. englishterminology
  31884. englishterminology
  31885. englishterminology
  31886. enhanced
  31887. enhanced
  31888. survival
  31889. guide
  31890. eomodeler
  31891. errata
  31892. ethernet
  31893. event
  31894. apple
  31895. ethernet
  31896. apple
  31897. video
  31898. example
  31899. example
  31900. scripts
  31901. example
  31902. examples
  31903. export
  31904. 2235X
  31905. Dec 99^    RL Disk 1
  31906. --set theItem to choose file -- uncomment to test in an AS editor
  31907.     tell application "Finder"
  31908.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:"
  31909.         activate
  31910.     end tell
  31911. on error errMsg number errNum
  31912.     --enter statements to perform when no records are found such as...
  31913.     display dialog "Sorry, the item you selected could not be found."
  31914.     return
  31915. end try
  31916. e    No Changef
  31917. utilityq
  31918. Dev.CD Dec 99 RL Disk 1
  31919. D!All Packages
  31920. Tool Chest Edition
  31921. Disk I/O Performance Tools
  31922. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  31923. Changes from Disk Copy 6.3.2
  31924.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  31925. Changes from Disk Copy 6.3.1
  31926.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  31927.  Added support for making floppies from certain USB floppy drives.
  31928.  Various i
  31929. nterface improvements.
  31930. Changes from Disk Copy 6.3
  31931.  An issue that prevented making a read-only or read-only compressed image  from volumes that have data at the end of the volume has been corrected.
  31932. Changes from Disk Copy 6.2
  31933.  Added Navigation Services support.
  31934.  Added ability to duplicate a floppy.
  31935.  Added support for creating self-mounting images.
  31936.  Various improvements to AppleScript support.
  31937.  Fixed possible data loss issue when imaging a folder from an HFS+ volume.
  31938.  Imaging a fo
  31939.     Dzlder with less than 32MB of data from an HFS+ volume results in an HFS formatted volume.
  31940.  Various interface improvements.
  31941. J)Disk Copy
  31942. Disk Copy 6.3.3 Quick ReferenceK
  31943. Jan 97L
  31944. May 99N
  31945. Disk, Copy, utilityO,Dev.CD Dec 99 RL Disk 1:Utilities:Disk Copy:P1Dev.CD Dec 99 RL Disk 1
  31946.  - Utilities
  31947.  - Disk Copy
  31948. difficult
  31949. application
  31950. support
  31951. features
  31952. utility
  31953. application
  31954. mount
  31955. disk-inserted
  31956. diskfiller
  31957. diskrestore
  31958. disks
  31959. diskscripts
  31960. display
  31961. display
  31962. manager
  31963. displayaudit
  31964. displayed
  31965. displaying
  31966. displays
  31967. dispose
  31968. disposed
  31969. disposehandle
  31970. disposeresource
  31971. distances
  31972. distinguished
  31973. distinguishes
  31974. distinguishing
  31975. distribute
  31976. distributed
  31977. compression
  31978. compression/decompre
  31979. compressor/decompres
  31980. comprised
  31981. compromising
  31982. compuserve
  31983. computer
  31984. computer's
  31985. computer-aided
  31986. computer-based
  31987. computers
  31988. computing
  31989. concentrate
  31990. concentric
  31991. concepts
  31992. conceptual
  31993. concern
  31994. concerns
  31995. concerted
  31996. concordia
  31997. concrete
  31998. concurrent
  31999. concurrently
  32000. condition
  32001. conditional
  32002. conditions
  32003. condone
  32004. conference
  32005. conferences
  32006. nfigured
  32007. hidden
  32008. hidemenubar
  32009. hidemenubaretc
  32010. hiding
  32011. hierarchical
  32012. hiermenus
  32013. hifi-color
  32014. high-end
  32015. high-level
  32016. high-performance
  32017. high-quality
  32018. high-visibility
  32019. history
  32020. hoddie
  32021. hokum
  32022. holds
  32023. holiday
  32024. holland
  32025. horizon
  32026. host-target
  32027. hotchkiss
  32028. hours
  32029. however
  32030. rendering
  32031. library
  32032. displaymanager
  32033. displaymanager
  32034. dispnamereg
  32035. distribution
  32036. distributors/localiz
  32037. dk-danish
  32038. doccreator
  32039. doccreator
  32040. files
  32041. doctor
  32042. doctypes
  32043. doctypes
  32044. document
  32045. document
  32046. converter
  32047. encodings
  32048. engineering
  32049. english
  32050. englishmiscellaneous
  32051. englishmiscellaneous
  32052. englishmiscellaneous
  32053. englishterminology
  32054. englishterminology
  32055. englishterminology
  32056. enhanced
  32057. enhanced
  32058. survival
  32059. guide
  32060. eomodeler
  32061. errata
  32062. ethernet
  32063. event
  32064. apple
  32065. ethernet
  32066. apple
  32067. video
  32068. example
  32069. example
  32070. scripts
  32071. example
  32072. examples
  32073. export
  32074. 2236X
  32075. Nov 99^
  32076. --set theItem to choose file -- uncomment to test in an AS editor
  32077.     tell application "Finder"
  32078.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:"
  32079.         activate
  32080.     end tell
  32081. on error errMsg number errNum
  32082.     --enter statements to perform when no records are found such as...
  32083.     display dialog "Sorry, the item you selected could not be found."
  32084.     return
  32085. end try
  32086. e    No Changef
  32087. Disk I/O
  32088. Performanceq
  32089. Dev.CD Nov 99 TC
  32090. D!All Packages
  32091. Tool Chest Edition
  32092. DiskFiller
  32093. Summary:  SCSI Monitor and IOTracer are performance tools designed to record and report information on file system and SCSI performance in a Macintosh environment.  This release includes bug fixes for System Software 7.5.3 and PCI-based Macintosh systems.
  32094.      SCSI Monitor reports aggregate information on disk I/O. It reports the number of disk reads and write operations performed, the number of sectors involved and the time taken to complete the operations.
  32095.  IOTracer collects trace da
  32096. ta on file system and driver reads and writes and other I/O related calls. An analysis tool is provided which inputs an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  32097.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  32098. useful for tuning an application with respect to disk I/O performance. A disk I/O test program called 'BlockReader' is also included.
  32099. JFBlockReader 1.0:
  32100. IOTracer 6.0:
  32101. IOTracer Analyzer 1.0:
  32102. SCSIMonitor 4.0:K
  32103. Jun 95L
  32104. May 96M
  32105. System 7.0N
  32106. SCSI, Disk I/O, PerformanceODDev.CD Nov 99 TC:Tool Chest:Devices:SCSI:Disk I/O Performance Tools:PODev.CD Nov 99 TC
  32107.  - Tool Chest
  32108.  - Devices
  32109.  - SCSI
  32110.  - Disk I/O Performance Tools
  32111. resources
  32112. respect
  32113. respective
  32114. respectively
  32115. respond
  32116. response
  32117. responses
  32118. responsible
  32119. ressler
  32120. restartW
  32121. restarted
  32122. restarting
  32123. restarts
  32124. restore
  32125. restored
  32126. restructured
  32127. restructuring
  32128. result
  32129. resulting
  32130. results
  32131. resume
  32132. resuming
  32133. retail
  32134. 2237X
  32135. Nov 99^
  32136. --set theItem to choose file -- uncomment to test in an AS editor
  32137.     tell application "Finder"
  32138.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Stress testing tools:"
  32139.         activate
  32140.     end tell
  32141. on error errMsg number errNum
  32142.     --enter statements to perform when no records are found such as...
  32143.     display dialog "Sorry, the item you selected could not be found."
  32144.     return
  32145. end try
  32146. e    No Changef
  32147. Utility
  32148. Low Disk Spaceq
  32149. Dev.CD Nov 99 TC
  32150. D!All Packages
  32151. Tool Chest Edition
  32152. Display Card 4
  32153. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  32154. Display Card 4
  32155. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  32156. 8PYDev.CD Nov 99 TC
  32157.  - Tool Chest
  32158.  - Hardware
  32159.  - Display & Video Hardware
  32160.  - Display Card 4
  32161. 2238X
  32162. Nov 99^
  32163. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  32164.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  32165. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  32166. Issues:  Only tested under System 7.
  32167. Stress testing tools.imgK
  32168. Apr 94N
  32169. Utility, Tool, Low Disk SpaceOEDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Stress testing tools:PMDev.CD Nov 99 TC
  32170.  - Tool Chest
  32171.  - Testing & Debugging
  32172.  - Stress testing tools
  32173. space
  32174. space-saving
  32175. spain
  32176. spanish
  32177. sparcstations
  32178. spawn
  32179. spbgetdeviceinfo
  32180. spbrecord
  32181. spbsetdeviceinfo
  32182. speak
  32183. speakerphone
  32184. speakers
  32185. speaking
  32186. speaks
  32187. special
  32188. specialized@
  32189. specifiers@
  32190. sresource@
  32191. standardized@
  32192. stay@
  32193. streams
  32194. summary
  32195. summary
  32196. 5thcolumn
  32197. allows
  32198. control
  32199. informati@
  32200. summary
  32201. adobe's
  32202. acrobat
  32203. exchange
  32204. enables
  32205. users
  32206. summary
  32207. apple
  32208. directions
  32209. developer
  32210. business
  32211. report
  32212. 1-12/@
  32213. summary
  32214. appleglot
  32215. translation
  32216. summary
  32217. cfm-68k
  32218. runtime
  32219. architecture
  32220. 68k-based
  32221. maci@
  32222. summary
  32223. contains
  32224. latest
  32225. appletalk
  32226. stack
  32227. version
  32228. macsn@
  32229. summary
  32230. provides
  32231. ability
  32232. download
  32233. postscript
  32234. summary
  32235. human
  32236. interface
  32237. notes
  32238. collection
  32239. human
  32240. inte@
  32241. summary
  32242. maccalendar
  32243. control
  32244. strip
  32245. module
  32246. displays
  32247. summary
  32248. macintosh
  32249. application
  32250. environment
  32251. virtual
  32252. summary
  32253. sample
  32254. discussion
  32255. detect
  32256. whether
  32257. summary
  32258. communications
  32259. toolbox
  32260. contains@
  32261. summary
  32262. issue
  32263. apple
  32264. directions
  32265. developer
  32266. stress
  32267. testing
  32268. tools
  32269. stringutils
  32270. stringutils
  32271. stringutils
  32272. strip
  32273. stripdup
  32274. stripdup
  32275. stripunits
  32276. strwidth
  32277. strwidth
  32278. libraries
  32279. stuff
  32280. style
  32281. style
  32282. stylechat
  32283. submission
  32284. success
  32285. suite
  32286. suites
  32287. suites
  32288. under
  32289. development
  32290. support
  32291. supporting
  32292. supporting
  32293. files
  32294. survey
  32295. survival
  32296. guide
  32297. sweden
  32298. sweden
  32299. distributors/localiz
  32300. swedish
  32301. swedish
  32302. 1.1.3
  32303. switch
  32304. switch
  32305. switz
  32306. switz
  32307. distributors/localiz
  32308. Deletedq
  32309. Dev.CD Nov 99 TC
  32310. D.All Packages
  32311. Mac OS SDK Edition
  32312. New & RevisedF
  32313. Display Manager SDKI
  32314. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  32315. Read Me
  32316. Sample CodeK
  32317. Sep 95L
  32318. Jan 00M
  32319. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Jan 00 SDK1
  32320.  - Development Kits
  32321.  - Mac OS
  32322.  - Display Manager SDKV
  32323. 2239X
  32324. Jan 00^
  32325. SDK1b
  32326. Revised
  32327. #/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  32328. --set theItem to choose file -- uncomment to test in an AS editor
  32329.     tell application "Finder"
  32330.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  32331.         activate
  32332.     end tell
  32333. on error errMsg number errNum
  32334.     --enter statements to perform when no records are found such as...
  32335.     display dialog "Sorry, the item you selected could not be found."
  32336.     return
  32337. end try
  32338. Updatedf5Display Manager
  32339. Resolution
  32340. Screen
  32341. Monitor
  32342. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  32343. Dev.CD Jan 00 SDK1
  32344. D!All Packages
  32345. Tool Chest Edition
  32346. DisposeResource 2.0
  32347. Summary:  DisposeResource is an extension that catches a common programming error: passing a resource handle to DisposeHandle.
  32348. Version 2.0 correctly deals with ROM resource handles. This avoids an erroneous report during boot with Sound Manager 3.1 installed.
  32349. Memory Management.imgK
  32350. Sep 92L
  32351. Sep 95N*DisposeResource debugging resource handlesOBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  32352.  - Tool Chest
  32353.  - Testing & Debugging
  32354.  - Memory ManagementV
  32355. 2240X
  32356. Nov 99^
  32357. --set theItem to choose file -- uncomment to test in an AS editor
  32358.     tell application "Finder"
  32359.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  32360.         activate
  32361.     end tell
  32362. on error errMsg number errNum
  32363.     --enter statements to perform when no records are found such as...
  32364.     display dialog "Sorry, the item you selected could not be found."
  32365.     return
  32366. end try
  32367. display
  32368. manager
  32369. resolution
  32370. screen
  32371. monitor
  32372. pixel
  32373. depth
  32374. display
  32375. manager
  32376. window
  32377. arrangement
  32378. display
  32379. pixel
  32380. depth
  32381. disposeresource
  32382. disposeresource
  32383. debugging
  32384. resource
  32385. handles
  32386. dither
  32387. document
  32388. documentation
  32389. documentation
  32390. manuals
  32391. style
  32392. usage
  32393. style
  32394. guide
  32395. documents
  32396. domain
  32397. double-byte
  32398. promisehfsflavor
  32399. promise
  32400. finder
  32401. drawsprocket
  32402. drawsprocket
  32403. gspgetversion
  32404. toolbox
  32405. drive
  32406. driver
  32407. drivers
  32408. dumpobj
  32409. duplication
  32410. content
  32411. development
  32412. entertainment
  32413. consumer
  32414. electronics
  32415. dynamic
  32416. translation
  32417. manager
  32418. translation
  32419. editing
  32420. editor
  32421. effects
  32422. e    No Changef*DisposeResource debugging resource handlesq
  32423. Dev.CD Nov 99 TC
  32424. D!All Packages
  32425. Tool Chest Edition
  32426. DoubleTrouble initI
  32427. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  32428. Issues:  This utility is not compatible with System 7.5.J
  32429. Memory Management.imgK
  32430. Sep 92OBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  32431.  - Tool Chest
  32432.  - Testing & Debugging
  32433.  - Memory ManagementV
  32434. 2241X
  32435. Nov 99^
  32436. --set theItem to choose file -- uncomment to test in an AS editor
  32437.     tell application "Finder"
  32438.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  32439.         activate
  32440.     end tell
  32441. on error errMsg number errNum
  32442.     --enter statements to perform when no records are found such as...
  32443.     display dialog "Sorry, the item you selected could not be found."
  32444.     return
  32445. end try
  32446. e    No Changeq
  32447. Dev.CD Nov 99 TC
  32448. All Packages
  32449. --set theItem to choose file -- uncomment to test in an AS editor
  32450.     tell application "Finder"
  32451.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  32452.         activate
  32453.     end tell
  32454. on error errMsg number errNum
  32455.     --enter statements to perform when no records are found such as...
  32456.     display dialog "Sorry, the item you selected could not be found."
  32457.     return
  32458. end try
  32459. Dec 99^    RL Disk 1
  32460. --set theItem to choose file -- uncomment to test in an AS editor
  32461.     tell application "Finder"
  32462.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:"
  32463.         activate
  32464.     end tell
  32465. on error errMsg number errNum
  32466.     --enter statements to perform when no records are found such as...
  32467.     display dialog "Sorry, the item you selected could not be found."
  32468.     return
  32469. end try
  32470. e    No Changef
  32471. Drive Setup
  32472. Dev.CD Dec 99 RL Disk 1
  32473. D!All Packages
  32474. Tool Chest Edition
  32475. Driver Installer
  32476. xSummary: Driver Installer is a quick and dirty application to install drivers in an INIT or cdev file during the development cycle of the drivers.
  32477. When developing drivers we sometimes need to go into ResEdit a thousand times to copy DRVR and DATA resources to a file containing an INIT resource. This program automates copying resources and setting attributes a little bit.  
  32478.     No Change
  32479. Drive UtilitiesI
  32480. This package contains  Drive Setup v1.7.2,  a program that lets you partition, initialize, and update fixed and removable disks.J
  32481. Drive Setup
  32482. Drive Setup GuideK
  32483. May 96L
  32484. Feb 99N
  32485. Disk, Drive Setup, AidO2Dev.CD Dec 99 RL Disk 1:Utilities:Drive Utilities:P7Dev.CD Dec 99 RL Disk 1
  32486.  - Utilities
  32487.  - Drive UtilitiesV
  32488. display
  32489. display
  32490. folder
  32491. display
  32492. display
  32493. manager
  32494. display
  32495. disposeresource
  32496. disposeresource
  32497. debugging
  32498. resource
  32499. handles
  32500. dither
  32501. dynamic
  32502. library
  32503. document
  32504. documentation
  32505. documents
  32506. domain
  32507. double-byte
  32508. download
  32509. drawsprocket
  32510. stylechat
  32511. duplication
  32512. dynamic
  32513. dynamic
  32514. linking
  32515. dynamic
  32516. scrolling
  32517. editor
  32518. eject
  32519. electronics
  32520. email
  32521. embed
  32522. emulator
  32523. encoding
  32524. address
  32525. entertainment
  32526. environment
  32527. eomodeler
  32528. error
  32529. error
  32530. reports
  32531. apple
  32532. ethernet
  32533. ethernet
  32534. built-in
  32535. ethernet
  32536. ethertalk
  32537. event
  32538. JGAbout Driver Installer
  32539. About Driver Installer.txt
  32540. Installer for DriversK
  32541. Vol IVO5Dev.CD Nov 99 TC:Tool Chest:Devices:Driver Installer:P=Dev.CD Nov 99 TC
  32542.  - Tool Chest
  32543.  - Devices
  32544.  - Driver InstallerV
  32545. 2243X
  32546. Nov 99^
  32547. --set theItem to choose file -- uncomment to test in an AS editor
  32548.     tell application "Finder"
  32549.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:Driver Installer:"
  32550.         activate
  32551.     end tell
  32552. on error errMsg number errNum
  32553.     --enter statements to perform when no records are found such as...
  32554.     display dialog "Sorry, the item you selected could not be found."
  32555.     return
  32556. end try
  32557. e    No Changeq
  32558. Dev.CD Nov 99 TC
  32559. D!All Packages
  32560. Tool Chest Edition
  32561. DriverGestaltExplorerI
  32562. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  32563. s support of Driver Gestalt.J
  32564. Sample Code.imgK
  32565. Jun 98:Sample Code:V
  32566. 2244X
  32567. 1e    No Change
  32568. NBdevice, driver, block, storage, Drive,r Gestalt, CD-ROM, hard diskO
  32569. Dev.CD Nov 99 TC:Sample Code:P
  32570. Dev.CD Nov 99 TC
  32571.  - Sample CodeV
  32572. 2244X
  32573. Nov 99^
  32574. r--set theItem to choose file -- uncomment to test in an AS editor
  32575.     tell application "Finder"
  32576.         open item "Dev.CD Nov 99 TC:Sample Code:"
  32577.         activate
  32578.     end tell
  32579. on error errMsg number errNum
  32580.     --enter statements to perform when no records are found such as...
  32581.     display dialog "Sorry, the item you selected could not be found."
  32582.     return
  32583. end try
  32584. e    No Changef<device
  32585. driver
  32586. block
  32587. storage
  32588. Drive,r Gestalt
  32589. CD-ROM
  32590. hard diskq
  32591. Dev.CD Nov 99 TC
  32592. D!All Packages
  32593. Tool Chest Edition
  32594. PS 1.1.3
  32595. center
  32596. cfallocator
  32597. cfarray
  32598. cfbag
  32599. cfbase
  32600. cfbinaryheap
  32601. cfbitvector
  32602. cfbundle
  32603. cfcharacterset
  32604. cfcomparatorfunction
  32605. cfcomparisonresult
  32606. cfdata
  32607. cfdictionary
  32608. cfequal
  32609. cfhash
  32610. cfhashcode
  32611. cfindex
  32612. cfm-68k
  32613. cfm-68k
  32614. mixed
  32615. thread
  32616. objectsupportlib
  32617. cfoptionflags
  32618. cfpropertylist
  32619. cfrange
  32620. cfrelease
  32621. cfretain
  32622. cfset
  32623. cfstring
  32624. cfstringencodingsext
  32625. cftree
  32626. cftype
  32627. cftypeid
  32628. character
  32629. characters
  32630. charset
  32631. chinese
  32632. chinese
  32633. dictation
  32634. speech
  32635. input
  32636. keyboard
  32637. chinese
  32638. handwriting
  32639. input
  32640. keyboard
  32641. tablet
  32642. chinese
  32643. language
  32644. traditional
  32645. simplified
  32646. 2245X
  32647. Nov 99^
  32648. --set theItem to choose file -- uncomment to test in an AS editor
  32649.     tell application "Finder"
  32650.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  32651. PS 1.1.3:"
  32652.         activate
  32653.     end tell
  32654. on error errMsg number errNum
  32655.     --enter statements to perform when no records are found such as...
  32656.     display dialog "Sorry, the item you selected could not be found."
  32657.     return
  32658. end try
  32659. Deletedq
  32660. Dev.CD Nov 99 TC
  32661. D(All Packages
  32662. Reference Library Edition
  32663. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  32664. About DropDisk
  32665. DropDiskK
  32666. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  32667.  - Utilities
  32668.  - DropDisk 1.0b5V
  32669. 2246X
  32670. Dec 99^
  32671. Summary:  Drop
  32672. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  32673. Features:  This updated version fixes a bug which prevented Drop
  32674. PS from seeing printers in zones other than the default one.
  32675. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  32676. PS is freeware, provided by Bare Bones Software.
  32677. J-!NOT AN APPLE PRODUCT!:
  32678. About Drop
  32679. Nov 94L
  32680. Sep 95M
  32681. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  32682. PS 1.1.3:PFDev.CD Nov 99 TC
  32683.  - Tool Chest
  32684.  - Developer Utilities
  32685.  - Drop
  32686. PS 1.1.3
  32687. summary
  32688. provides
  32689. ability
  32690. download
  32691. postscript
  32692. summary
  32693. dropdisk
  32694. application
  32695. mounts
  32696. images
  32697. summary
  32698. sample
  32699. illustrate
  32700. software
  32701. project
  32702. summary
  32703. edittextcdev
  32704. sample
  32705. control
  32706. panel
  32707. device
  32708. summary
  32709. evenbetterbuserror
  32710. helps
  32711. catch
  32712. reneg
  32713. summary
  32714. wanted
  32715. patch
  32716. high-level
  32717. langua
  32718. summary
  32719. example
  32720. building
  32721. simple
  32722. volumes
  32723. summary
  32724. finderheaps
  32725. debugging
  32726. allows
  32727. summary
  32728. years
  32729. chinese
  32730. input
  32731. bottleneck
  32732. summary
  32733. fragment
  32734. simple
  32735. application
  32736. designed
  32737. summary
  32738. gxgraphics
  32739. 1.1.6
  32740. extension
  32741. encompasses
  32742. summary
  32743. gxoverridetool
  32744. message
  32745. override
  32746. source
  32747. summary
  32748. noticed
  32749. there
  32750. isn't
  32751. effective
  32752. summary
  32753. hotsauce
  32754. technology
  32755. demonstration
  32756. based
  32757. ntosh
  32758. software
  32759. distributed
  32760. world
  32761. Deletedq
  32762. Dev.CD Dec 99 RL
  32763. D!All Packages
  32764. Tool Chest Edition
  32765. DTS MPW Goodies
  32766. Summary: This folder contains MPW goodies from Developer Technical Support. 
  32767. Features:  
  32768.  AddChange
  32769.  AddHeader
  32770.  CancelWindowCheckOut
  32771.  ChangeFileName
  32772.  CheckedOutFiles
  32773.  CheckInAll
  32774.  CheckWindowIn
  32775.  CheckWindowOut
  32776.  CompareDirText
  32777.  CompareLastRevision
  32778.  CoolRequest
  32779.  CvtCComments
  32780.  DirActive
  32781.  Docs & Help Files:
  32782.  FindChange
  32783.  FindLurkers
  32784.  FLookup
  32785.  GetKeys
  32786.  GetLastChange
  32787.  GetMFSize
  32788.  InitProjector
  32789.  Justify
  32790.  KeyMenu
  32791.  Lookup
  32792.  LookupMenu
  32793.  MarkC
  32794.  MarkPascal
  32795.  MountProjector
  32796.  MountServer
  32797.  MyBuildMenu
  32798.  OpenCheckedOut
  32799.  OpenMultFiles
  32800.  OSErr
  32801.  PasMatIt
  32802.  Print2
  32803.  ProjectFolders
  32804.  ProjectMenu
  32805.  ProjListMenu
  32806.  Quit
  32807.  RelString
  32808.  SetMarkers
  32809.  SetMFSize
  32810.  SetProject
  32811.  SetProjector
  32812.  SourceMenu
  32813.  Srcs:
  32814.  StripUnits
  32815.  Trim
  32816.  UnmountProjector
  32817.  UnwrapCommentText
  32818.  UserStartup
  32819. Goodies
  32820.  Wild
  32821.  WrapCommentText
  32822. MPW Goodies Info
  32823. 2247X
  32824. 1e    No Change
  32825. --set theItem to choose file -- uncomment to test in an AS editor
  32826.     tell application "Finder"
  32827.         open item "Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:"
  32828.         activate
  32829.     end tell
  32830. on error errMsg number errNum
  32831.     --enter statements to perform when no records are found such as...
  32832.     display dialog "Sorry, the item you selected could not be found."
  32833.     return
  32834. end try
  32835. isn't
  32836. isochronous
  32837. isolate
  32838. isolation
  32839. issue
  32840. issue
  32841. highlights
  32842. issue
  32843. highlights
  32844. issue
  32845. highlights
  32846. issue
  32847. highlights
  32848. issue
  32849. highlights
  32850. issue
  32851. highlights
  32852. issue
  32853. highlights
  32854. imaging
  32855. immediate
  32856. impacts
  32857. implement
  32858. tations
  32859. implemented
  32860. implementing
  32861. implements
  32862. implications
  32863. implimentation
  32864. implimenting
  32865. import
  32866. import/export/reloca
  32867. important
  32868. important
  32869. about
  32870. quicktime
  32871. important
  32872. information
  32873. about
  32874. imported
  32875. imported/exported
  32876. impractical
  32877. impression
  32878. improve
  32879. improved
  32880. improvement
  32881. improvements
  32882. improves
  32883. Vol IIIL
  32884. Vol VIIOIDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:PTDev.CD Nov 99 TC
  32885.  - Tool Chest
  32886.  - Development Kits
  32887.  - MPW Related
  32888.  - DTS MPW GoodiesV
  32889. 2247X
  32890. Nov 99^
  32891. --set theItem to choose file -- uncomment to test in an AS editor
  32892.     tell application "Finder"
  32893.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:DTS MPW Goodies:"
  32894.         activate
  32895.     end tell
  32896. on error errMsg number errNum
  32897.     --enter statements to perform when no records are found such as...
  32898.     display dialog "Sorry, the item you selected could not be found."
  32899.     return
  32900. end try
  32901. e    No Changeq
  32902. Dev.CD Nov 99 TC
  32903. D!All Packages
  32904. Tool Chest Edition
  32905. DTS QT Utilities.Aug-95I
  32906. Summary:  This is a collection of useful QuickTime functions and applications. Consult the documentation inside the Documentation folder for more details.J^Documentation:
  32907. DTSQTUtilities Aug-1995
  32908. DTSQTUtilities.c
  32909. DTSQTUtilities.h
  32910. Projects & Test Apps:K
  32911. Jun 95L
  32912. Nov 95
  32913. AddChange
  32914. AddHeader
  32915. CancelWindowCheckOut
  32916. ChangeFileName
  32917. CheckedOutFiles
  32918. CheckInAll
  32919. CheckWindowIn
  32920. CheckWindowOut
  32921. CompareDirText
  32922. CompareLastRevision
  32923. CoolRequest
  32924. CvtCComments
  32925. DirActive
  32926. Docs & Help Files:
  32927. FindChange
  32928. FindLurkers
  32929. FLookup
  32930. GetKeys
  32931. GetLastChange
  32932. GetMFSize
  32933. InitProjector
  32934. Justify
  32935. KeyMenu
  32936. Lookup
  32937. LookupMenu
  32938. MarkC
  32939. MarkPascal
  32940. MountProjector
  32941. MountServer
  32942. MyBuildMenu
  32943. OpenCheckedOut
  32944. OpenMultFiles
  32945. OSErr
  32946. PasMatIt
  32947. Print2
  32948. ProjectFolders
  32949. ProjectMenu
  32950. ProjListMenu
  32951. RelString
  32952. SetMarkers
  32953. SetMFB
  32954. SetProject
  32955. SetProjector
  32956. SourceMenu
  32957. Srcs:
  32958. StripUnits
  32959. UnmountProjector
  32960. UnwrapCommentText
  32961. UserStartup
  32962. Goodies
  32963. WrapCommentText
  32964. MPW Goodies Info
  32965. MPW Goodies Info.txt
  32966. opens
  32967. openselection
  32968. openstep
  32969. openstep
  32970. documentation
  32971. applies
  32972. rhapsody
  32973. means
  32974. opentransport
  32975. openwindow
  32976. opf-opendoc
  32977. opportunity
  32978. optimal
  32979. optimize
  32980. optimized
  32981. optimizer
  32982. optimizing
  32983. optimum
  32984. option
  32985. optional
  32986. options
  32987. sresource
  32988. stability
  32989. stack
  32990. stacks
  32991. stagger
  32992. staging
  32993. staking
  32994. stalking
  32995. stand
  32996. stand-alone
  32997. standalone
  32998. standalone
  32999. version
  33000. standard
  33001. standardfile
  33002. standardfileicons
  33003. standardgetfolder
  33004. stopping
  33005. storage
  33006. store
  33007. storing
  33008. story
  33009. stragegy
  33010. strassmann
  33011. strategic
  33012. strategies
  33013. strategy
  33014. stream
  33015. streamedit
  33016. streamlined
  33017. documentation
  33018. documentationandsamp
  33019. documents
  33020. docursor
  33021. docursor
  33022. doevent
  33023. doevent
  33024. domenu
  33025. domenu
  33026. downloads
  33027. downloads
  33028. htmlW
  33029. dragging
  33030. dragging
  33031. enabler
  33032. draglib
  33033. drawcalendar
  33034. drawcalendar
  33035. drawcalendar
  33036. dsappleevents
  33037. dsappleevents
  33038. dsappleevents
  33039. dsglobals
  33040. dsglobals
  33041. dsuserprocs
  33042. dsuserprocs
  33043. dsuserprocs
  33044. dsutils
  33045. dsutils
  33046. dsutils
  33047. stylechat
  33048. dtsqtutilities
  33049. dtsqtutilities
  33050. aug-1995
  33051. dtsqtutilities
  33052. dtsqtutilities
  33053. dumpnetworksetup
  33054. dumpnetworksetup
  33055. dumpnetworksetup
  33056. dumpnetworksetup-ppc
  33057. O?Dev.CD Nov 99 TC:Sample Code:QuickTime:DTS QT Utilities.Aug-95:PGDev.CD Nov 99 TC
  33058.  - Sample Code
  33059.  - QuickTime
  33060.  - DTS QT Utilities.Aug-95V
  33061. 2248X
  33062. Nov 99^
  33063. --set theItem to choose file -- uncomment to test in an AS editor
  33064.     tell application "Finder"
  33065.         open item "Dev.CD Nov 99 TC:Sample Code:QuickTime:DTS QT Utilities.Aug-95:"
  33066.         activate
  33067.     end tell
  33068. on error errMsg number errNum
  33069.     --enter statements to perform when no records are found such as...
  33070.     display dialog "Sorry, the item you selected could not be found."
  33071.     return
  33072. end try
  33073. Movedq
  33074. Dev.CD Nov 99 TC
  33075. D!All Packages
  33076. Tool Chest Edition
  33077. DumpARPCacheIBA tiny sample that shows how to view the Open Transport ARP cache.J
  33078. Sample Code.imgK
  33079. May 98L
  33080. Jun 98M
  33081. OpenTransportN"OpenTransport, arp, cache, displayO
  33082. Dev.CD Nov 99 TC:Sample Code:P
  33083. Dev.CD Nov 99 TC
  33084.  - Sample CodeV
  33085. 2249X
  33086. Nov 99^
  33087. e    No Changef
  33088. OpenTransport
  33089. cache
  33090. displayq
  33091. Dev.CD Nov 99 TC
  33092. D!All Packages
  33093. Tool Chest Edition
  33094. DumpNetworkSetup
  33095. DumpNetworkSetup dumps the entire contents of the Network Setup database to a text file.  The purpose of this sample is twofold.  Firstly, it shows a simple use of the Network Setup API.  Secondly, it is a useful tool for debugging other Network Setup code because it allows you to see the affect your code had on the database.  I used DumpNetworkSetup extensively while developing the MoreNetworkSetup sample.
  33096. DumpNetworkSetup-PPC
  33097. DumpNetworkSetup.c
  33098. DumpNetworkSetup.mcp
  33099. MoreIsBetter:
  33100. Network Setup SDK Bits:
  33101. Read Me About DumpNetworkSetupK
  33102. Sep 99M
  33103. Network Setup, Mac OS 8.5N"Network Setup, network preferencesO
  33104. Dev.CD Nov 99 TC:Sample Code:P
  33105. Dev.CD Nov 99 TC
  33106.  - Sample CodeV
  33107. 2250X
  33108. Nov 99^
  33109. r--set theItem to choose file -- uncomment to test in an AS editor
  33110.     tell application "Finder"
  33111.         open item "Dev.CD Nov 99 TC:Sample Code:"
  33112.         activate
  33113.     end tell
  33114. on error errMsg number errNum
  33115.     --enter statements to perform when no records are found such as...
  33116.     display dialog "Sorry, the item you selected could not be found."
  33117.     return
  33118. end try
  33119. e    No Changef!Network Setup
  33120. network preferencesq
  33121. Dev.CD Nov 99 TC
  33122. D!All Packages
  33123. Mac OS SDK Edition
  33124. DVD Primer
  33125. Publishing in the Age of DVD, Second Edition
  33126. A Primer for Creating Content for DVD
  33127. by Mark Ely and Dave Block
  33128. After several years of intense development and cross-industry cooperation
  33129. among consumer electronics companies, computer manufacturers, and the entertainment industry, the DVD format has arrived 
  33130.  and with it a new era of consumer entertainment. For the first time, high-quality digital video as well as surround sound audio can be delivered to the consumer on a single interactive c
  33131. r--set theItem to choose file -- uncomment to test in an AS editor
  33132.     tell application "Finder"
  33133.         open item "Dev.CD Nov 99 TC:Sample Code:"
  33134.         activate
  33135.     end tell
  33136. on error errMsg number errNum
  33137.     --enter statements to perform when no records are found such as...
  33138.     display dialog "Sorry, the item you selected could not be found."
  33139.     return
  33140. end try
  33141. dumps
  33142. dumpsrec
  33143. dumpster
  33144. duplicate
  33145. duplicated
  33146. during
  33147. dutch
  33148. dykstra-erickson
  33149. dylan
  33150. dynamic
  33151. dynamically
  33152. dynamics
  33153. dynamo
  33154. development
  33155. primer
  33156. e-spanish
  33157. easyview
  33158. editcdev
  33159. editcdev
  33160. editcdev
  33161. editcdev
  33162. editcdev
  33163. edition
  33164. edition
  33165. manager
  33166. editor
  33167. edittextcdev
  33168. mini-conference
  33169. report
  33170. embedding
  33171. embedding
  33172. profile
  33173. englishmiscellaneous
  33174. englishmiscellaneous
  33175. englishterminology
  33176. englishterminology
  33177. englishterminology
  33178. enhanced
  33179. enhanced
  33180. survival
  33181. guide
  33182. eomodeler
  33183. eomodeler
  33184. errata
  33185. ethernet
  33186. event
  33187. apple
  33188. ethernet
  33189. apple
  33190. video
  33191. example
  33192. example
  33193. scripts
  33194. example
  33195. examples
  33196. export
  33197. network
  33198. setup
  33199. network
  33200. preferences
  33201. networking
  33202. newgworld
  33203. no-copy
  33204. notes
  33205. novell
  33206. network
  33207. tcp/ip
  33208. search
  33209. browse
  33210. internet
  33211. nubus
  33212. number
  33213. number
  33214. formatting
  33215. resedit
  33216. localization
  33217. object
  33218. object
  33219. disassembly
  33220. ultraslimfast
  33221. dumpobj
  33222. object-oriented
  33223. objective-c
  33224. objects
  33225. objectsupportlib
  33226. macodbc
  33227. database
  33228. connectivity
  33229. drivers
  33230. network
  33231. middlewar
  33232. off-screen
  33233. ot/ppp
  33234. ot/ppp
  33235. transport
  33236. otfifo
  33237. otlifo
  33238. otlink
  33239. otoptionmanagment
  33240. override
  33241. override
  33242. quickdraw
  33243. table
  33244. resource
  33245. overview
  33246. package
  33247. packages
  33248. palette
  33249. palette
  33250. color
  33251. depth
  33252. batch
  33253. processing
  33254. optimizing
  33255. conditio
  33256. panel
  33257. performanceQ
  33258. 2251X
  33259. Jan 00^
  33260. --set theItem to choose file -- uncomment to test in an AS editor
  33261.     tell application "Finder"
  33262.         open item "Dev.CD Jan 00 SDK1:Interactive Media Resources:"
  33263.         activate
  33264.     end tell
  33265. on error errMsg number errNum
  33266.     --enter statements to perform when no records are found such as...
  33267.     display dialog "Sorry, the item you selected could not be found."
  33268.     return
  33269. end try
  33270. e    No Changef:DVD
  33271. content
  33272. development
  33273. entertainment
  33274. consumer electronicsq
  33275. Dev.CD Jan 00 SDK1
  33276. EditTextCdevI
  33277. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. JqEditCDev
  33278. EditCdev.c
  33279. EditCdev.p
  33280. EditCDev.SYM
  33281. EditCDev.
  33282. EditCdev.
  33283. .rsrc
  33284. PEditCDev
  33285. PEditCDev.SYM
  33286. PEditCDev.
  33287. READMEK
  33288. Apr 97O7Dev.CD Nov 99 TC:Sample Code:OS Utilities:EditTextCDev:P?Dev.CD Nov 99 TC
  33289.  - Sample Code
  33290.  - OS Utilities
  33291.  - EditTextCDevV
  33292. 2252X
  33293. Nov 99^
  33294. Nov 99^
  33295. Moved
  33296. ompact disc. Playable on the set-top or the desktop, DVD bridges the worlds of consumer video and personal computing in a single, unified format.
  33297. While DVD promises to be a highly-successful consumer electronics format, preparing content (
  33298. premastering
  33299. ) for DVD can be a very complex process. And like most new formats, DVD requires new tools and techniques to create rich and satisfying content that make the most of
  33300. the medium.
  33301. Working with DVD requires an in-depth understanding of the fo
  33302. ^rmat, production process, and tools required to bring titles to market. By
  33303. understanding DVD and all that it entails, professional media develop-ers
  33304. can exploit its rich potential. This book is designed for those who are interested in the DVD format, want to create titles, and wish to understand the tools and technology required for DVD production.
  33305. Apr 99
  33306. Apr 99M
  33307. Acrobat Reader 3.0N>DVD, content, development, entertainment, consumer electronicsO/Dev.CD Jan 00 SDK1:Interactive Media Resources:P1Dev.CD Jan 00 SDK1
  33308.  - Interactive Media Resources
  33309. Advanced Web Site Technique.pdf
  33310. Avoid Audio Pitfalls Guide.pdf
  33311. CompbasedMediaBroadcastEnv
  33312. Creating MIDI for the Web3.pdf
  33313. DeBabelizer 3.0.pdf
  33314. Design For Reuse.pdf
  33315. DesignForRobustness
  33316. Digital Asset Management.pdf
  33317. Digital Storyboard.pdf 
  33318. DVD Development.pdf
  33319. DVD_Primer.pdf
  33320. Enhanced CD Survival Guide.pdf
  33321. EOModeler
  33322. Frameworks.pdf
  33323. Gender-Based Title Creation.pdf
  33324. Int_Media_Writer_Resources.pdf
  33325. Java Survival Guide.pdf
  33326. Making Cool QD3D Apps.pdf
  33327. Music on the Net.pdf
  33328. New Audio Features QT3.pdf
  33329. Porting
  33330. kObjectiveCtoJava
  33331. Push Tech Survival Gd.pdf
  33332. QT3-More Than Dig. Video.pdf
  33333. Simplified Stream Audio.pdf
  33334. Web Animation Guide.pdf
  33335. WebObjects Database Part I.pdf
  33336. WebObjects Database Part II.pdf
  33337. WebObjects Memory Mgmt.pdf
  33338. WebObjects Tools and Techniques
  33339. WebObjectsCategories&Posers.pdf
  33340. WebObjectsPerformanceTuning
  33341. Working with WebObjects.pdf
  33342. Writing for Interactive Media
  33343. arrived
  33344. arrow
  33345. arrows
  33346. articles
  33347. articulate
  33348. artwork
  33349. higher
  33350. higher-quality
  33351. highest
  33352. highlighting
  33353. highlights
  33354. highly
  33355. highly-successful
  33356. hilighted
  33357. hilighting
  33358. hilite
  33359. hindi
  33360. hints
  33361. history
  33362. hit-testing
  33363. hoddie
  33364. hokum
  33365. holcomb
  33366. holding
  33367. holds
  33368. holiday
  33369. holland
  33370. hooper
  33371. horizon
  33372. horizontal
  33373. horizontally
  33374. host-target
  33375. hosted
  33376. hosting
  33377. hotchkiss
  33378. hotrect
  33379. hotsauce
  33380. hottest
  33381. bringing
  33382. brings
  33383. brink
  33384. british
  33385. broad
  33386. broadcast
  33387. broadcast-ready
  33388. brochure
  33389. broken
  33390. bronze
  33391. browse
  33392. browser
  33393. browsers
  33394. browsing
  33395. bruce
  33396. bruyndonckx
  33397. bryan
  33398. budget
  33399. bufcallback
  33400. buffer
  33401. buffercmd
  33402. buffered
  33403. buffering
  33404. buffers
  33405. gender-based
  33406. title
  33407. creation
  33408. general
  33409. general
  33410. tools
  33411. generator
  33412. generic
  33413. generic
  33414. module
  33415. cwpro2
  33416. german
  33417. german
  33418. 1.1.3
  33419. germany
  33420. germany
  33421. distributors/localiz
  33422. gestalt
  33423. gestalt
  33424. gestalt
  33425. selectors
  33426. gestalt
  33427. submission
  33428. gestaltvalue
  33429. gestaltvalue
  33430. gestaltvalue
  33431. gestaltvalue
  33432. gestaltvalue
  33433. config
  33434. get/set
  33435. getbootvol
  33436. getbootvol
  33437. getdinfo
  33438. getdinfo
  33439. getdir
  33440. getdir
  33441. geteof
  33442. geteof
  33443. getfinfo
  33444. getfinfo
  33445. gethelpstrings
  33446. geticon
  33447. geticon
  33448. geticonsuitefromfind
  33449. geticonsuitefromfind
  33450. geticonsuitefromfind
  33451. getinfo
  33452. getinfo
  33453. writing
  33454. writing
  33455. interactive
  33456. media
  33457. siteW
  33458. xcmds
  33459. xcmds&xfcns
  33460. xcoff
  33461. xfcns
  33462. xthings
  33463. shell
  33464. sample
  33465. 1.3.6
  33466. first
  33467. headers
  33468. xtnow
  33469. xtnow
  33470. Movedq
  33471. Dev.CD Nov 99 TC
  33472. D!All Packages
  33473. Tool Chest Edition
  33474. Eject PC Cards Location Module
  33475. 1A Location Manager module that shows how to eject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  33476. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  33477. Sample Code.imgK
  33478. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO
  33479. Dev.CD Nov 99 TC:Sample Code:P
  33480. Dev.CD Nov 99 TC
  33481.  - Sample CodeV
  33482. 2253X
  33483. Nov 99^
  33484. --set theItem to choose file -- uncomment to test in an AS editor
  33485.     tell application "Finder"
  33486.         open item "Dev.CD Nov 99 TC:Sample Code:OS Utilities:EditTextCDev:"
  33487.         activate
  33488.     end tell
  33489. on error errMsg number errNum
  33490.     --enter statements to perform when no records are found such as...
  33491.     display dialog "Sorry, the item you selected could not be found."
  33492.     return
  33493. end try
  33494. D!All Packages
  33495. Tool Chest Edition
  33496. EditTextCdevI
  33497. Summary: EditTextCdev is a sample Control Panel device (cdev) that demonstrates the use of the edit-related messages and how to implement an editText item in a cdev. JqEditCDev
  33498. EditCdev.c
  33499. EditCdev.p
  33500. EditCDev.SYM
  33501. EditCDev.
  33502. EditCdev.
  33503. .rsrc
  33504. PEditCDev
  33505. PEditCDev.SYM
  33506. PEditCDev.
  33507. READMEK
  33508. Apr 97O7Dev.CD Nov 99 TC:Sample Code:OS Utilities:EditTextCDev:P?Dev.CD Nov 99 TC
  33509.  - Sample Code
  33510.  - OS Utilities
  33511.  - EditTextCDevV
  33512. 2252X
  33513. Nov 99^
  33514. e    No Changef0PC Card 3.0
  33515. Location Manager
  33516. Eject
  33517. Action moduleq
  33518. Dev.CD Nov 99 TC
  33519. D!All Packages
  33520. Mac OS SDK Edition
  33521. Embedding Profile Documentation
  33522. CThis folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  33523. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  33524. Embedding ICC Profile in GIF89a
  33525. Embedding ICC Profiles in EPS
  33526. Embedding ICC Profiles in JFIF
  33527. Embedding ICC Profiles in Pict
  33528. Embedding ICC Profiles in TIFFK
  33529. Apr 98M    ColorSyncN9ColorSync, ICC, Profile Embed, JFIF, GIF, PICT, TIFF, EPSOiDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:PtDev.CD Apr 98 SDK1
  33530.  - Development Kits (Disc 1)
  33531.  - ColorSync SDK
  33532.  - Documentation
  33533.  - Embedding Profile DocumentationV
  33534. 2254X
  33535. Apr 98^
  33536. r--set theItem to choose file -- uncomment to test in an AS editor
  33537.     tell application "Finder"
  33538.         open item "Dev.CD Nov 99 TC:Sample Code:"
  33539.         activate
  33540.     end tell
  33541. on error errMsg number errNum
  33542.     --enter statements to perform when no records are found such as...
  33543.     display dialog "Sorry, the item you selected could not be found."
  33544.     return
  33545. end try
  33546. action
  33547. action
  33548. module
  33549. actions
  33550. active
  33551. adbop
  33552. address
  33553. administrator
  33554. adobe
  33555. aegizmos
  33556. protocol
  33557. after
  33558. after
  33559. alias
  33560. allocators
  33561. altivec
  33562. analog
  33563. analysis
  33564. webobjects
  33565. animation
  33566. antlr
  33567. appearance
  33568. appearance
  33569. manager
  33570. appearance
  33571. append
  33572. appkit
  33573. appkit
  33574. reference
  33575. e    No Changef2ColorSync
  33576. Profile Embed
  33577. Dev.CD Apr 98 SDK1
  33578. All Packages
  33579. F)Enhanced Macintosh PB 1400 Developer NoteI
  33580. Summary: This developer note describes the latest model of the PowerBook 1400 computer. The note describes only the changes that make the new model different from its earlier counterparts.J
  33581. PB_190_5300RAMCard_Er.pdf
  33582. PowerBook_1400.pdf
  33583. PowerBook_1400_Addendum.pdf
  33584. PowerBook_2400c.pdf
  33585. PowerBook_3400.pdf
  33586. PowerBook_5300.pdf
  33587. PowerBook_Duo_2300c.pdf
  33588. PowerBook_Processor_Upg.pdfK
  33589. Sep 97M
  33590. Acrobat Reader.N
  33591. PowerBook 1400OdDev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:PoDev.CD Dec 99 RL Disk 2
  33592.  - Technical Publications
  33593.  - hardware
  33594.  - Developer_Notes
  33595.  - Macintosh_CPUs-PPC_PortableV
  33596. 2255X
  33597. Dec 99^    RL Disk 2
  33598. e    No Change
  33599. --set theItem to choose file -- uncomment to test in an AS editor
  33600.     tell application "Finder"
  33601.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  33602.         activate
  33603.     end tell
  33604. on error errMsg number errNum
  33605.     --enter statements to perform when no records are found such as...
  33606.     display dialog "Sorry, the item you selected could not be found."
  33607.     return
  33608. end try
  33609. embedding
  33610. profile
  33611. documentation
  33612. emulator
  33613. they'll
  33614. thinks
  33615. third
  33616. third-party
  33617. thisW
  33618. e    No Changef
  33619. PowerBook 1400q
  33620. Dev.CD Dec 99 RL Disk 2
  33621. All Packages
  33622. F    EOModeler
  33623. Learning EOModeler
  33624. Learning how to effectively use the EOModeler application is an essential beginning to the development of any database driven web site. This survival guide explains the most commonly used features and options available in the EOModeler application.
  33625. EOModeler.pdfK
  33626. Jun 99M
  33627. Acrobat Reader 3.0N
  33628. EOModeler, databaseO>Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:PCDev.CD Dec 99 RL Disk 1
  33629.  - Interactive Media Resources
  33630.  - EOModelerV
  33631. 2256X
  33632. Dec 99^    RL Disk 1
  33633. --set theItem to choose file -- uncomment to test in an AS editor
  33634.     tell application "Finder"
  33635.         open item "Dev.CD Dec 99 RL Disk 1:Interactive Media Resources:EOModeler:"
  33636.         activate
  33637.     end tell
  33638. on error errMsg number errNum
  33639.     --enter statements to perform when no records are found such as...
  33640.     display dialog "Sorry, the item you selected could not be found."
  33641.     return
  33642. end try
  33643. --set theItem to choose file -- uncomment to test in an AS editor
  33644.     tell application "Finder"
  33645.         open item "Dev.CD Dec 99 RL Disk 2:Technical Publications:hardware:Developer_Notes:Macintosh_CPUs-PPC_Portable:"
  33646.         activate
  33647.     end tell
  33648. on error errMsg number errNum
  33649.     --enter statements to perform when no records are found such as...
  33650.     display dialog "Sorry, the item you selected could not be found."
  33651.     return
  33652. end try
  33653. e    No Changef
  33654. EOModeler
  33655. databaseq
  33656. Dev.CD Dec 99 RL Disk 1
  33657. D!All Packages
  33658. Tool Chest Edition
  33659. F"European Distributors & LocalizersIYSummary: This folder contains a list of European Distributors and Localization Companies.
  33660. sBenelux*distributors/localizers
  33661. Denmark*distributors/localizers
  33662. Finland*distributors/localizers
  33663. France*distributors/localizers
  33664. Germany*distributors/localizers
  33665. IEA*distributors/localizers
  33666. Italy*distributors/localizers
  33667. Norway*distributors/localizers
  33668. Spain*distributors/localizers
  33669. Sweden*distributors/localizers
  33670. Switz.*distributors/localizers
  33671. UK/EIRE*distributors/localizers
  33672. Jul 94M
  33673. Adobe Acrobat Reader.O`Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:PhDev.CD May 98 TC
  33674.  - Programs & Marketing
  33675.  - Market & Distribution Guides
  33676.  - Euro Distributors/LocalizersV
  33677. 2257X
  33678. May 98^
  33679. e    No Changeq
  33680. Dev.CD May 98 TC
  33681. D!All Packages
  33682. Tool Chest Edition
  33683. ary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  33684. General tools.imgK
  33685. Vol XO>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  33686.  - Tool Chest
  33687.  - Testing & Debugging
  33688.  - General toolsV
  33689. 2258X
  33690. Nov 99^
  33691. --set theItem to choose file -- uncomment to test in an AS editor
  33692.     tell application "Finder"
  33693.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  33694.         activate
  33695.     end tell
  33696. on error errMsg number errNum
  33697.     --enter statements to perform when no records are found such as...
  33698.     display dialog "Sorry, the item you selected could not be found."
  33699.     return
  33700. end try
  33701. e    No Changeq
  33702. Dev.CD Nov 99 TC
  33703. ev.CD Nov 99 TC
  33704. --set theItem to choose file -- uncomment to test in an AS editor
  33705.     tell application "Finder"
  33706.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Euro Distributors/Localizers:"
  33707.         activate
  33708.     end tell
  33709. on error errMsg number errNum
  33710.     --enter statements to perform when no records are found such as...
  33711.     display dialog "Sorry, the item you selected could not be found."
  33712.     return
  33713. end try
  33714. chest
  33715. editionW
  33716. summary
  33717. folder
  33718. contains
  33719. complete
  33720. information
  33721. develop
  33722. summary
  33723. folder
  33724. contains
  33725. documents
  33726. about
  33727. programming
  33728. summary
  33729. folder
  33730. contains
  33731. dozens
  33732. samples
  33733. summary
  33734. folder
  33735. contains
  33736. electronic
  33737. forms
  33738. allow
  33739. summary
  33740. folder
  33741. contains
  33742. helpful
  33743. scripts
  33744. summary
  33745. folder
  33746. contains
  33747. information
  33748. tells
  33749. develope
  33750. summary
  33751. folder
  33752. contains
  33753. goodies
  33754. developer
  33755. summary
  33756. folder
  33757. contains
  33758. revised
  33759. acrobat
  33760. versions
  33761. summary
  33762. folder
  33763. contains
  33764. sample
  33765. applications
  33766. demons
  33767. summary
  33768. folder
  33769. contains
  33770. several
  33771. examples
  33772. system
  33773. summary
  33774. folder
  33775. contains
  33776. several
  33777. snippets
  33778. illustrat
  33779. summary
  33780. folder
  33781. contains
  33782. apple
  33783. event
  33784. registry
  33785. summary
  33786. folder
  33787. contains
  33788. apple
  33789. event
  33790. terminolog
  33791. summary
  33792. folder
  33793. contains
  33794. following
  33795. localized
  33796. version
  33797. summary
  33798. folder
  33799. contains
  33800. macsnmp
  33801. developer's
  33802. specs
  33803. speech
  33804. speech
  33805. recognition
  33806. speech
  33807. recognition
  33808. manager
  33809. speech
  33810. synthesis
  33811. installers
  33812. speechmessage
  33813. speechmessage
  33814. speechrecogmgr
  33815. spellswell
  33816. spellswell
  33817. spellswell
  33818. rfaces
  33819. files
  33820. sample
  33821. sresource
  33822. srlanguagemodeler
  33823. stack
  33824. staging
  33825. staging
  33826. alerts
  33827. standalone
  33828. standalone
  33829. quick
  33830. start
  33831. standard
  33832. standard
  33833. icons
  33834. standardgetfolder
  33835. standardgetfolder
  33836. standards
  33837. standardwdef
  33838. standardwdef
  33839. start
  33840. start
  33841. started
  33842. starter
  33843. startup
  33844. static
  33845. stdfile
  33846. stdfilesaver
  33847. stiletto
  33848. stiletto
  33849. program
  33850. stiletto
  33851. sources
  33852. stoppinf
  33853. stoppinf
  33854. icons
  33855. storyboard
  33856. stream
  33857. stress
  33858. EvenBetterBusError init
  33859. Summary: EvenBetterBusError is an init that helps catch renegade references to NIL. If you try to dereference a NIL handle or pointer with it installed, a bus error occurs, alerting you to the problem. It also catched writes to NIL, another common programming error.
  33860. General tools.imgK
  33861. Vol XO>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  33862.  - Tool Chest
  33863.  - Testing & Debugging
  33864.  - General toolsV
  33865. 2258X
  33866. Nov 99^
  33867. --set theItem to choose file -- uncomment to test in an AS editor
  33868.     tell application "Finder"
  33869.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  33870.         activate
  33871.     end tell
  33872. on error errMsg number errNum
  33873.     --enter statements to perform when no records are found such as...
  33874.     display dialog "Sorry, the item you selected could not be found."
  33875.     return
  33876. end try
  33877. e    No Changeq
  33878. Dev.CD Nov 99 TC
  33879. D!All Packages
  33880. Tool Chest Edition
  33881. File Synchronization 1.1
  33882. 2259X
  33883. Nov 99^
  33884. --set theItem to choose file -- uncomment to test in an AS editor
  33885.     tell application "Finder"
  33886.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:"
  33887.         activate
  33888.     end tell
  33889. on error errMsg number errNum
  33890.     --enter statements to perform when no records are found such as...
  33891.     display dialog "Sorry, the item you selected could not be found."
  33892.     return
  33893. end try
  33894. e    No ChangefKfile
  33895. synchronization
  33896. backup
  33897. assistant
  33898. folder
  33899. duplication
  33900. control panelq
  33901. Dev.CD Nov 99 TC
  33902. D!All Packages
  33903. Mac OS SDK Edition
  33904. File System Manager
  33905. The File Synchronization Control Panel allows you to set up and manage multiple copies of files in different folders.  For example, if you maintain files on a mobile computer and copy those files to a desktop computer, this control panel may be useful to you.
  33906. Will automatically copy more recent files based on modification date, can display what would copy without actually copying it, and can run automatically or under user control.
  33907. Issues: Tool for Developer use. Not for distribution.
  33908. JM68K:
  33909. File Sync 1.1 Developer Read Me
  33910. File Synchronization Guide
  33911. PowerPC:K
  33912. Dec 97M"Designed for any MacOS 8 computer.NRfile, synchronization, sync, backup, assistant, folder, duplication, control panelOIDev.CD Nov 99 TC:Tool Chest:Developer Utilities:File Synchronization 1.1:PQDev.CD Nov 99 TC
  33913.  - Tool Chest
  33914.  - Developer Utilities
  33915.  - File Synchronization 1.1
  33916. in-depth
  33917. modification
  33918. modified
  33919. modifier
  33920. modifiers
  33921. modify
  33922. modifying
  33923. modifymouseaccl
  33924. modular
  33925. module
  33926. modules
  33927. mofify
  33928. moment
  33929. momentum
  33930. money
  33931. monitor
  33932. monitoringQ
  33933. monitors
  33934. monolithic
  33935. run-time
  33936. runner
  33937. running
  33938. safely
  33939. sakes
  33940. sales
  33941. sample
  33942. 2260X
  33943. Jan 00^
  33944. --set theItem to choose file -- uncomment to test in an AS editor
  33945.     tell application "Finder"
  33946.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:"
  33947.         activate
  33948.     end tell
  33949. on error errMsg number errNum
  33950.     --enter statements to perform when no records are found such as...
  33951.     display dialog "Sorry, the item you selected could not be found."
  33952.     return
  33953. end try
  33954. e    No Changef@File System Manager
  33955. External File System
  33956. Foreign File Systemq
  33957. Dev.CD Jan 00 SDK1
  33958. D!All Packages
  33959. Mac OS SDK Edition
  33960. Find By Content (FBC) Extractor
  33961. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  33962. Features:
  33963.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  33964.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  33965.  FSM.h. FSM.p and FSM.a -- The Universal Inte
  33966. rface files for the File System Manager. This version of the interface files was built to work with the Universal Interfaces 2.0a1 from ETO #15, MPW prerelease. However, for 68K development, FSM.h works perfectly with the current release of Universal Interfaces on ETO #15.
  33967.  Guide - File System Manager -- The documentation for the File System Manager in Apple DocViewer format.
  33968. Issues:  The File System Manager extension may be licensed for distribution from Apple Software Licensing.
  33969. Nov 94M
  33970. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Jan 00 SDK1
  33971.  - Development Kits
  33972.  - Mac OS
  33973.  - File System Manager
  33974. J+Documentation
  33975. File System Manager
  33976. Libraries
  33977. format
  33978. formatter
  33979. forms
  33980. fragment
  33981. fragment
  33982. framework
  33983. french
  33984. front
  33985. function
  33986. games
  33987. gamesprocket
  33988. gamesprocket
  33989. germany
  33990. gestalt
  33991. gestalt
  33992. selectors
  33993. getenetaddrdirect
  33994. getenetaddrdirect
  33995. gethelpstrings
  33996. getpppstatus
  33997. getsetoptions
  33998. globals
  33999. glossaries
  34000. glossary
  34001. goodies
  34002. graphics
  34003. grayscale
  34004. guide
  34005. system
  34006. update
  34007. 2261X
  34008. Jan 00^
  34009. --set theItem to choose file -- uncomment to test in an AS editor
  34010.     tell application "Finder"
  34011.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:"
  34012.         activate
  34013.     end tell
  34014. on error errMsg number errNum
  34015.     --enter statements to perform when no records are found such as...
  34016.     display dialog "Sorry, the item you selected could not be found."
  34017.     return
  34018. end try
  34019. e    No Changef)Sherlock
  34020. Find By Content
  34021. Extractor
  34022. Searchq
  34023. Dev.CD Jan 00 SDK1
  34024. D!All Packages
  34025. Tool Chest Edition
  34026. FinderDragPro
  34027. Sample file illustrating drag and drop techniques for use with file system objects.  This file illustrates how applications can use drag and drop commands in a way compatible with current and past versions of the Finder.
  34028. illustrates how to do translucent drag and drop for icons, drag and drop of hfs objects in a way compatible with current and past finders, creating and providing promised hfs flavors.
  34029. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  34030. HTML Text Extractor
  34031.  and 
  34032. PDF Text Extractor
  34033. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  34034. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  34035. example, consider the following HTML file:
  34036. <HTML>
  34037. <BODY>
  34038. This is a sample document.
  34039. </BODY>
  34040. </HTML>
  34041. Without knowing the HTML format, every word above would get indexed, so searching for 
  34042.  in Find by Content would find the above document, but when a user opened the file in her web browser, she would not see 
  34043. .  Similarly, summarizing a HTML document would show HTML Tags in the summary.
  34044. The HTML Text Extractor knows the format of an HTML file so it will skip the HTML Tags and re
  34045. turn just the text that a user would see viewing the document.  For the above example, 
  34046. This is a sample document.
  34047.  would be the only text that is indexed.   
  34048. Text Extractors can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  34049.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  34050. PDF Text Extractor
  34051.  to index and summarize PDF files.  
  34052. J.DemoExtractor
  34053. Headers
  34054. Text Extractors Plug-insK
  34055. Oct 99M
  34056. Mac OS 8.6 and laterN,Sherlock, Find By Content, Extractor, SearchOKDev.CD Jan 00 SDK1:Development Kits:Mac OS:Find By Content (FBC) Extractor:PSDev.CD Jan 00 SDK1
  34057.  - Development Kits
  34058.  - Mac OS
  34059.  - Find By Content (FBC) Extractor
  34060. improving
  34061. e    No Changef1Drag and Drop
  34062. PromiseHFSFlavor
  34063. promise
  34064. finderq
  34065. Dev.CD Nov 99 TC
  34066. D!All Packages
  34067. Tool Chest Edition
  34068. FinderEvents 1.2I
  34069. Summary: An XCMD which can send all known FinderEvents from Hypercard 2.1 including Pascal source code.
  34070. Features: Uses Finder custom AppleEvents to make Finder execute functions. Has ability to launch apps on remote machines!J+FinderEvents
  34071. FinderEvents 1.2 Release NotesK
  34072. Jan 92M
  34073. Hypercard 2.1, System 7O^Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PlDev.CD Nov 99 TC
  34074.  - Tool Chest
  34075.  - Development Kits
  34076.  - HyperCard Related
  34077.  - XCMDs & XFCNs
  34078.  - FinderEvents 1.2V
  34079. 2263X
  34080. Nov 99^
  34081. FDPUtilities.c
  34082. FDPUtilities.h
  34083. FinderDragPro
  34084. FinderDragPro.c
  34085. FinderDragPro.h
  34086. FinderDragPro.prj
  34087. FinderDragPro.r
  34088. FinderDragPro.rsrc
  34089. GetIconSuiteFromFinder.c
  34090. GetIconSuiteFromFinder.h
  34091. make.com
  34092. MakeFile
  34093. ReadMeK
  34094. Nov 99M=Mac OS with the drag manager and the thread manager installedN5Drag and Drop, PromiseHFSFlavor, hfs, promise, finderOVDev.CD Nov 99 TC:What's New?:Sample Code:Interapplication Communication:FinderDragPro:PaDev.CD Nov 99 TC
  34095.  - What's New?
  34096.  - Sample Code
  34097.  - Interapplication Communication
  34098.  - FinderDragProV
  34099. 2262X
  34100. Nov 99^
  34101. --set theItem to choose file -- uncomment to test in an AS editor
  34102.     tell application "Finder"
  34103.         open item "Dev.CD Nov 99 TC:What's New?:Sample Code:Interapplication Communication:FinderDragPro:"
  34104.         activate
  34105.     end tell
  34106. on error errMsg number errNum
  34107.     --enter statements to perform when no records are found such as...
  34108.     display dialog "Sorry, the item you selected could not be found."
  34109.     return
  34110. end try
  34111. getkeys
  34112. getlastchange
  34113. getmfsize
  34114. getmode
  34115. getmode
  34116. getsetoptions
  34117. getsetoptions
  34118. getsetoptions-68k
  34119. getsetoptions-ppc
  34120. getting
  34121. getting
  34122. started
  34123. getvinfo
  34124. getvinfo
  34125. getvol
  34126. getvol
  34127. newformat
  34128. getvolumes
  34129. getvolumes
  34130. getzonelist
  34131. gif89a
  34132. globallist
  34133. globallist
  34134. globalmaster
  34135. globalmaster
  34136. glossar
  34137. glossary
  34138. goodies
  34139. gotomove
  34140. gotomove
  34141. gouraud
  34142. gouraud
  34143. sample
  34144. grabguy
  34145. grabguy
  34146. graphical
  34147. graphical
  34148. interface
  34149. graphics
  34150. grayscale
  34151. greek
  34152. greek
  34153. tools
  34154. stack
  34155. localization
  34156. navig
  34157. headers
  34158. helper
  34159. promisehfsflavor
  34160. property
  34161. property
  34162. property
  34163. services
  34164. proportional
  34165. proportional
  34166. scroll
  34167. protocol
  34168. publications
  34169. qualified
  34170. query
  34171. quick
  34172. quick
  34173. reference
  34174. quickdraw
  34175. quickdraw
  34176. quickdraw
  34177. quickdraw
  34178. raster
  34179. imagewriter
  34180. halftone
  34181. dither
  34182. sample
  34183. quickdraw
  34184. spooler
  34185. print
  34186. patch
  34187. appleshare
  34188. novell
  34189. netware
  34190. quicktake
  34191. recordable
  34192. redistribution
  34193. redistribution
  34194. reference
  34195. reference
  34196. counting
  34197. reference
  34198. counts
  34199. region
  34200. registration
  34201. registry
  34202. release
  34203. rename
  34204. renderer
  34205. rendering
  34206. replace
  34207. reports
  34208. resdistributor
  34209. resedit
  34210. resedit
  34211. 2.1.1
  34212. disassembly
  34213. disassembler
  34214. viewer
  34215. edito
  34216. resolution
  34217. resource
  34218. resource
  34219. management
  34220. e    No Changeq
  34221. Dev.CD Nov 99 TC
  34222. D!All Packages
  34223. Tool Chest Edition
  34224. FinderHeaps
  34225. Summary: FinderHeaps is a debugging tool that allows you to track the Finder's heap sizes. These include the Application Heap, the System Heap, the Code Heap, and Object Heap. You can also ask it to track a fifth heap of your choice.
  34226. You can use FinderHeaps to track the effects of your software on Finder heap usage. Moreover, FinderHeaps can also track a heap of your choice -- for instance, your application's own heap.
  34227. Features include System Heap logging, as well as sounds that flag groB
  34228. wing and shrinking System Heap sizes.
  34229. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  34230. Memory Management.imgK
  34231. Vol XIM)Runs only on post-7.0 System Macintoshes.OBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:ge
  34232. --set theItem to choose file -- uncomment to test in an AS editor
  34233.     tell application "Finder"
  34234.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:"
  34235.         activate
  34236.     end tell
  34237. on error errMsg number errNum
  34238.     --enter statements to perform when no records are found such as...
  34239.     display dialog "Sorry, the item you selected could not be found."
  34240.     return
  34241. end try
  34242. PJDev.CD Nov 99 TC
  34243.  - Tool Chest
  34244.  - Testing & Debugging
  34245.  - Memory ManagementV
  34246. 2264X
  34247. Nov 99^
  34248. --set theItem to choose file -- uncomment to test in an AS editor
  34249.     tell application "Finder"
  34250.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  34251.         activate
  34252.     end tell
  34253. on error errMsg number errNum
  34254.     --enter statements to perform when no records are found such as...
  34255.     display dialog "Sorry, the item you selected could not be found."
  34256.     return
  34257. end try
  34258. e    No Changeq
  34259. Dev.CD Nov 99 TC
  34260. D!All Packages
  34261. Tool Chest Edition
  34262. FinderLaunch
  34263. RA routine for sending an open documents Apple event to the finder.  This routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. 
  34264. allows application to tell the finder to open and display the contents of folders, launch applications, and open documents.
  34265.     No Change
  34266. assembled
  34267. assembler
  34268. assemblers
  34269. assembly
  34270. assembly-language
  34271. assembly-level
  34272. assigned
  34273. assignments
  34274. assist
  34275. assistance
  34276. assistant
  34277. assistants
  34278. assists
  34279. associated
  34280. association
  34281. assortment
  34282. assume
  34283. assumption
  34284. assure
  34285. asyncdriversample
  34286. asynchronous
  34287. asynchronous
  34288. background
  34289. networking
  34290. macintosh
  34291. harry
  34292. asynchronously
  34293. FinderLaunch.c
  34294. FinderLaunch.h
  34295. FinderLaunch.prj
  34296. MakeFile
  34297. MPWTool:
  34298. ReadMe
  34299. TestFinderLaunch
  34300. TestFinderLaunch.c
  34301. TestFinderLaunch.h
  34302. TestFinderLaunch.r
  34303. TestFinderLaunch.rsrcK
  34304. Nov 99M.Mac OS with the Apple Event Manager installed.N$Finder, open, display folder, launchOUDev.CD Nov 99 TC:What's New?:Sample Code:Interapplication Communication:FinderLaunch:P`Dev.CD Nov 99 TC
  34305.  - What's New?
  34306.  - Sample Code
  34307.  - Interapplication Communication
  34308.  - FinderLaunchV
  34309. 2265X
  34310. Nov 99^
  34311. --set theItem to choose file -- uncomment to test in an AS editor
  34312.     tell application "Finder"
  34313.         open item "Dev.CD Nov 99 TC:What's New?:Sample Code:Interapplication Communication:FinderLaunch:"
  34314.         activate
  34315.     end tell
  34316. on error errMsg number errNum
  34317.     --enter statements to perform when no records are found such as...
  34318.     display dialog "Sorry, the item you selected could not be found."
  34319.     return
  34320. end try
  34321. e    No Changef!Finder
  34322. display folder
  34323. launchq
  34324. Dev.CD Nov 99 TC
  34325. All Packages
  34326. Nov 99^
  34327. --set theItem to choose file -- uncomment to test in an AS editor
  34328.     tell application "Finder"
  34329.         open item "Dev.CD Nov 99 TC:Tool Chest:Printing:FindPrinter:"
  34330.         activate
  34331.     end tell
  34332. on error errMsg number errNum
  34333.     --enter statements to perform when no records are found such as...
  34334.     display dialog "Sorry, the item you selected could not be found."
  34335.     return
  34336. end try
  34337. e    No Changef
  34338. printer selected chooserq
  34339. Dev.CD Nov 99 TC
  34340. D!All Packages
  34341. Tool Chest Edition
  34342. FMAT Editor
  34343. FindPrinter
  34344. 3Summary:  A snippet showing how to determine the currently selected (network) printer.  Includes a minimum test-harness to show that the code actually works. Works with GX and Desktop Printing.
  34345. Issues:  Not guaranteed compatible in the future. This is a sample of how to do the job at this instant in time.
  34346. J'CurrentPrinter.c
  34347. main.c
  34348. Test.68k.
  34349. Mar 96N
  34350. printer selected chooserO1Dev.CD Nov 99 TC:Tool Chest:Printing:FindPrinter:P9Dev.CD Nov 99 TC
  34351.  - Tool Chest
  34352.  - Printing
  34353.  - FindPrinterV
  34354. D!All Packages
  34355. Tool Chest Edition
  34356. 2267X
  34357. Nov 99^
  34358. --set theItem to choose file -- uncomment to test in an AS editor
  34359.     tell application "Finder"
  34360.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:FMAT Editor:"
  34361.         activate
  34362.     end tell
  34363. on error errMsg number errNum
  34364.     --enter statements to perform when no records are found such as...
  34365.     display dialog "Sorry, the item you selected could not be found."
  34366.     return
  34367. end try
  34368. e    No Changef&number formatting
  34369. ResEdit
  34370. localizationq
  34371. Dev.CD Nov 99 TC
  34372. D!All Packages
  34373. Tool Chest Edition
  34374. Folder Watching
  34375. Summary:    This ResEdit editor lets you prepare localized number format descriptions that you can use in conjunction with the number formatting routines provided by the Macintosh Text Utilities. Using localized number format descriptions doesn't give you all the flexibility provided by the approach in "International Number Formatting" in Develop 16, but if you know that your application will only have to work with system software localized for the same language, it's usually adequate. And
  34376. R this ResEdit editor is certainly the nicest way to create the localized resources.
  34377. Features:
  34378.  creates new FMAT resources from a format string.
  34379.  lets you pick characters for format string from a palette.
  34380.  works with any script system.
  34381.  displays sample numbers to give you immediate feedback.
  34382. Issues:  Provided by Michael Hecht, SAS.
  34383. FMAT Editor.imgK
  34384. Jan 94M
  34385. ResEditN(number formatting, ResEdit, localizationO5Dev.CD Nov 99 TC:Tool Chest:Localization:FMAT Editor:
  34386. P=Dev.CD Nov 99 TC
  34387.  - Tool Chest
  34388.  - Localization
  34389.  - FMAT Editor
  34390. edittextcdev
  34391. effect
  34392. eject
  34393. eject
  34394. cards
  34395. location
  34396. module
  34397. embedding
  34398. 2268X
  34399. Nov 99^
  34400. --set theItem to choose file -- uncomment to test in an AS editor
  34401.     tell application "Finder"
  34402.         open item "Dev.CD Nov 99 TC:Sample Code:Files:Folder Watching:"
  34403.         activate
  34404.     end tell
  34405. on error errMsg number errNum
  34406.     --enter statements to perform when no records are found such as...
  34407.     display dialog "Sorry, the item you selected could not be found."
  34408.     return
  34409. end try
  34410. Movedf
  34411. background apple eventq
  34412. Dev.CD Nov 99 TC
  34413. All Packages
  34414. Fonts 6.0.4O
  34415. Dev CD Vol. VP
  34416. Dev CD Vol. V
  34417. 2269X
  34418. Vol. V
  34419. b--set theItem to choose file -- uncomment to test in an AS editor
  34420.     tell application "Finder"
  34421.         open item "Dev CD Vol. V"
  34422.         activate
  34423.     end tell
  34424. on error errMsg number errNum
  34425.     --enter statements to perform when no records are found such as...
  34426.     display dialog "Sorry, the item you selected could not be found."
  34427.     return
  34428. end try
  34429. D!All Packages
  34430. Tool Chest Edition
  34431. Fragment Tool
  34432. Summary:  These applications demonstrate how to write a background task which uses Apple events to pass on task related information to another application.
  34433.  How to write a Faceless Background Application that performs a task.
  34434.  Sending and receiving application specific Apple events.
  34435.  How to receive AppleScript subroutine Apple events.
  34436.  Use of the Notification Manager to notify users using alerts, flashing menu bar icon and sound.
  34437.  PBCatSearch() of files between modification dateB?s.
  34438.  How to write a script application that runs in idle time.
  34439. JG Read Me
  34440. Folder Watcher FBA 
  34441. Folder Watcher Script App
  34442. FW Receiver 
  34443. Apr 96L
  34444. May 97N
  34445. background apple eventO3Dev.CD Nov 99 TC:Sample Code:Files:Folder Watching:P;Dev.CD Nov 99 TC
  34446.  - Sample Code
  34447.  - Files
  34448.  - Folder Watching
  34449. informational
  34450. informixeoadaptor
  34451. infrared
  34452. inherit
  34453. inheritance
  34454. initiatives
  34455. initprojector
  34456. injury
  34457. inline
  34458. innocuous
  34459. innovative
  34460. input
  34461. inputs
  34462. inputsprocket
  34463. inputting
  34464. inquiry
  34465. inscript
  34466. insert
  34467. inserted
  34468. insertion
  34469. inside
  34470. insight
  34471. inspect
  34472. instaler
  34473. install
  34474. installation
  34475. installations
  34476. installed
  34477. installer
  34478. answer
  34479. answering
  34480. answering-machines
  34481. answers
  34482. anti-viral
  34483. antlr
  34484. anymore
  34485. anyone
  34486. anything
  34487. anywhere
  34488. folder
  34489. watcher
  34490. folder
  34491. watcher
  34492. script
  34493. foldersize
  34494. foldersize
  34495. fontmaster
  34496. fontmaster
  34497. resedit
  34498. background
  34499. apple
  34500. event
  34501. background
  34502. color
  34503. window
  34504. background-only
  34505. backside
  34506. backup
  34507. balloon
  34508. balloon
  34509. balloons
  34510. bandai
  34511. bandwidthQ
  34512. barrier
  34513. services
  34514. based
  34515. batch
  34516. batch
  34517. processing
  34518. bi-directional
  34519. blanking
  34520. blitters
  34521. block
  34522. bridge
  34523. broadcast
  34524. browse
  34525. browse
  34526. internet
  34527. services
  34528. browser
  34529. buffered
  34530. buffered
  34531. system
  34532. buffering
  34533. reports
  34534. builder
  34535. built-in
  34536. bundle
  34537. bundle
  34538. services
  34539. burned-in
  34540. burned-in
  34541. address
  34542. business
  34543. business
  34544. processes
  34545. button
  34546. opentransport
  34547. cacheQ
  34548. cache
  34549. ratesQ
  34550. cacheline
  34551. cad/cam
  34552. 2270X
  34553. Nov 99^
  34554. --set theItem to choose file -- uncomment to test in an AS editor
  34555.     tell application "Finder"
  34556.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:Fragment Tool:"
  34557.         activate
  34558.     end tell
  34559. on error errMsg number errNum
  34560.     --enter statements to perform when no records are found such as...
  34561.     display dialog "Sorry, the item you selected could not be found."
  34562.     return
  34563. end try
  34564. Movedq
  34565. Dev.CD Nov 99 TC
  34566. D.All Packages
  34567. Mac OS SDK Edition
  34568. New & Revisede libraries designed to simplify the effort required to develop a Macintosh game.
  34569.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  34570. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  34571.  NetSprocket 1
  34572.  NetSprocket 1
  34573. 2271X
  34574. Summary:  "Fragment Tool" is a simple application designed to allow basic manipulation of code fragments. It allows you to combine or separate several code fragments, and view and edit various pieces of information associated with each code fragment. 
  34575. "Fragment Tool" demonstrates several Toolbox Managers and  several common, and some not so common, features of these Managers:
  34576.  Code Fragment Manager
  34577.     -Loading and preparing a code fragment from the data fork of a file.
  34578.     -Retrieving
  34579.  a list of exported symbols from a prepared code fragment.
  34580.     -Interpreting and manipulating the 'cfrg' resource.
  34581.  Drag Manager
  34582.     -Creating an application specific file when content is dragged to the Finder.
  34583.     -Using drag data which makes sense only to your own application. 
  34584.     -Dragable lists.
  34585.  List Manager
  34586.     -Both 68K and PowerPC native click loop procedures  (there's a gotcha with a native click loop procedure).
  34587.     -Non standard text styles in lists.
  34588.     -Dragable lists. 
  34589. (Okay, I've mentioned that already, but I couldn't decide what heading it under.)
  34590.     -Using lists in document windows.
  34591.  Resource Manager
  34592.     -Opening resource forks without loading all preloaded resources. This is particularly important when opening
  34593.      application resource forks that may contain preloaded 'CODE' resources.
  34594.  Dialog Manager
  34595.     -Non standard text styles in a dialog, including popup menus and editable text items.
  34596.     -Support a number of moveable modal dialogs in an 
  34597. application.
  34598. It also demonstrates:
  34599.   -How to properly support the standard event loop, including basic support for multiple monitors.
  34600.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  34601.   -How to safely check if a system feature is available in a native PowerPC application (Gestalt isn't always enough).
  34602.   -A stream 'class' that allows you to stream data elements into a memory block, and then retrieve the elements later. 
  34603.   -An example of using 
  34604. function pointers for your own purposes.
  34605.   -How to get access to the Temporary Items Folder and use it to keep temporary files. 
  34606. B ReadMe- Fragment Tool
  34607. cfrg.r
  34608. FragmentTool
  34609. FragmentTool.68K.
  34610. FragmentTool.68K.
  34611. FragmentTool.68K.
  34612. .rsrc
  34613. FragmentTool.make
  34614. FragmentTool.PPC.
  34615. FragmentTool.PPC.
  34616. FragmentTool.PPC.
  34617. .rsrc
  34618. FragmentTool.r
  34619. FragmentTool.rsrc
  34620. FragmentToolFAT
  34621. FragmentToolFAT.make
  34622. Objects:
  34623. Objects68K:
  34624. ObjectsPPC:
  34625. Size.rsrc
  34626. Sources:
  34627. Test Fragments:
  34628. Jan 96O3Dev.CD Nov 99 TC:Sample Code:Toolbox:Fragment Tool:P;Dev.CD Nov 99 TC
  34629.  - Sample Code
  34630.  - Toolbox
  34631.  - Fragment Tool
  34632. altdboxproc
  34633. alter
  34634. alterations
  34635. altered
  34636. altering
  34637. alternate
  34638. alternatebufferdispl
  34639. alternating
  34640. alternative
  34641. alternatively
  34642. although
  34643. altivec
  34644. always
  34645. 2271X
  34646. Jan 00^
  34647. SDK1b
  34648. Revised
  34649. --set theItem to choose file -- uncomment to test in an AS editor
  34650.     tell application "Finder"
  34651.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:"
  34652.         activate
  34653.     end tell
  34654. on error errMsg number errNum
  34655.     --enter statements to perform when no records are found such as...
  34656.     display dialog "Sorry, the item you selected could not be found."
  34657.     return
  34658. end try
  34659. UpdatedfDSprockets
  34660. Games
  34661. DrawSprocket
  34662. InputSprocket
  34663. NetSprocket
  34664. SoundSprocketoAftp://ftp.apple.com/developer/Development_Kits/GameSprocket_SDKs/q
  34665. Dev.CD Jan 00 SDK1
  34666. D!All Packages
  34667. Tool Chest Edition
  34668. Gestalt Selectors List 4.3
  34669. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  34670.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  34671. JDDrawSprocket_SDK
  34672. InputSprocket_SDK
  34673. NetSprocket_SDK
  34674. SoundSprocket_SDKK
  34675. Jun 96L
  34676. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Jan 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Jan 00 SDK1
  34677.  - Development Kits
  34678.  - Mac OS
  34679.  - GameSprocket SDKs
  34680. GameSprocket SDKs
  34681. Apple Game Sprockets are libraries designed to simplify the effort required to develop a Macintosh game.
  34682.  DrawSprocket 1.7.2 provides support for viewing game images, including setting screen resolution and color depth, choosing a monitor (on computers with multiple monitors), accelerating screen updates, and other features.
  34683. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  34684.  NetSprocket 1
  34685. and/or
  34686. anderson
  34687. angles
  34688. animate
  34689. animated
  34690. animation
  34691. statements
  34692. status
  34693. storage
  34694. streaming
  34695. streams
  34696. stress
  34697. string
  34698. strings
  34699. strip
  34700. strlog
  34701. structure
  34702. stuffit
  34703. style
  34704. stylechat
  34705. sub-menus
  34706. suite
  34707. summary
  34708. survey
  34709. switch
  34710. switcher
  34711. symantec
  34712. symbiotic
  34713. synchronization
  34714. synthesis
  34715. system
  34716. systems
  34717. table
  34718. tables
  34719. tablet
  34720. tanzania
  34721. tanzania
  34722. zanzibar
  34723. starmax
  34724. firmware
  34725. tasking
  34726. tasks
  34727. tcp/ip
  34728. tcp/ip
  34729. appletalk
  34730. reconfiguration
  34731. network
  34732. setup
  34733. ottcpwilldial
  34734. tcp/ip
  34735. networking
  34736. standards
  34737. based
  34738. technical
  34739. ntinfo
  34740. testing
  34741. transport
  34742. 2272X
  34743. Nov 99^
  34744. --set theItem to choose file -- uncomment to test in an AS editor
  34745.     tell application "Finder"
  34746.         open item "Dev.CD Nov 99 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:"
  34747.         activate
  34748.     end tell
  34749. on error errMsg number errNum
  34750.     --enter statements to perform when no records are found such as...
  34751.     display dialog "Sorry, the item you selected could not be found."
  34752.     return
  34753. end try
  34754. e    No Changef
  34755. Gestalt Selector Codes
  34756. Gestalt Manager
  34757. Machine Identification
  34758. System Identification
  34759. System Software Release
  34760. Version
  34761. Capabilities
  34762. System Featuresq
  34763. Dev.CD Nov 99 TC
  34764. D!All Packages
  34765. Tool Chest Edition
  34766. GetEnetAddrDirect.ppc
  34767. This document lists all selectors, known to the creator, for use with the Gestalt Manager. They can include selector codes installed by Apple (system) software or by software from third parties (your software?). The information in this list is useful for programmers who use the Gestalt Manager with their software (even using externals, as with HyperCard, 4th Dimension and so on).
  34768. NOTE: This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis.  Apple is not responsible for any probleB!ms you may encounter in it's use.
  34769. Jl6th Anniversary
  34770. Gestalt Selectors List 4.3
  34771. Gestalt Submission Form
  34772. gestalt.html
  34773. GSL View (EasyView)
  34774. Updates:K
  34775. May 95L
  34776. Dec 98M7Any word processor capable of reading a 400K text file.N
  34777. Gestalt Selector Codes, Gestalt Manager, Machine Identification, System Identification, System Software Release, Version, Capabilities, System FeaturesODDev.CD Nov 99 TC:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:
  34778. PLDev.CD Nov 99 TC
  34779.  - Tool Chest
  34780.  - OS Utilities
  34781.  - Gestalt Selectors List 4.3
  34782. selectors
  34783. selects
  34784. self-maintaining
  34785. self-moderating
  34786. self-mounting
  34787. self-paced
  34788. selfsend
  34789. selling
  34790. semantics
  34791. semchishen
  34792. sendappleevent
  34793. sender
  34794. sendfinderopen
  34795. sending
  34796. sends
  34797. senior
  34798. sense
  34799. sensitive
  34800. sentence
  34801. sentences
  34802. sentense
  34803. separate
  34804. separately
  34805. separation
  34806. separations
  34807. september
  34808. sequel
  34809. gestalt
  34810. selector
  34811. codes
  34812. gestalt
  34813. manager
  34814. machine
  34815. identificatio
  34816. getnextevent
  34817. getnextevent
  34818. waitnextevent
  34819. filter
  34820. helper
  34821. global
  34822. global
  34823. search
  34824. replace
  34825. software
  34826. project
  34827. archiving
  34828. glossaries
  34829. glyphs
  34830. desktop
  34831. grammar
  34832. graphics
  34833. grayrgn
  34834. gspgetversion
  34835. guest
  34836. guide
  34837. guidelines
  34838. gworld
  34839. fonts
  34840. typography
  34841. postscript
  34842. sample
  34843. gxgraphics
  34844. halftone
  34845. handles
  34846. handoff
  34847. handwriting
  34848. hardwareQ
  34849. hardware
  34850. developer
  34851. documentation
  34852. developer
  34853. notes
  34854. devnotes
  34855. codes
  34856. codewarrior
  34857. collation
  34858. collection
  34859. collection
  34860. services
  34861. color
  34862. color
  34863. depth
  34864. color
  34865. color
  34866. picker
  34867. 2.1.1
  34868. color2index
  34869. colorsync
  34870. colorsync
  34871. photoshop
  34872. plug-ins
  34873. colorsync
  34874. profile
  34875. rename
  34876. colour
  34877. sound
  34878. sound
  34879. input
  34880. driver
  34881. sound
  34882. level
  34883. meters
  34884. soundsprocket
  34885. space
  34886. spbrecord
  34887. specification
  34888. speech
  34889. speech
  34890. recognition
  34891. spell
  34892. spellswell
  34893. spinning
  34894. spinning
  34895. cursors
  34896. spooler
  34897. sprite
  34898. sprocket
  34899. sprockets
  34900. stack
  34901. stacks
  34902. standard
  34903. standard
  34904. standardfile
  34905. standards
  34906. standards
  34907. based
  34908. starmax
  34909. state
  34910. statements
  34911. status
  34912. storage
  34913. streaming
  34914. streams
  34915. stress
  34916. string
  34917. string
  34918. encoding
  34919. string
  34920. services
  34921. strings
  34922. strip
  34923. strlog
  34924. system
  34925. software
  34926. release
  34927. systems
  34928. table
  34929. tablet
  34930. color
  34931. tanzania
  34932. scheduling
  34933. tcp/ip
  34934. tcp/ip
  34935. appletalk
  34936. reconfiguration
  34937. network
  34938. setup
  34939. ottcpwilldial
  34940. tcp/ip
  34941. search
  34942. technical
  34943. 2273X
  34944. Nov 99^
  34945. r--set theItem to choose file -- uncomment to test in an AS editor
  34946.     tell application "Finder"
  34947.         open item "Dev.CD Nov 99 TC:Sample Code:"
  34948.         activate
  34949.     end tell
  34950. on error errMsg number errNum
  34951.     --enter statements to perform when no records are found such as...
  34952.     display dialog "Sorry, the item you selected could not be found."
  34953.     return
  34954. end try
  34955. e    No Changef0Ethernet built-in
  34956. Enet Address
  34957. Burned-in Addressq
  34958. Dev.CD Nov 99 TC
  34959. D!All Packages
  34960. Tool Chest Edition
  34961. GetHelpStrings
  34962. Summary: This sample extracts the Finder help strings from whatever you drop on top of it, file or folder. 
  34963. Features:  Extract the Finder balloon help string from any file or any files in any folder dropped onto this application.  Put those help strings into a text file.
  34964.     No Change
  34965. Sample program to demonstrate the direct access to the ethernet address for Power Macs that have Ethernet built-in to the motherboard. The sample also includes the use of OT to show all of the ethernet addresses of all Ethernet Network Interface Cards present.
  34966. Includes source code, and CodeWarrior Pro v3.0 IDE project file.
  34967. This program wil not be supported under MacOS X as it implement direct memory access to the ROM.  
  34968. Sample Code.imgK
  34969. Oct 98M
  34970. Requires CodeWarrior Pro v3.0 IDE to open the project file.
  34971. The program requires Open Transport 1.1.1 or greater, however, the program can be modified to remove the OT dependency.N2Ethernet built-in, Enet Address, Burned-in AddressO
  34972. Dev.CD Nov 99 TC:Sample Code:P
  34973. Dev.CD Nov 99 TC
  34974.  - Sample Code
  34975. sample
  34976. demonstrating
  34977. certain
  34978. kinds
  34979. sample
  34980. illustrating
  34981. scrolling
  34982. controls
  34983. sample
  34984. showing
  34985. asynchronously
  34986. record
  34987. sound
  34988. sample
  34989. accompany
  34990. chapter
  34991. introduction
  34992. sample
  34993. demonstrate
  34994. append
  34995. sample
  34996. illustrating
  34997. techniques
  34998. sample
  34999. program
  35000. demonstrating
  35001. write
  35002. sample
  35003. program
  35004. demonstrate
  35005. direct
  35006. access
  35007. ether
  35008. samplefilter
  35009. samplerateavail
  35010. samples
  35011. samplesndplay
  35012. sanctioned
  35013. sanity
  35014. sanskrit
  35015. satisfy
  35016. satisfying
  35017. saturate
  35018. saved
  35019. saved-off
  35020. savedpapfilexx
  35021. scott
  35022. scrambling
  35023. scrap
  35024. sourcemenu
  35025. sourceobj
  35026. sources
  35027. sourceserver
  35028. acur.c
  35029. acur.h
  35030. DropShell.68K.
  35031. DropShell.c
  35032. DropShell.h
  35033. DropShell.PPC.
  35034. DropShell.rsrc
  35035. DSAppleEvents.c
  35036. DSAppleEvents.h
  35037. DSGlobals.h
  35038. DSUserProcs.c
  35039. DSUserProcs.h
  35040. DSUtils.c
  35041. DSUtils.h
  35042. GetHelpStrings
  35043. Read MeK
  35044. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO3Dev.CD Nov 99 TC:Tool Chest:Toolbox:GetHelpStrings:P;Dev.CD Nov 99 TC
  35045.  - Tool Chest
  35046.  - Toolbox
  35047.  - GetHelpStringsV
  35048. 2274X
  35049. Nov 99^
  35050. --set theItem to choose file -- uncomment to test in an AS editor
  35051.     tell application "Finder"
  35052.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:GetHelpStrings:"
  35053.         activate
  35054.     end tell
  35055. on error errMsg number errNum
  35056.     --enter statements to perform when no records are found such as...
  35057.     display dialog "Sorry, the item you selected could not be found."
  35058.     return
  35059. end try
  35060. e    No Changef8balloon help
  35061. finder help strings
  35062. spinning cursors
  35063. acurq
  35064. Dev.CD Nov 99 TC
  35065. D!All Packages
  35066. Tool Chest Edition
  35067. GetPPPStatus
  35068. library
  35069. Program sample to demonstrate the use of Apple Events to obtain the status information associated with OT/PPP or ARA 3.0
  35070. Distinguishes between OT/PPP and ARA.J
  35071. Sample Code.imgK
  35072. Apr 98MKOpen Transport 1.1.1 and the SDK, Open Transport PPP or ARA 3.0 or greater.N OT/PPP. Open Transport, PPP, ARAO
  35073. Dev.CD Nov 99 TC:Sample Code:P
  35074. Dev.CD Nov 99 TC
  35075.  - Sample CodeV
  35076. 2275X
  35077. Nov 99^
  35078. r--set theItem to choose file -- uncomment to test in an AS editor
  35079.     tell application "Finder"
  35080.         open item "Dev.CD Nov 99 TC:Sample Code:"
  35081.         activate
  35082.     end tell
  35083. on error errMsg number errNum
  35084.     --enter statements to perform when no records are found such as...
  35085.     display dialog "Sorry, the item you selected could not be found."
  35086.     return
  35087. end try
  35088. e    No Changef
  35089. OT/PPP. Open Transport
  35090. Dev.CD Nov 99 TC
  35091. All Packages
  35092. GetSetOptionsV
  35093. 2276X
  35094. This sample demonstrates a variety of uses of Open Transport
  35095. s option management routines.  The code from this sample is featured in the latest release (v1.2) of the book 
  35096. Inside Macintosh: Open Transport
  35097. .JwGetSetOptions-68K
  35098. GetSetOptions-68K.
  35099. GetSetOptions-PPC
  35100. GetSetOptions-PPC.
  35101. GetSetOptions.c
  35102. Read Me About GetSetOptionsK
  35103. Nov 97L
  35104. Jun 98M
  35105. Open Transport 1.1.1 or higherN4Open Transport, OTOptionManagment, option managementOGDev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:PRDev.CD Jun 98 RL1
  35106.  - What's New
  35107.  - Sample Code
  35108.  - Networking
  35109.  - GetSetOptions1.0d1V
  35110. 2276X
  35111. Jun 98^
  35112. e    No Change
  35113. e    No Changef2Open Transport
  35114. OTOptionManagment
  35115. option managementq
  35116. Dev.CD Jun 98 RL1
  35117. D!All Packages
  35118. Mac OS SDK Edition
  35119. GX->PostScript SampleIjReplaces the GX to PostScript sample code that was made available on the February 1998 Tool Chest Edition.J
  35120. GXtoPS Installer:K
  35121. Feb 98M
  35122. QuickDraw GX 1.1.6 and aboveN
  35123. GX, PostScript, sample codeOnDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:P|Dev.CD Apr 98 SDK2
  35124.  - Development Kits (Disc 2)
  35125.  - QuickDraw GX
  35126.  - Programming Stuff
  35127.  - Sample Code
  35128.  - GX->PostScript SampleV
  35129. 2277X
  35130. Apr 98^
  35131. --set theItem to choose file -- uncomment to test in an AS editor
  35132.     tell application "Finder"
  35133.         open item "Dev.CD Jun 98 RL1:What's New:Sample Code:Networking:GetSetOptions1.0d1:"
  35134.         activate
  35135.     end tell
  35136. on error errMsg number errNum
  35137.     --enter statements to perform when no records are found such as...
  35138.     display dialog "Sorry, the item you selected could not be found."
  35139.     return
  35140. end try
  35141. e    No Changef
  35142. PostScript
  35143. sample codeq
  35144. Dev.CD Apr 98 SDK2
  35145. D!All Packages
  35146. Mac OS SDK Edition
  35147. GXGraphicsI
  35148. Summary: GXGraphics 1.1.6 is an extension that encompasses the QuickDraw GX graphics and line layout capabilities without GX printing. The 1.1.6 init replaces the older 1.1.3 init and fixes minor cosmetic bugs.J
  35149. GXGraphicsK
  35150. Sep 97N
  35151. QuickDraw GX, GXGraphics 1.1.6O\Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  35152.  - Development Kits (Disc 2)
  35153.  - Quickdraw GX Init Update
  35154.  - GXGraphics 1.1.6 initV
  35155. 2278X
  35156. Apr 98^
  35157. --set theItem to choose file -- uncomment to test in an AS editor
  35158.     tell application "Finder"
  35159.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickDraw GX:Programming Stuff:Sample Code:GX->PostScript Sample:"
  35160.         activate
  35161.     end tell
  35162. on error errMsg number errNum
  35163.     --enter statements to perform when no records are found such as...
  35164.     display dialog "Sorry, the item you selected could not be found."
  35165.     return
  35166. end try
  35167. e    No Changef
  35168. QuickDraw GX
  35169. GXGraphics 1.1.6q
  35170. Dev.CD Apr 98 SDK2
  35171. D!All Packages
  35172. Tool Chest Edition
  35173. GXifier 1.1
  35174. Summary:  The GXifier automatically adds tables to existing TrueType fonts that allow those fonts to be used more effectively with applications that support GX typography. The 1.1 version adds support for more scripts, and adds more information automatically to fonts.
  35175. Issues:  Only works with TrueType fonts in the Roman, Arabic, Hebrew, Cyrillic, Devanagari, Traditional Chinese and Simplified Chinese script systems. Other scripts will be supported in future versions.
  35176. J Documents:
  35177. Release Notes:
  35178. Tools:K
  35179. May 95L
  35180. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  35181. GX Fonts, GX TypographyO5Dev.CD Nov 99 TC:Tool Chest:QuickDraw GX:GXifier 1.1:P=Dev.CD Nov 99 TC
  35182.  - Tool Chest
  35183.  - QuickDraw GX
  35184.  - GXifier 1.1V
  35185. 2279X
  35186. Nov 99^
  35187. --set theItem to choose file -- uncomment to test in an AS editor
  35188.     tell application "Finder"
  35189.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:"
  35190.         activate
  35191.     end tell
  35192. on error errMsg number errNum
  35193.     --enter statements to perform when no records are found such as...
  35194.     display dialog "Sorry, the item you selected could not be found."
  35195.     return
  35196. end try
  35197. e    No Changef
  35198. GX Fonts
  35199. GX Typographyq
  35200. Dev.CD Nov 99 TC
  35201. D!All Packages
  35202. Tool Chest Edition
  35203. GXOverrideTool
  35204. Summary:  GXOverrideTool is a message override tool source file for QuickDraw GX.  Creates .r (for override resource) and .a files (for jump table) for developers who program drivers and extensions. Note that the tool does little sanity checking so beware. Examples of the dash options and command lines understood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  35205. Issues:  Blank lines that are full of space characters confuses the tool
  35206. J%DocumentationAndSample
  35207. GXOverrideToolK
  35208. Feb 96M
  35209. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO8Dev.CD Nov 99 TC:Tool Chest:QuickDraw GX:GXOverrideTool:P@Dev.CD Nov 99 TC
  35210.  - Tool Chest
  35211.  - QuickDraw GX
  35212.  - GXOverrideToolV
  35213. 2280X
  35214. Nov 99^
  35215. --set theItem to choose file -- uncomment to test in an AS editor
  35216.     tell application "Finder"
  35217.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw GX:GXifier 1.1:"
  35218.         activate
  35219.     end tell
  35220. on error errMsg number errNum
  35221.     --enter statements to perform when no records are found such as...
  35222.     display dialog "Sorry, the item you selected could not be found."
  35223.     return
  35224. end try
  35225. e    No Changef5override QuickDraw GX tool jump table 'over' resourceq
  35226. Dev.CD Nov 99 TC
  35227. All Packages
  35228. Hardware System UpdateO
  35229. Dev.CD Oct 93
  35230. Dev.CD Sep 93P
  35231. Dev.CD Oct 93
  35232. Dev.CD Sep 9V
  35233. 2281X
  35234. Oct 93
  35235. p--set theItem to choose file -- uncomment to test in an AS editor
  35236.     tell application "Finder"
  35237.         open item "Dev.CD Oct 93
  35238. Dev.CD Sep 93"
  35239.         activate
  35240.     end tell
  35241. on error errMsg number errNum
  35242.     --enter statements to perform when no records are found such as...
  35243.     display dialog "Sorry, the item you selected could not be found."
  35244.     return
  35245. end try
  35246. All Packages
  35247. Hardware System UpdateO
  35248. Dev.CD Jul 93
  35249. Dev.CD Apr 93P
  35250. Dev.CD Jul 93
  35251. Dev.CD Apr 9V
  35252. 2282X
  35253. Jul 93
  35254. --set theItem to choose file -- uncomment to test in an AS editor
  35255.     tell application "Finder"
  35256.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw GX:GXOverrideTool:"
  35257.         activate
  35258.     end tell
  35259. on error errMsg number errNum
  35260.     --enter statements to perform when no records are found such as...
  35261.     display dialog "Sorry, the item you selected could not be found."
  35262.     return
  35263. end try
  35264. D!All Packages
  35265. Tool Chest Edition
  35266. HC Stack Localization Navigator
  35267. Summary: Localization guide for HyperCard stacks.
  35268. Features: This tool navigates the user through the stack he is localizing, stopping at each field and button name which needs to be translated.
  35269. This tool is palette based, buttons include: next item; previous item; scan items forward; scan items backwards; edit item; edit field; show help; hide help.  
  35270. The next item, previous item, scan items (forward), and scan items (backwards) buttons take the user to each  field and button in the stacB{k which need to be localized. 
  35271. This package is System 7.0 compatible.
  35272. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  35273. HC Stack Localization Navig.imgK
  35274. Vol VIIM
  35275. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OIDev.CD Nov 99 TC:Tool Chest:Localization:HC Stack Localization Navigator:ge
  35276. p--set theItem to choose file -- uncomment to test in an AS editor
  35277.     tell application "Finder"
  35278.         open item "Dev.CD Jul 93
  35279. Dev.CD Apr 93"
  35280.         activate
  35281.     end tell
  35282. on error errMsg number errNum
  35283.     --enter statements to perform when no records are found such as...
  35284.     display dialog "Sorry, the item you selected could not be found."
  35285.     return
  35286. end try
  35287. PQDev.CD Nov 99 TC
  35288.  - Tool Chest
  35289.  - Localization
  35290.  - HC Stack Localization NavigatorV
  35291. 2283X
  35292. Nov 99^
  35293. --set theItem to choose file -- uncomment to test in an AS editor
  35294.     tell application "Finder"
  35295.         open item "Dev.CD Nov 99 TC:Tool Chest:Localization:HC Stack Localization Navigator:"
  35296.         activate
  35297.     end tell
  35298. on error errMsg number errNum
  35299.     --enter statements to perform when no records are found such as...
  35300.     display dialog "Sorry, the item you selected could not be found."
  35301.     return
  35302. end try
  35303. e    No Changeq
  35304. Dev.CD Nov 99 TC
  35305. All Packages
  35306. Hebrew Language KitO
  35307. Dev.CD May 96 TCP
  35308. Dev.CD May 96 TV
  35309. 2284X
  35310. May 96
  35311. stack
  35312. localization
  35313. navigator
  35314. hebrew
  35315. hebrew
  35316. language
  35317. hebrew
  35318. language
  35319. v1.0.1
  35320. helper
  35321. helpful
  35322. helpful
  35323. scripts
  35324. hidemenubaretc
  35325. hitec
  35326. hitec
  35327. super
  35328. front
  35329. hosesample
  35330. hotsauce
  35331. hotsauce
  35332. project
  35333. detect
  35334. htmlsample
  35335. server
  35336. human
  35337. human
  35338. interface
  35339. notes
  35340. bring-up
  35341. tools
  35342. hypercard
  35343. hypercard
  35344. update
  35345. hypercard
  35346. instance
  35347. variables
  35348. hypercard
  35349. player
  35350. imaging
  35351. installer
  35352. instance
  35353. interface
  35354. international
  35355. issue
  35356. stack
  35357. localization
  35358. navigator@
  35359. hypercard
  35360. toolkits@
  35361. installer@
  35362. iw-half-dither@
  35363. macapp
  35364. developer
  35365. survey@
  35366. macintosh@
  35367. mactv@
  35368. memory@
  35369. memory
  35370. monitor@
  35371. midiconverter@
  35372. news@
  35373. transport@
  35374. pb3400@
  35375. pdlog
  35376. expand
  35377. pr09@
  35378. processor@
  35379. pubs@
  35380. quickdraw
  35381. quickdraw
  35382. quickdraw
  35383. quicktime
  35384. windows@
  35385. qwertytunes
  35386. r14d1@
  35387. robustness@
  35388. sample
  35389. quickdraw@
  35390. security
  35391. snippets
  35392. memory@
  35393. suites@
  35394. system
  35395. system
  35396. samples@
  35397. system
  35398. enabler
  35399. system
  35400. enabler
  35401. technical@
  35402. technotes@
  35403. tuning@
  35404. university@
  35405. v1.0@
  35406. watch@
  35407. worldwide
  35408. quickdraw
  35409. 1994@
  35410. 1996@
  35411. 2300@
  35412. 350000@
  35413. system's
  35414. system-level
  35415. systematic
  35416. systematically
  35417. systems
  35418. systemsoft
  35419. t-shirt
  35420. tab-delimited
  35421. table
  35422. All Packages
  35423. Hebrew Language KitO!Dev.CD May 97 TC
  35424. Dev.CD May 96 TCP Dev.CD May 97 TC
  35425. Dev.CD May 96 TV
  35426. 2285X
  35427. May 97
  35428. v--set theItem to choose file -- uncomment to test in an AS editor
  35429.     tell application "Finder"
  35430.         open item "Dev.CD May 97 TC
  35431. Dev.CD May 96 TC"
  35432.         activate
  35433.     end tell
  35434. on error errMsg number errNum
  35435.     --enter statements to perform when no records are found such as...
  35436.     display dialog "Sorry, the item you selected could not be found."
  35437.     return
  35438. end try
  35439. All Packages
  35440. Hebrew Language KitO2Dev.CD May 97 TC
  35441. Dev.CD Nov 96 TC
  35442. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  35443. Dev.CD Nov 96 TC
  35444. Dev.CD Aug 96 TV
  35445. 2286X
  35446. May 97
  35447. e--set theItem to choose file -- uncomment to test in an AS editor
  35448.     tell application "Finder"
  35449.         open item "Dev.CD May 96 TC"
  35450.         activate
  35451.     end tell
  35452. on error errMsg number errNum
  35453.     --enter statements to perform when no records are found such as...
  35454.     display dialog "Sorry, the item you selected could not be found."
  35455.     return
  35456. end try
  35457. D!All Packages
  35458. Tool Chest Edition
  35459. Hebrew Language Kit v1.0.1
  35460. ;Summary: The Hebrew Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Hebrew on the Macintosh
  35461.  and other computers using the Mac
  35462.  OS.   See the document "Hebrew Read Me First" or "Lisez-moi (H
  35463. breu)" for details and installation instructions. 
  35464. JZCopy to your HD to install:
  35465. Install 1, English:
  35466. Install 1, Fran
  35467. Install 2:
  35468. Install 3:K
  35469. May 96L
  35470. Aug 96O9Dev.CD Nov 99 TC:Language Kits:Hebrew Language Kit 1.0.1:P>Dev.CD Nov 99 TC
  35471.  - Language Kits
  35472.  - Hebrew Language Kit 1.0.1V
  35473. 2287X
  35474. Nov 99^
  35475. --set theItem to choose file -- uncomment to test in an AS editor
  35476.     tell application "Finder"
  35477.         open item "Dev.CD May 97 TC
  35478. Dev.CD Nov 96 TC
  35479. Dev.CD Aug 96 TC"
  35480.         activate
  35481.     end tell
  35482. on error errMsg number errNum
  35483.     --enter statements to perform when no records are found such as...
  35484.     display dialog "Sorry, the item you selected could not be found."
  35485.     return
  35486. end try
  35487. e    No Changeq
  35488. Dev.CD Nov 99 TC
  35489. D!All Packages
  35490. Tool Chest Edition
  35491.  XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35492.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35493. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35494. JGbuildXCMD
  35495. Help XFCN RN 1.4
  35496. helpLab
  35497. makefileHelp
  35498. makeout
  35499. object:
  35500. source:K
  35501. Vol VIIL
  35502. Aug 93M
  35503. HyperCard 2.1, System 7N
  35504. HyperCard, Help, BalloonsO[Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Nov 99 TC
  35505.  - Tool Chest
  35506.  - Development Kits
  35507.  - HyperCard Related
  35508.  - XCMDs & XFCNs
  35509.  - Help XFCN 1.4V
  35510. 2288X
  35511. 1XFCN 1.4V
  35512. 2288X
  35513. 1e    No Change
  35514. --set theItem to choose file -- uncomment to test in an AS editor
  35515.     tell application "Finder"
  35516.         open item "Dev.CD Nov 99 TC:Language Kits:Hebrew Language Kit 1.0.1:"
  35517.         activate
  35518.     end tell
  35519. on error errMsg number errNum
  35520.     --enter statements to perform when no records are found such as...
  35521.     display dialog "Sorry, the item you selected could not be found."
  35522.     return
  35523. end try
  35524. install
  35525. copybits
  35526. copybits
  35527. application
  35528. copybits
  35529. copyfolder
  35530. copyfolder
  35531. copyres
  35532. copyres
  35533. corefoundation
  35534. coreheaders
  35535. coresample
  35536. coresample
  35537. coresource
  35538. corpchar
  35539. corpchar
  35540. count
  35541. counter
  35542. counterabout
  35543. counterconsole
  35544. counterdialog
  35545. counterdocument
  35546. counterprint
  35547. counterwindow
  35548. coupon
  35549. Nov 99^
  35550. --set theItem to choose file -- uncomment to test in an AS editor
  35551.     tell application "Finder"
  35552.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:"
  35553.         activate
  35554.     end tell
  35555. on error errMsg number errNum
  35556.     --enter statements to perform when no records are found such as...
  35557.     display dialog "Sorry, the item you selected could not be found."
  35558.     return
  35559. end try
  35560. e    No Changef
  35561. HyperCard
  35562. Balloonsq
  35563. Dev.CD Nov 99 TC
  35564. D!All Packages
  35565. Tool Chest Edition
  35566. helpful MPW scripts
  35567. Help XFCN 1.4
  35568. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  35569.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  35570. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  35571. JGbuildXCMD
  35572. Help XFCN RN 1.4
  35573. helpLab
  35574. makefileHelp
  35575. makeout
  35576. object:
  35577. source:K
  35578. Vol VIIL
  35579. Aug 93M
  35580. HyperCard 2.1, System 7N
  35581. HyperCard, Help, BalloonsO[Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:PiDev.CD Nov 99 TC
  35582.  - Tool Chest
  35583.  - Development Kits
  35584.  - HyperCard Related
  35585.  - XCMDs & XFCNs
  35586.  - Help XFCN 1.4V
  35587. 2288X
  35588. cd-rom
  35589. cd-rom-based
  35590. cdent
  35591. cdevs
  35592. cdk's
  35593. cdromdrivecheck
  35594. cdtool
  35595. celestial
  35596. celik
  35597. center
  35598. centered
  35599. central
  35600. centuries
  35601. certain
  35602. certainly
  35603. certificates
  35604. certified
  35605. cfdata
  35606. cfm-68k
  35607. cgrafport
  35608. cgrafports
  35609. chain
  35610. chance
  35611. change
  35612. changing
  35613. channel
  35614. channels
  35615. chapter
  35616. chapters
  35617. character
  35618. characteristics
  35619. helplab
  35620. helpsystems
  35621. hidemenubaretc
  35622. hidemenubaretc
  35623. readme
  35624. hidemenubaretc
  35625. hiermenus
  35626. higos8guide
  35627. higuidelines
  35628. history
  35629. history
  35630. history
  35631. hooks
  35632. hooks
  35633. hooks
  35634. hooks
  35635. horiz
  35636. horiz
  35637. count
  35638. hoseirdasample
  35639. hotbot
  35640. hotbot
  35641. htmlsample
  35642. htmlsample
  35643. server
  35644. httpserver
  35645. httpserver
  35646. human
  35647. human
  35648. interface
  35649. guidelines
  35650. human
  35651. interface
  35652. notes
  35653. hypercard
  35654. hypercard
  35655. update
  35656. installer
  35657. hypercard
  35658. toolkit
  35659. 1.0b2
  35660. hypercard
  35661. player
  35662. hypercard
  35663. serial
  35664. toolkit
  35665. hypercard
  35666. video
  35667. toolkit
  35668. ibook
  35669. iconpict
  35670. iconpict
  35671. ideas
  35672. ideas
  35673. toolkit
  35674. identifycd
  35675. idletasks
  35676. idletasks
  35677. distributors/localiz
  35678. 2289X
  35679. Nov 99^
  35680. --set theItem to choose file -- uncomment to test in an AS editor
  35681.     tell application "Finder"
  35682.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:"
  35683.         activate
  35684.     end tell
  35685. on error errMsg number errNum
  35686.     --enter statements to perform when no records are found such as...
  35687.     display dialog "Sorry, the item you selected could not be found."
  35688.     return
  35689. end try
  35690. e    No Changeq
  35691. Dev.CD Nov 99 TC
  35692. D!All Packages
  35693. Tool Chest Edition
  35694. HideMenubarEtc
  35695. Summary:  This demonstrates how to hide the menubar and/or the desktop.  The desktop is hidden simply by creating a large background window and filling it with the appropriate  pattern.  The menu bar is hidden by zeroing the Menu bar height, updating the GrayRgn, and then forcing all windows to redraw.  The rounded corners on every screen device can also be removed using a method similar to that used with the menubar.
  35696. Moved
  35697. Summary:  This folder contains four more helpful MPW scripts in addition to the DTS MPW Goodies package. 
  35698. Features:
  35699.  AskYesNo is an MPW tools used to prompt the user for simple yes/no questions.  The prompt string can be given and the default answer can be specified.
  35700.   IsCheckedOut script will allow a user to see if any of the files in an MPW projector are checked out and by whom.  This is VERY helpful when managing a project and when you are about to do a build to see who is still modi
  35701. fying source code.
  35702.    MakeTheFolder is an improvement over the MPW command MakeFolder.  This script accepts one input parameter.  This is the name of a folder to be created.  Whereas the MPW command NewFolder will also create folders, the NewFolder command will not create a  named folder if all of its parent folders do not already exist.  This script will insure all folders in the path exist.  So this script may be called once using the full pathname of the  desired folder and this script
  35703.  will create all needed parent folders along the path and then the target folder itself.  If the folder already exists then no action is taken.
  35704.    SaveMenu is useful to save changes to user defined menus in MPW.
  35705. JX MPW scripts README
  35706.  MPW scripts README.txt
  35707. AskYesNo
  35708. IsCheckedOut
  35709. MakeTheFolder
  35710. SaveMenuK
  35711. Feb 94OMDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:helpful MPW scripts:PXDev.CD Nov 99 TC
  35712.  - Tool Chest
  35713.  - Development Kits
  35714.  - MPW Related
  35715.  - helpful MPW scripts
  35716. gives
  35717. giving
  35718. glance
  35719. global
  35720. global-aware
  35721. globally
  35722. globals
  35723. glossaries
  35724. glossary
  35725. glyphs
  35726. goals
  35727. going
  35728. golden
  35729. gonzalez
  35730. gonzalez3
  35731. goodies
  35732. gopher
  35733. gotcha
  35734. gotchas
  35735. gough
  35736. gourdol
  35737. governed
  35738. grabber
  35739. grabguy
  35740. gracefully
  35741. grafport
  35742. graphical
  35743. graphically
  35744. HideMenubarEtc
  35745. HideMenubarEtc -- readme
  35746. HideMenubarEtc.rsrc
  35747. HideMenubarEtc.
  35748. InitMac.c
  35749. InitMac.h
  35750. ShowHideCorners.c
  35751. ShowHideCorners.h
  35752. ShowHideDemo.c
  35753. ShowHideMenubar.c
  35754. ShowHideMenubar.h
  35755. ShowHideUtils.c
  35756. ShowHideUtils.hK
  35757. Aug 95M-System 7 or greater, Universal Interfaces 2.0N+hide MenuBar corners desktop Finder GrayRgnO4Dev.CD Nov 99 TC:Sample Code:Toolbox:HideMenubarEtc:P<Dev.CD Nov 99 TC
  35758.  - Sample Code
  35759.  - Toolbox
  35760.  - HideMenubarEtcV
  35761. 2290X
  35762. Nov 99^
  35763. --set theItem to choose file -- uncomment to test in an AS editor
  35764.     tell application "Finder"
  35765.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:HideMenubarEtc:"
  35766.         activate
  35767.     end tell
  35768. on error errMsg number errNum
  35769.     --enter statements to perform when no records are found such as...
  35770.     display dialog "Sorry, the item you selected could not be found."
  35771.     return
  35772. end try
  35773. Movedf+hide MenuBar corners desktop Finder GrayRgnq
  35774. Dev.CD Nov 99 TC
  35775. D!All Packages
  35776. Tool Chest Edition
  35777. HITEC (super front end to VU)
  35778. signaturetoapp
  35779. signaturetoapp
  35780. sillyballs
  35781. simple
  35782. simple
  35783. drawsprocket
  35784. simple
  35785. drawsprocket
  35786. simple
  35787. drawsprocket
  35788. simple
  35789. drawsprocket
  35790. simple
  35791. simpleapp
  35792. simpleapp
  35793. simpleapp
  35794. simpleapp
  35795. simpleapp68k
  35796. simpleapp68k
  35797. simpleappppc
  35798. simpleappppc
  35799. simpleprefs
  35800. simpleprefs
  35801. simpleprefs
  35802. simpletext
  35803. simpletext
  35804. simpletext
  35805. simpletext
  35806. simpletext
  35807. simpletext
  35808. simpletext
  35809. simpletext
  35810. sample
  35811. software
  35812. license
  35813. software
  35814. license
  35815. solutions
  35816. sound
  35817. sound
  35818. sound
  35819. files
  35820. soundapp
  35821. soundrecord
  35822. soundrecord
  35823. soundsprocket
  35824. soundsprocket
  35825. source
  35826. source
  35827. masher
  35828. sourcemenu
  35829. sources
  35830. rendering
  35831. htmlrenderinglib
  35832. human
  35833. human
  35834. interface
  35835. devices
  35836. human
  35837. interface
  35838. guidelines
  35839. hypercard
  35840. hypercard
  35841. player
  35842. cardbus
  35843. ibook
  35844. family
  35845. plotting
  35846. resources
  35847. services
  35848. utilities
  35849. iconref
  35850. icons
  35851. identification
  35852. image
  35853. imagewriter
  35854. imaging
  35855. inactive
  35856. index
  35857. indian
  35858. plist
  35859. information
  35860. information
  35861. property
  35862. inline
  35863. inline
  35864. input
  35865. input
  35866. input
  35867. device
  35868. inputsprocket
  35869. inside
  35870. inside
  35871. inside
  35872. macintosh
  35873. installer
  35874. instance
  35875. instance
  35876. variables
  35877. instrumentation
  35878. integrity
  35879. interactive
  35880. 2291X
  35881. Nov 99^
  35882. --set theItem to choose file -- uncomment to test in an AS editor
  35883.     tell application "Finder"
  35884.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  35885.         activate
  35886.     end tell
  35887. on error errMsg number errNum
  35888.     --enter statements to perform when no records are found such as...
  35889.     display dialog "Sorry, the item you selected could not be found."
  35890.     return
  35891. end try
  35892. e    No Changeq
  35893. Dev.CD Nov 99 TC
  35894. D!All Packages
  35895. Tool Chest Edition
  35896. HotSauce (Project X)
  35897. Summary: A collection of MPW
  35898.  scripts and tools with a menu and commando interface to aid in authoring, executing and analyzing human interface tests.  Tests may be written as Virtual User (VU) or MPW scripts.
  35899. Features: Using HITEC, you have the ability to create new tests, execute and analyze existing tests and collect groups of tests into suites.  HITEC also provides various controls over the execution of tests and suites, such as setting a group of target systems on which to execute th
  35900. e tests, determining the CPU type of target system and making timing adjustments to best suit that system, and verifying that a system is still functional after the execution of previous tests. 
  35901. Hardware:  One controller system and at least one target system.  The controller system should have 1MB or more of RAM to run MPW 3.0 or higher.  The target system(s) should be a Macintosh Plus or higher.
  35902. Software:  (Controller) MPW 3.1 or higher and Virtual User 1.0 or higher.  (Target) Agent VU,
  35903.  5th Column 1.1 and MacsBug.
  35904. Issues: Some VU Libraries distributed with HITEC contain routines that apply to targets running System 7.0 only.  
  35905. Virtual User tools.imgK
  35906. Jan 92OCDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Nov 99 TC
  35907.  - Tool Chest
  35908.  - Testing & Debugging
  35909.  - Virtual User tools
  35910. interfaces
  35911. interleave
  35912. authoring
  35913. authorized
  35914. authors
  35915. auto-scroll
  35916. autoguest
  35917. macintosh
  35918. powerbook
  35919. series
  35920. developer
  35921. macintosh's
  35922. macintosh-based
  35923. macintosh-powerpc
  35924. macintoshes
  35925. macjapanese
  35926. macodbc
  35927. macos
  35928. macos-based
  35929. macro
  35930. macros
  35931. macsbugW
  35932. macsbug
  35933. apple's
  35934. assembly-level
  35935. powerpc
  35936. debugger
  35937. macsbug's
  35938. macsnmp
  35939. mactcp
  35940. mactcp
  35941. 2.0.6
  35942. release
  35943. notes
  35944. madness
  35945. 2292X
  35946. Nov 99^
  35947. --set theItem to choose file -- uncomment to test in an AS editor
  35948.     tell application "Finder"
  35949.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  35950.         activate
  35951.     end tell
  35952. on error errMsg number errNum
  35953.     --enter statements to perform when no records are found such as...
  35954.     display dialog "Sorry, the item you selected could not be found."
  35955.     return
  35956. end try
  35957. Deletedq
  35958. Dev.CD Nov 99 TC
  35959. D!All Packages
  35960. Tool Chest Edition
  35961. How to Detect a CD
  35962. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  35963. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  35964. JSidentifyCD.
  35965. main.c
  35966. Makefile
  35967. Not used in this example:
  35968. ReadMe
  35969. WhereCDs.c
  35970. WhereCDs.hK
  35971. Dec 95N CD-ROM, SCSI, Device Manager, CD
  35972. Summary:  HotSauce is a technology demonstration based on MCF (Meta Content Format). MCF is a format for representing information about content.
  35973. The goal of MCF is to provide an adequate language for representing a wide range of information about content. The content targeted includes web pages, gopher and ftp files, desktop files, email and structured (i.e., relational and object oriented) databases, etc. The corresponding meta-content includes indices such as Yahoo!, gopher and ftp direB
  35974. ctory structures, email headers, data dictionaries, etc. 
  35975. ProjectX (aka HotSauce) is just one of the applications that is enabled by the MCF. It should be possible for many different applications to use the meta-content represented in the MCF. 
  35976. HotSauce standalone app FAQ
  35977. Meta-Content Format
  35978. Project X Large 68K:
  35979. Project X Large PPC:
  35980. Project X Quick Start Guide
  35981. ProjectXPlugIn68K
  35982. ProjectXPlugIn68KNFPU
  35983. ProjectXPlugInPPC
  35984. Standalone App Quick StartK
  35985. Nov 96
  35986. O<Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):PDDev.CD Nov 99 TC
  35987.  - Tool Chest
  35988.  - Networking
  35989.  - HotSauce (Project X)
  35990. O>Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:PIDev.CD Nov 99 TC
  35991.  - Tool Chest
  35992.  - Devices
  35993.  - CD-ROM
  35994.  - How to Detect a CDV
  35995. 2293X
  35996. Nov 99^
  35997. --set theItem to choose file -- uncomment to test in an AS editor
  35998.     tell application "Finder"
  35999.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  36000.         activate
  36001.     end tell
  36002. on error errMsg number errNum
  36003.     --enter statements to perform when no records are found such as...
  36004.     display dialog "Sorry, the item you selected could not be found."
  36005.     return
  36006. end try
  36007. e    No Changef
  36008. CD-ROM
  36009. Device Manager
  36010. Dev.CD Nov 99 TC
  36011. All Packages
  36012. HTMLSample
  36013. 2294X
  36014. example
  36015. notation
  36016. notation
  36017. notes
  36018. notification
  36019. notification
  36020. 1.5.1
  36021. first
  36022. library
  36023. plugins
  36024. nubus
  36025. nubus
  36026. board
  36027. registration
  36028. nubuslist
  36029. nubuslist
  36030. nubustest
  36031. nubustest
  36032. nubustest
  36033. nubustest
  36034. nutankframes
  36035. nutankframes
  36036. 2294X
  36037. Dec 99^    RL Disk 1
  36038. --set theItem to choose file -- uncomment to test in an AS editor
  36039.     tell application "Finder"
  36040.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:"
  36041.         activate
  36042.     end tell
  36043. on error errMsg number errNum
  36044.     --enter statements to perform when no records are found such as...
  36045.     display dialog "Sorry, the item you selected could not be found."
  36046.     return
  36047. end try
  36048. e    No Changef'HTML
  36049. HTMLRenderingLib
  36050. Packages
  36051. Mac OS 9q
  36052. Dev.CD Dec 99 RL Disk 1
  36053. Http Server
  36054. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36055. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  36056. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvementneeds improvement
  36057. HTMLSample is an application illustrating how to use the new HTMLRenderingLib services found in Mac OS 9. HTMLRenderingLib is Apple's light-weight HTML rendering engine capable of displaying HTML files.
  36058. - shows how to draw HTML in a window using the HTMLRenderingLib,
  36059. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  36060. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  36061. - shows h
  36062. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  36063. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  36064. Dec 99
  36065. Dec 99M
  36066. Mac OS 9N*HTML, HTMLRenderingLib, Packages, Mac OS 9ORDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Human Interface Toolbox:HTMLSample:P]Dev.CD Dec 99 RL Disk 1
  36067.  - What's New
  36068.  - Sample Code
  36069.  - Human Interface Toolbox
  36070.  - HTMLSample
  36071. -AboutBox.c
  36072. AboutBox.h
  36073. CIconButtons.c
  36074. CIconButtons.h
  36075. History.c
  36076. History.h
  36077. HTMLSample
  36078. HTMLSample Help:
  36079. HTMLSample Pages:
  36080. HTMLSample.c
  36081. HTMLSample.h
  36082. HTMLSample.prj
  36083. HTMLSample.r
  36084. HTMLSample.rsrc
  36085. MakeFile
  36086. Re- C/F Registration Request
  36087. ReadMe
  36088. RenderingWindow.c
  36089. RenderingWindow.h
  36090. SampleUtils.c
  36091. SampleUtils.h
  36092. htmlsample
  36093. htmlsample
  36094. application
  36095. illustrating
  36096. urquhart
  36097. 2295X
  36098. Nov 99^
  36099. --set theItem to choose file -- uncomment to test in an AS editor
  36100.     tell application "Finder"
  36101.         open item "Dev.CD Nov 99 TC:Sample Code:Networking:Http Server:"
  36102.         activate
  36103.     end tell
  36104. on error errMsg number errNum
  36105.     --enter statements to perform when no records are found such as...
  36106.     display dialog "Sorry, the item you selected could not be found."
  36107.     return
  36108. end try
  36109. Movedf9OpenTransport
  36110. Server
  36111. Thread Manager
  36112. TCP/IP
  36113. IOStreamsq
  36114. Dev.CD Nov 99 TC
  36115. All Packages
  36116. Human Interface Notes
  36117. @Summary: Human Interface Notes are a collection of human interface guidelines for Macintosh applications.
  36118. Features: The introduction to the Human Interface Notes has been updated to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  36119. Jul 93V
  36120. 2296X
  36121. 1e    No Change
  36122. JO-read me- 
  36123. HttpServer
  36124. HttpServer.PPC.
  36125. HTTP Server:
  36126. Mac_Classes:
  36127. OT_Classes:K
  36128. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO4Dev.CD Nov 99 TC:Sample Code:Networking:Http Server:P<Dev.CD Nov 99 TC
  36129.  - Sample Code
  36130.  - Networking
  36131.  - Http Server
  36132. D!All Packages
  36133. Tool Chest Edition
  36134. Http Server
  36135. Summary:  This is a functional OpenTransport  sample  that implements a Macintosh background process that will respond to simple  HTTP requests via TCP/IP.  It utilizes C++, exceptions,  IOStreams, Mac Thread manager, OpenTransport (accepting connections and no-copy reads).
  36136. Issues:  Doesnt parse HTTP yet, but replies with a test page.. 
  36137. IOStreams recv not functional yet,  OT Listen/Accept loop needs improvement
  36138. JaApple Grayscale Appearance:
  36139. Human Interface Guidelines
  36140. Human Interface Notes
  36141. MacOS8Documentation:K
  36142. Jul 93M
  36143. Adobe Acrobat Reader.O@Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:PEDev.CD Dec 99 RL Disk 1
  36144.  - Technical Documentation
  36145.  - Human InterfaceV
  36146. 2296X
  36147. Dec 99^    RL Disk 1
  36148. --set theItem to choose file -- uncomment to test in an AS editor
  36149.     tell application "Finder"
  36150.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:"
  36151.         activate
  36152.     end tell
  36153. on error errMsg number errNum
  36154.     --enter statements to perform when no records are found such as...
  36155.     display dialog "Sorry, the item you selected could not be found."
  36156.     return
  36157. end try
  36158. e    No Changeq
  36159. Dev.CD Dec 99 RL Disk 1
  36160. D!All Packages
  36161. Tool Chest Edition
  36162. HW Bring-up Tools
  36163. summary
  36164. human
  36165. interface
  36166. notes
  36167. collection
  36168. human
  36169. summary
  36170. displays
  36171. indicator
  36172. summary
  36173. includes
  36174. example
  36175. declaration
  36176. sources
  36177. summary
  36178. includes
  36179. a/rose
  36180. v1.2.1
  36181. system
  36182. extension
  36183. includin
  36184. summary
  36185. inside
  36186. macintosh
  36187. collection
  36188. books
  36189. organized
  36190. summary
  36191. iw-half-dither
  36192. imagewriter
  36193. sample
  36194. driver
  36195. summary
  36196. laserwriter
  36197. driver
  36198. current
  36199. printi
  36200. summary
  36201. scroll
  36202. bones
  36203. application
  36204. demonstratin
  36205. summary
  36206. driver
  36207. utitity
  36208. driver
  36209. writers
  36210. summary
  36211. localization
  36212. japan
  36213. provides
  36214. overview
  36215. summary
  36216. localization
  36217. guide
  36218. hypercard
  36219. stacks
  36220. summary
  36221. lockvol
  36222. control
  36223. panel
  36224. device
  36225. summary
  36226. error
  36227. tones
  36228. application
  36229. explains
  36230. summary
  36231. runtime
  36232. apple's
  36233. implementatio
  36234. summary
  36235. macbinary
  36236. standard
  36237. allowed
  36238. variabl
  36239. 2297X
  36240. Nov 99^
  36241. --set theItem to choose file -- uncomment to test in an AS editor
  36242.     tell application "Finder"
  36243.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:"
  36244.         activate
  36245.     end tell
  36246. on error errMsg number errNum
  36247.     --enter statements to perform when no records are found such as...
  36248.     display dialog "Sorry, the item you selected could not be found."
  36249.     return
  36250. end try
  36251. e    No Changeq
  36252. Dev.CD Nov 99 TC
  36253. All Packages
  36254. HyperCard 2.4 Update
  36255. 2298X
  36256.  Summary:  This is a set of three MPW tools written for hardware debug and bring-up.  You could probably write them yourself in an hour or so 
  36257.  but what if you don
  36258. t have that much time...
  36259. Features:  MPW scripts for Read/Write long, Read/Write byte, and to pattern test an address range. 
  36260. Hardware tools.imgK
  36261. Feb 94O?Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:PGDev.CD Nov 99 TC
  36262.  - Tool Chest
  36263.  - Testing & Debugging
  36264.  - Hardware tools
  36265. could
  36266. couldn't
  36267. counter
  36268. counterpart
  36269. counterparts
  36270. countersQ
  36271. counting
  36272. country
  36273. counts
  36274. couple
  36275. course
  36276. courses
  36277. courseware
  36278. cover
  36279. coverage
  36280. covered
  36281. covers
  36282. cplustesample
  36283. hours
  36284. house
  36285. rendering
  36286. library
  36287. htmlrenderinglib
  36288. society
  36289. softpower
  36290. software
  36291. solaris
  36292. someone
  36293. something
  36294. sometimes
  36295. somewhere
  36296. sophisticated
  36297. sorting
  36298. sound
  36299. sounds
  36300. soundsprocket
  36301. source
  36302. 2298X
  36303. Dec 99^    RL Disk 1
  36304. --set theItem to choose file -- uncomment to test in an AS editor
  36305.     tell application "Finder"
  36306.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:"
  36307.         activate
  36308.     end tell
  36309. on error errMsg number errNum
  36310.     --enter statements to perform when no records are found such as...
  36311.     display dialog "Sorry, the item you selected could not be found."
  36312.     return
  36313. end try
  36314. e    No Changef
  36315. HyperCard
  36316. updateq
  36317. Dev.CD Dec 99 RL Disk 1
  36318. D!All Packages
  36319. Tool Chest Edition
  36320. HyperCard Instance Variables
  36321. This HyperCard 2.4 Update adds some new features, including QuickTime functionality, and fixes problems with the HyperCard application. This product updates HyperCard 2.3 or 2.3.5 to HyperCard 2.4.
  36322. Several exciting features have been added with the release of HyperCard 2.4, including:
  36323.  an improved movie button task that allows you to open any QuickTime-readable file
  36324.  ability to open movie and some image files by dragging them onto the HyperCard application icon
  36325.  a new Link to URL butto
  36326. n task and HyperTalk command for connecting to a web site
  36327.  ability to manipulate QuickTime movies using HyperTalk
  36328.  keyboard navigation of QuickTime VR movies
  36329.  ability to open a nearly unlimited number of files using HyperTalk
  36330.  enhanced script editor window for easier navigation
  36331.  improved Picture XCMD
  36332.  more script commands and new syntax
  36333. For more information on these features and how to use them, see Using HyperCard 2.4.
  36334. Sep 97L
  36335. Jul 98
  36336.     J6HyperCard 2.4 Update Installer
  36337. Read Me - HyperCard 2.4K
  36338. Sep 97L
  36339. Jul 98N
  36340. HyperCard, 2.4, updateOIDev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Updater 2.4:PQDev.CD Dec 99 RL Disk 1
  36341.  - Utilities
  36342.  - HyperCard Player
  36343.  - HyperCard Updater 2.4
  36344. update
  36345. appearance
  36346. 1.0.3
  36347. manager
  36348. manager
  36349. package
  36350. consists
  36351. files
  36352. provide
  36353. information
  36354. package
  36355. contains
  36356. number
  36357. routines
  36358. helpful
  36359. package
  36360. contains
  36361. appleshare
  36362. 3.6.5
  36363. first
  36364. package
  36365. contains
  36366. drive
  36367. setup
  36368. v1.7.2
  36369. program
  36370. package
  36371. contains
  36372. processor
  36373. emulator
  36374. extensions
  36375. package
  36376. includes
  36377. transport
  36378. debug
  36379. package
  36380. compatible
  36381. package
  36382. system
  36383. compatible
  36384. program
  36385. displays
  36386. memory
  36387. configuration
  36388. release
  36389. keychain
  36390. focuses
  36391. password
  36392. storage
  36393. sample
  36394. accompanies
  36395. optimization
  36396. strategies
  36397. sample
  36398. demonstrates
  36399. laserwriter
  36400. communicatio
  36401. sample
  36402. demonstrates
  36403. variety
  36404. techniques
  36405. using
  36406. 2299X
  36407. Nov 99^
  36408. --set theItem to choose file -- uncomment to test in an AS editor
  36409.     tell application "Finder"
  36410.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:"
  36411.         activate
  36412.     end tell
  36413. on error errMsg number errNum
  36414.     --enter statements to perform when no records are found such as...
  36415.     display dialog "Sorry, the item you selected could not be found."
  36416.     return
  36417. end try
  36418. e    No ChangefFHyperCard
  36419. variable
  36420. button
  36421. field
  36422. instance variables
  36423. global
  36424. saving stateq
  36425. Dev.CD Nov 99 TC
  36426. All Packages
  36427. HyperCard Player 2.4
  36428. 2300X
  36429. Summary: Objects in HyperCard are not allowed to have variables inside them
  36430. until now.  Instance variables are useful for storing more data with a button or field.  This stack script allows you to have variables attached to a button, shared field, or other HyperCard object.
  36431. An object may have any number of variables. Values are preserved when you quit.  They stay with your stack when you drag it to another disk.  The objects that can have variables are: a card button, a card field, the caBJrd itself, a background button, a shared field, or the background itself. 
  36432. J)Instance Variable text
  36433. Instance VariablesK
  36434. Jun 93M
  36435. HyperCard 2.1 or laterNLHyperCard, variable, button, field, instance variables, global, saving stateO\Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Instance Variables:PgDev.CD Nov 99 TC
  36436.  - Tool Chest
  36437.  - Development Kits
  36438.  - HyperCard Related
  36439.  - HyperCard Instance Variables
  36440. hyperdam
  36441. hyperlinks
  36442. hypertalk
  36443. hypertext
  36444. icon's
  36445. iconposition
  36446. icons
  36447. ideal
  36448. identify
  36449. identity
  36450. illustrate
  36451. illustrated
  36452. illustrates
  36453. illustrating
  36454. image
  36455. image's
  36456. press
  36457. pressed
  36458. prevent
  36459. prevented
  36460. preview
  36461. previews
  36462. previous
  36463. previously
  36464. prgeneral
  36465. prgram
  36466. price
  36467. prices
  36468. primarily
  36469. primary
  36470. primer
  36471. primitives
  36472. principles
  36473. print
  36474. print2
  36475. printable
  36476. printed
  36477. printenv
  36478. printer
  36479. printer-specific
  36480. printers
  36481. printers/print
  36482. printing
  36483. printing-related
  36484. ibook
  36485. table
  36486. ciconhandle
  36487. ctabhandle
  36488. identification
  36489. imagewriter
  36490. imaging
  36491. inactive
  36492. index
  36493. indian
  36494. information
  36495. inline
  36496. input
  36497. inputsprocket
  36498. installer
  36499. instance
  36500. instrumentation
  36501. instrumentation
  36502. performance
  36503. analysis
  36504. interactive
  36505. interface
  36506. interfaces
  36507. interleaving
  36508. international
  36509. international
  36510. glossaries
  36511. internationalization
  36512. internet
  36513. investment
  36514. iostreams
  36515. cd-rom
  36516. device
  36517. driver
  36518. items
  36519. japanese
  36520. after
  36521. wombat
  36522. runtime
  36523. kernel
  36524. keyboard
  36525. keyboard
  36526. keychain
  36527. 2300X
  36528. Dec 99^    RL Disk 1
  36529. --set theItem to choose file -- uncomment to test in an AS editor
  36530.     tell application "Finder"
  36531.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:"
  36532.         activate
  36533.     end tell
  36534. on error errMsg number errNum
  36535.     --enter statements to perform when no records are found such as...
  36536.     display dialog "Sorry, the item you selected could not be found."
  36537.     return
  36538. end try
  36539. e    No Changef
  36540. HyperCard Player
  36541. stacksq
  36542. Dev.CD Dec 99 RL Disk 1
  36543. D!All Packages
  36544. Tool Chest Edition
  36545. HyperCard Toolkits
  36546. Summary: The HyperCard
  36547.  Player software enables you to run applications created with HyperCard. HyperCard applications, or "stacks", are interactive documents which can incorporate text, graphics, animation, audio and video.
  36548. To take full advantage of the powerful authoring capabilities of HyperCard, you can purchase the HyperCard Development Kit through an authorized Apple dealer.  The HyperCard Development Kit contains the HyperCard software, a complete set of manuals, sample files, and BEpre-scripted objects and tools to help you create software quickly.  
  36549. J=Addresses
  36550. Audio Help
  36551. HyperCard Player
  36552. What is HyperCard?K
  36553. Feb 92L
  36554. Jul 98N
  36555. HyperCard Player, stacksOHDev.CD Dec 99 RL Disk 1:Utilities:HyperCard Player:HyperCard Player 2.4:PPDev.CD Dec 99 RL Disk 1
  36556.  - Utilities
  36557.  - HyperCard Player
  36558.  - HyperCard Player 2.4
  36559. cancelwindowcheckout
  36560. cannot
  36561. capabilities
  36562. capability
  36563. capable
  36564. capacity
  36565. capitalize
  36566. capped
  36567. capture
  36568. carbon
  36569. carbon
  36570. manager
  36571. carbon
  36572. printing
  36573. manager
  36574. carbon
  36575. window
  36576. manager
  36577. carbon-compliant
  36578. carbonlib
  36579. carbonlib1.0
  36580. 2301X
  36581. Nov 99^
  36582. --set theItem to choose file -- uncomment to test in an AS editor
  36583.     tell application "Finder"
  36584.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:"
  36585.         activate
  36586.     end tell
  36587. on error errMsg number errNum
  36588.     --enter statements to perform when no records are found such as...
  36589.     display dialog "Sorry, the item you selected could not be found."
  36590.     return
  36591. end try
  36592. e    No ChangefMMacTCP
  36593. Communications Toolbox
  36594. Serial ports
  36595. CD Audio toolkit
  36596. Video toolkitq
  36597. Dev.CD Nov 99 TC
  36598. D!All Packages
  36599. Mac OS SDK Edition
  36600. ICC Profile SpecI&Latest ICC specification for profiles.J
  36601. Embedding ICC Profile in EPS
  36602. Embedding ICC Profile in GIF89a
  36603. Embedding ICC Profile in Pict
  36604. Embedding ICC Profiles in JFIF
  36605. Embedding ICC Profiles in TIFFK
  36606. Apr 98M
  36607. ColorSync 2.xN%ColorSync, ICC, Profile SpecificationOkDev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:ge
  36608. Summary:  These are obsolete Hypercard XCMD toolkits which used to be sold through APDA.  These are no longer supported, but may be of interest to developers writing their own XCMDS.
  36609. These XCMDs are not supported by DEVSUPPORT.  Questions will be rejected.  These packages are offered as a convenience to our developers, but are obsolete.
  36610. Issues:  These XCMDs are unsupported.  Do not send questions to DEVSUPPORT.  We can not help you with these XCMDs.
  36611. !Read me (obsolete&unsupported)
  36612. !Read me.txt
  36613. AppleTalk ToolKit.img
  36614. CD Audio Toolkit 1.0.img
  36615. HyperCard CTB Toolkit 1.0b2.img
  36616. HyperCard Serial Toolkit 2..img
  36617. HyperCard Video Toolkit 2.0.img
  36618. Ideas Toolkit 1.0.img
  36619. Prototyping Toolkit 2.0.imgK
  36620. May 95M
  36621. Hypercard.  It is uncertain that these packages will work correctly with the latest version of Hypercard, but they did work with an earlier version.ORDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:
  36622. NRMacTCP, Communications Toolbox, CTB, Serial ports, CD Audio toolkit, Video toolkitORDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:HyperCard Toolkits:P]Dev.CD Nov 99 TC
  36623.  - Tool Chest
  36624.  - Development Kits
  36625.  - HyperCard Related
  36626.  - HyperCard Toolkits
  36627. hypercard
  36628. toolkits
  36629. profile
  36630. image
  36631. imaging
  36632. imran's
  36633. imran's
  36634. virtual
  36635. keycodes
  36636. index
  36637. indian
  36638. indian
  36639. language
  36640. indian
  36641. language
  36642. inline
  36643. inline
  36644. input
  36645. textedit
  36646. input
  36647. inside
  36648. inside
  36649. macintosh
  36650. quickdraw
  36651. install
  36652. 1.0fc1
  36653. rejoice
  36654. rekeytrans
  36655. relate
  36656. related
  36657. relates
  36658. relating
  36659. relational
  36660. relations
  36661. relationship
  36662. relationships
  36663. relative
  36664. relatively
  36665. relax
  36666. release
  36667. release
  36668. notes
  36669. release
  36670. v1.3f3
  36671. driver
  36672. development
  36673. includes
  36674. rendering
  36675. renegade
  36676. renewed
  36677. replace
  36678. replacement
  36679. replaces
  36680. replaces
  36681. postscript
  36682. sample
  36683. replies
  36684. report
  36685. prototyping
  36686. toolkit
  36687. ptags
  36688. ptags
  36689. manual
  36690. ptags
  36691. manual
  36692. pubscatalog
  36693. pubscatalog
  36694. pubsorderform
  36695. pubsorderform
  36696. survival
  36697. qcopy
  36698. qcopy
  36699. environment
  36700. utilities
  36701. graphics
  36702. objects
  36703. printing
  36704. printing
  36705. drvrs
  36706. prog's
  36707. overview
  36708. typography
  36709. 1.1.1
  36710. spooler
  36711. patch
  36712. 1.0.2
  36713. 1.1.2
  36714. spooler
  36715. patch
  36716. 1.0.2
  36717. 1.1.3
  36718. spooler
  36719. patch
  36720. 1.0.2
  36721. qt3-more
  36722. qt3-more
  36723. video
  36724. technical
  36725. backgrounder
  36726. qtdevdocs
  36727. qteffects
  36728. qteffects
  36729. qteffects
  36730. qteffects
  36731. project
  36732. qtforjava
  36733. beta-level
  36734. tools
  36735. source
  36736. PyDev.CD Jan 00 SDK1
  36737.  - Development Kits
  36738.  - Mac OS
  36739.  - ColorSync 3.0 Mac SDK
  36740.  - Documentation
  36741.  - Embedding ICC Profiles DocsV
  36742. 2302X
  36743. Jan 00^
  36744. --set theItem to choose file -- uncomment to test in an AS editor
  36745.     tell application "Finder"
  36746.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  36747.         activate
  36748.     end tell
  36749. on error errMsg number errNum
  36750.     --enter statements to perform when no records are found such as...
  36751.     display dialog "Sorry, the item you selected could not be found."
  36752.     return
  36753. end try
  36754. e    No Changef#ColorSync
  36755. Profile Specificationq
  36756. Dev.CD Jan 00 SDK1
  36757. D!All Packages
  36758. Tool Chest Edition
  36759. Imran's Virtual KeycodesItSummary: This document shows how raw keycodes map to virtual keycodes on various keyboards.
  36760. It is an MPW text file. JFImran's READ ME
  36761. Imran's READ ME.txt
  36762. KCHR mappings
  36763. Virtual Keycode diffK
  36764. Vol VL
  36765. Vol VIIge
  36766. embedding
  36767. profile
  36768. gif89a
  36769. embedding
  36770. profile
  36771. embedding
  36772. profiles
  36773. embedding
  36774. profiles
  36775. embedding
  36776. profiles
  36777. embedding
  36778. profiles
  36779. emulator
  36780. emulator
  36781. release
  36782. notes
  36783. enableeomsample
  36784. enableeomsample
  36785. nglishmiscellaneous
  36786. englishmiscellaneous
  36787. englishmiscellaneous
  36788. englishterminology
  36789. englishterminology
  36790. englishterminology
  36791. enhanced
  36792. enhanced
  36793. survival
  36794. guide
  36795. environment
  36796. eomodeler
  36797. eomodeler
  36798. errata
  36799. ethernet
  36800. event
  36801. eventloop
  36802. eventloop
  36803. apple
  36804. ethernet
  36805. apple
  36806. video
  36807. example
  36808. example
  36809. scripts
  36810. example
  36811. examples
  36812. experimental
  36813. experimental
  36814. interfacelib
  36815. export
  36816. ORDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:P]Dev.CD Nov 99 TC
  36817.  - Tool Chest
  36818.  - Development Kits
  36819.  - MPW Related
  36820.  - Imran's Virtual KeycodesV
  36821. 2303X
  36822. Nov 99^
  36823. --set theItem to choose file -- uncomment to test in an AS editor
  36824.     tell application "Finder"
  36825.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Imran's Virtual Keycodes:"
  36826.         activate
  36827.     end tell
  36828. on error errMsg number errNum
  36829.     --enter statements to perform when no records are found such as...
  36830.     display dialog "Sorry, the item you selected could not be found."
  36831.     return
  36832. end try
  36833. e    No Changeq
  36834. Dev.CD Nov 99 TC
  36835. In Use
  36836. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  36837.  drives.
  36838. Vol VIII
  36839. 2304X
  36840. Nov 99^
  36841. --set theItem to choose file -- uncomment to test in an AS editor
  36842.     tell application "Finder"
  36843.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:SCSI:In Use:"
  36844.         activate
  36845.     end tell
  36846. on error errMsg number errNum
  36847.     --enter statements to perform when no records are found such as...
  36848.     display dialog "Sorry, the item you selected could not be found."
  36849.     return
  36850. end try
  36851. e    No Changeq
  36852. Dev.CD Nov 99 TC
  36853. All Packages
  36854. Indian Language KitO
  36855. Dev.CD May 97 TCP
  36856. Dev.CD May 97 TV
  36857. 2305X
  36858. May 97
  36859. e--set theItem to choose file -- uncomment to test in an AS editor
  36860.     tell application "Finder"
  36861.         open item "Dev.CD May 97 TC"
  36862.         activate
  36863.     end tell
  36864. on error errMsg number errNum
  36865.     --enter statements to perform when no records are found such as...
  36866.     display dialog "Sorry, the item you selected could not be found."
  36867.     return
  36868. end try
  36869. D!All Packages
  36870. Tool Chest Edition
  36871. Indian Language Kit 1.0
  36872. Vol IIIL
  36873. Vol VIIIO0Dev.CD Nov 99 TC:Tool Chest:Devices:SCSI:In Use:P;Dev.CD Nov 99 TC
  36874.  - Tool Chest
  36875.  - Devices
  36876.  - SCSI
  36877.  - In Use
  36878. J4In Use
  36879. In Use Release Notes
  36880. In Use Release Notes.txt
  36881. D!All Packages
  36882. Tool Chest Edition
  36883. In Use
  36884. Summary: In Use is an INIT that displays an indicator in your menu bar similar to an "In Use" light on a hard disk whenever a SCSI device is accessed.  It is useful for people with multiple hard disks, since it can display the SCSI ID when in use, and for people with internal drives.
  36885. accessed
  36886. accesses
  36887. accessible
  36888. accessing
  36889. accessor
  36890. accessories
  36891. acclaimed
  36892. accommodates
  36893. accompanied
  36894. accompanies
  36895. accompany
  36896. accompanying
  36897. accomplish
  36898. accomplished
  36899. accomplishing
  36900. according
  36901. account/password
  36902. accumulate
  36903. 2306X
  36904. Nov 99^
  36905. --set theItem to choose file -- uncomment to test in an AS editor
  36906.     tell application "Finder"
  36907.         open item "Dev.CD Nov 99 TC:Language Kits:Indian Language Kit 1.0:"
  36908.         activate
  36909.     end tell
  36910. on error errMsg number errNum
  36911.     --enter statements to perform when no records are found such as...
  36912.     display dialog "Sorry, the item you selected could not be found."
  36913.     return
  36914. end try
  36915. e    No Changeq
  36916. Dev.CD Nov 99 TC
  36917. D!All Packages
  36918. Tool Chest Edition
  36919. Inline Input for TextEdit
  36920. pSummary:  This package helps developers implement inline input for TextEdit using the TSMTE extension in their applications.
  36921. Features:  The package provides sample code for implementing inline input for TextEdit, the TSMTE interfaces, and the TSMTE extension. It is intended to be used along with Macintosh Technical Note TE 27 - Inline Input for TextEdit with TSMTE.
  36922. 2307X
  36923. Moved
  36924. Summary:  Apple's Indian Language Kit is an easy way to add Hindi, Sanskrit, Gujarati, Marathi, Punjabi, and Nepali text to your  documents using any of three Indian writing systems: Devanagari, Gujarati, and Gurmukhi.
  36925.                                                       
  36926. The Indian Language Kit is the ideal solution for a variety of business, educational and personal projects. It works best with applications that support Apple's WorldScript technology. It can even be used to view ISCII-
  36927. compatible Indian language sites on the web.
  36928. The Indian Language Kit includes Apple TrueType fonts that display and print high-quality Devanagari, Gurmukhi and Gujarati characters at any size. Documents can be printed on both QuickDraw and PostScript printers. If you use a QuickDraw GX application with the kit you will be able to access additional advanced typography features supported by Apple QuickDraw GX technology.
  36929. The kit comes with a selection of keyboard layouts accompanied by a r
  36930. !eference card. The default INSCRIPT layout, developed in India to address the special needs of Indian languages, permits all the Indian scripts to be typed in a common way. For users who prefer a phonetic Romanized input option, a QWERTY keyboard layout is also provided for each language.
  36931. Install 1:
  36932. Install 2:K
  36933. May 97O7Dev.CD Nov 99 TC:Language Kits:Indian Language Kit 1.0:P<Dev.CD Nov 99 TC
  36934.  - Language Kits
  36935.  - Indian Language Kit 1.0
  36936. summary
  36937. appleglot
  36938. translation
  36939. summary
  36940. appleglot
  36941. 2.4b6
  36942. translation
  36943. summary
  36944. applescript
  36945. easy-to-use
  36946. scripting
  36947. language
  36948. summary
  36949. appletalk's
  36950. printer
  36951. access
  36952. protocol
  36953. session
  36954. summary
  36955. appstogo
  36956. development
  36957. framework
  36958. developm
  36959. summary
  36960. 2.0.1
  36961. release
  36962. summary
  36963. atrapper
  36964. application
  36965. records
  36966. a-trap
  36967. calls
  36968. summary
  36969. audit
  36970. small
  36971. library
  36972. functions
  36973. provide
  36974. summary
  36975. backlight
  36976. control
  36977. control
  36978. panel
  36979. powerbooks
  36980. summary
  36981. bbedit
  36982. freeware
  36983. derivative
  36984. bbedit
  36985. summary
  36986. betabase
  36987. filemaker
  36988. report
  36989. database
  36990. summary
  36991. order
  36992. catch
  36993. summary
  36994. buginfo
  36995. macro
  36996. execute
  36997. within
  36998. macsbug
  36999. summary
  37000. callhyper
  37001. external
  37002. dimension
  37003. which
  37004. summary
  37005. cdent
  37006. format
  37007. source
  37008. JUInlineInputSample:
  37009. TE 27 - Inline Input & TextEdit
  37010. TSMTE Extension:
  37011. TSMTE Interfaces:K
  37012. Feb 94L
  37013. May 94MxFor optimal use, Japanese system software 7.1 or Japanese Language Kit are required. Application runs on SSW 6.0 and up.NBTSMTE, TSM, TextEdit, inline input, Japanese, internationalizationO<Dev.CD Nov 99 TC:Sample Code:Text:Inline Input for TextEdit:PDDev.CD Nov 99 TC
  37014.  - Sample Code
  37015.  - Text
  37016.  - Inline Input for TextEditV
  37017. 2307X
  37018. Nov 99^
  37019. --set theItem to choose file -- uncomment to test in an AS editor
  37020.     tell application "Finder"
  37021.         open item "Dev.CD Nov 99 TC:Sample Code:Text:Inline Input for TextEdit:"
  37022.         activate
  37023.     end tell
  37024. on error errMsg number errNum
  37025.     --enter statements to perform when no records are found such as...
  37026.     display dialog "Sorry, the item you selected could not be found."
  37027.     return
  37028. end try
  37029. Movedf=TSMTE
  37030. TextEdit
  37031. inline input
  37032. Japanese
  37033. internationalizationq
  37034. Dev.CD Nov 99 TC
  37035. D(All Packages
  37036. Reference Library Edition
  37037. summary
  37038. package
  37039. includes
  37040. draft
  37041. specifications
  37042. summary
  37043. package
  37044. apple
  37045. summary
  37046. package
  37047. provides
  37048. summary
  37049. package
  37050. provides
  37051. english
  37052. error
  37053. messages
  37054. summary
  37055. package
  37056. provides
  37057. something
  37058. replacement
  37059. summary
  37060. piece
  37061. intended
  37062. assist
  37063. non-us
  37064. developers
  37065. summary
  37066. resedit
  37067. editor
  37068. prepare
  37069. localized
  37070. numbe
  37071. summary
  37072. resedit
  37073. contains
  37074. macsbug
  37075. summary
  37076. sample
  37077. illustrates
  37078. determine
  37079. summary
  37080. sample
  37081. demonstrates
  37082. compress
  37083. decompr
  37084. summary
  37085. sample
  37086. demonstrates
  37087. write
  37088. simple
  37089. summary
  37090. sample
  37091. extracts
  37092. finder
  37093. strings
  37094. summary
  37095. support
  37096. quicktake
  37097. quicktake
  37098. summary
  37099. small
  37100. application
  37101. control
  37102. summary
  37103. software
  37104. improves
  37105. float-to-int
  37106. conversion
  37107. technical
  37108. technique
  37109. techniques
  37110. technotes
  37111. techpubsfeedback
  37112. techpubsfeedback
  37113. techpubsfind
  37114. techpubsfind
  37115. techqa
  37116. techqa
  37117. shtml
  37118. telecom
  37119. telephone
  37120. telephone
  37121. manager
  37122. telephony
  37123. telephony
  37124. suite
  37125. template
  37126. template
  37127. template
  37128. testfinderevents
  37129. testfinderevents
  37130. testfinderlaunch
  37131. testfinderlaunch
  37132. testfinderlaunch
  37133. testfinderlaunch
  37134. testfinderlaunch
  37135. testing
  37136. testmagic
  37137. testmagic
  37138. tests
  37139. testylesample
  37140. extractors
  37141. plug-ins
  37142. textchanger
  37143. textchanger
  37144. 2.0.1
  37145. textdrag
  37146. textdrag
  37147. textedit
  37148. textfile
  37149. textfile
  37150. textfile
  37151. textfile
  37152. textfile
  37153. textfile
  37154. textoid
  37155. textoid
  37156. tsmte
  37157. tsmte
  37158. textedit
  37159. inline
  37160. input
  37161. japanese
  37162. internationalizatio
  37163. tuning
  37164. tutorial
  37165. types
  37166. typography
  37167. ultraslimfast
  37168. unicode
  37169. unicode
  37170. imaging
  37171. bi-directional
  37172. rotation
  37173. double-byt
  37174. universal
  37175. systems
  37176. workstation
  37177. solaris
  37178. hp-ux
  37179. update
  37180. updater
  37181. updates
  37182. access
  37183. internet
  37184. human
  37185. interface
  37186. devices
  37187. usedistanthdwrmem
  37188. uselocalhdwrmem
  37189. utilities
  37190. utility
  37191. utility
  37192. space
  37193. variable
  37194. variables
  37195. vector
  37196. version
  37197. video
  37198. viewer
  37199. virtual
  37200. virtualuser
  37201. visigenic
  37202. volumes
  37203. vtwin
  37204. thread
  37205. thread
  37206. manager
  37207. threading
  37208. threads
  37209. timing
  37210. techniques
  37211. token
  37212. token
  37213. tokenize
  37214. tokenizer
  37215. tokentalk
  37216. toolbox
  37217. toolbox
  37218. assistant
  37219. toolkit
  37220. tools
  37221. traceroute
  37222. traditional
  37223. traffic
  37224. traffic
  37225. light
  37226. transaction
  37227. translation
  37228. translation
  37229. manager
  37230. translator
  37231. transport
  37232. traversing
  37233. traversing
  37234. related
  37235. tables
  37236. window
  37237. window
  37238. arrangement
  37239. window
  37240. attributes
  37241. window
  37242. class
  37243. window
  37244. classes
  37245. window
  37246. layers
  37247. window
  37248. manager
  37249. windows
  37250. wombat
  37251. world
  37252. world
  37253. Inside Macintosh - QuickDraw GX
  37254. Summary:  Inside Macintosh is a collection of books, organized by topic, that describe the system software of Macintosh computers.  Together, these books provide the essential reference for programmers, designers, and engineers creating applications for the Macintosh family of computers.
  37255. QuickDraw GX Progammer's Overview
  37256. This book provides an introduction to the QuickDraw GX development enviroment.  It beings with an overview of QuickDraw GX and the key elements of QuickDraw GX programs a
  37257. 2308X
  37258. 2308X
  37259. Dec 99^
  37260. --set theItem to choose file -- uncomment to test in an AS editor
  37261.     tell application "Finder"
  37262.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:"
  37263.         activate
  37264.     end tell
  37265. on error errMsg number errNum
  37266.     --enter statements to perform when no records are found such as...
  37267.     display dialog "Sorry, the item you selected could not be found."
  37268.     return
  37269. end try
  37270. Deletedq
  37271. Dev.CD Dec 99 RL
  37272. D!All Packages
  37273. Mac OS SDK Edition
  37274. Installer SDK 1.2.3
  37275. nd then moves on to illustrate these features using practical programming examples.
  37276. QuickDraw GX Environment & Utilities
  37277. This book shows you how to set up your program to use QuickDraw GX, how QuickDraw GX relates to the rest of the Macintosh environment, and how to handle errors and debug your code.  It also describes a public data format for objects, and documents several managers that extend the object architecture and provide utility functions.
  37278. QuickDraw GX Graphics
  37279. This book shows  
  37280. you how to create and manipulate the fundamental geometric shapes of QuickDraw GX to generate a vast range of graphics entities.  It also shows you how to work with bitmaps and pictures, specialized QuickDrax GX graphic shapes.
  37281. QuickDraw GX Objects
  37282. This book gets you started in understanding how to work with QuickDraw GX and how to create the objects that underlie all of its capabilities.  It focuses on the object architecture as a whole, and how to use the objects that make up a QuickDra
  37283. w GX shape: the shape object, the style object, the ink object, and the transform object.
  37284. QuickDraw GX Printing
  37285. This book shows you how to support basic printing features including desktop printers, and how to use QuickDraw GX printing objects to customize printing and perform advanced printing-related tasks.
  37286. QuickDraw GX Printing Extensions and Drivers
  37287. This book shows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  37288. Xication and any kind of printer.  Is also shows how to create a QuickDraw GX printer driver.
  37289. QuickDraw GX Typography
  37290. This book shows you how to create and manipulate the three different types of text shapes supported by QuickDraw GX, and how to support sophisticated text layout, including text with mixed directions and multiple language text
  37291. Aug 94L
  37292. Sep 94
  37293. QD GX Environment & Utilities :
  37294. QD GX Graphics:
  37295. QD GX Objects:
  37296. QD GX Printing:
  37297. QD GX Printing Ext & Drvrs:
  37298. QD GX Prog's Overview:
  37299. QD GX Typography:K
  37300. Aug 94L
  37301. Sep 94OGDev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:QuickDraw GX:PODev.CD Dec 99 RL
  37302.  - Technical Documentation
  37303.  - Inside Macintosh
  37304.  - QuickDraw GX
  37305. developments
  37306. devfeedback
  37307. device
  37308. deviceloop
  37309. devices
  37310. devised
  37311. devon
  37312. devsupport
  37313. devworld
  37314. diagnose
  37315. diagram
  37316. dialers
  37317. dialog
  37318. dialogbits
  37319. dialogs
  37320. dialup
  37321. dictation
  37322. dictionaries
  37323. dictionary
  37324. didn't
  37325. dierks
  37326. differ
  37327. 2309X
  37328. Jan 00^
  37329. --set theItem to choose file -- uncomment to test in an AS editor
  37330.     tell application "Finder"
  37331.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:"
  37332.         activate
  37333.     end tell
  37334. on error errMsg number errNum
  37335.     --enter statements to perform when no records are found such as...
  37336.     display dialog "Sorry, the item you selected could not be found."
  37337.     return
  37338. end try
  37339. e    No Changef    Installerq
  37340. Dev.CD Jan 00 SDK1
  37341. D!All Packages
  37342. Mac OS SDK Edition
  37343. Instrumentation SDK 1.0.6
  37344. jThe Instrumentation SDK is primarily a performance tool. It is used to record time-based information about your software as it runs. The viewer application displays this information, which can help you figure out what your software is up to.
  37345. 1.0.6 is a minor bugfix update. It also includes the experimental instrumented InterfaceLib that was part of E.T.O. 22.
  37346. 2310X
  37347. 1e    No Change
  37348. The Installer SDK provides documentation and examples to help developers and administrators take advantage of Apple installation tools.
  37349. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  37350. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  37351. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  37352. Installer
  37353. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  37354. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  37355.     CUnt "Installer Licensing - Read Me" at the top of the SDK folder for more information.
  37356. J^Installer 4.0.8
  37357. Installer Licensing - Read Me
  37358. Installer SDK 1.2.3.pdf
  37359. Upgrader 1.2.3 & EnginesK
  37360. Apr 94L
  37361. Feb 99MpInstaller 4.0.8:  System 4.2/Mac Plus and later
  37362. Upgrader/Installer Engine:  System 7.0/68020 processor and laterN    InstallerO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Installer SDK 1.2.3:PGDev.CD Jan 00 SDK1
  37363.  - Development Kits
  37364.  - Mac OS
  37365.  - Installer SDK 1.2.3
  37366. engler
  37367. english
  37368. enhance
  37369. enhanced
  37370. enhancement
  37371. enhancements
  37372. enhances
  37373. enhancing
  37374. enjoy
  37375. enlarged
  37376. enlightening
  37377. enough
  37378. ensure
  37379. ensures
  37380. ensuring
  37381. entails
  37382. enter
  37383. entered
  37384. entering
  37385. enterprise
  37386. formats
  37387. enterprise
  37388. objects
  37389. enterprise
  37390. objects
  37391. documentation
  37392. entertainment
  37393. entire
  37394. entirely
  37395. entities
  37396. entries
  37397. entry
  37398. enviroment
  37399. environement
  37400. environment
  37401. environmental
  37402. installers
  37403. installing
  37404. installment
  37405. installs
  37406. instance
  37407. instances
  37408. instant
  37409. instantly
  37410. instead
  37411. instruction
  37412. instructions
  37413. instrumentation
  37414. instrumented
  37415. instruments
  37416. instuctions
  37417. insure
  37418. int'l
  37419. intact
  37420. integer
  37421. integral
  37422. integrate
  37423. integrated
  37424. tegration
  37425. integrator
  37426. intelligent
  37427. intend
  37428. intended
  37429. intense
  37430. intepreting
  37431. inter-application
  37432. interact
  37433. interaction
  37434. interactions
  37435. interactive
  37436. installer
  37437. drivers
  37438. installer
  37439. licensing
  37440. installer
  37441. 1.2.3
  37442. installer
  37443. source
  37444. installers
  37445. installing
  37446. installing
  37447. opendoc
  37448. instance
  37449. instance
  37450. variable
  37451. instance
  37452. variables
  37453. instructions
  37454. media
  37455. writer
  37456. resources
  37457. int'l
  37458. int'l
  37459. contacts
  37460. integrated
  37461. integrated
  37462. quicktime
  37463. internet
  37464. shareware
  37465. iotracer
  37466. iotracer
  37467. iotracer
  37468. analyzer
  37469. gateway
  37470. ischeckedout
  37471. issue
  37472. italy
  37473. italy
  37474. distributors/localiz
  37475. japanese
  37476. japanese
  37477. resources
  37478. survival
  37479. guide
  37480. justify
  37481. mappings
  37482. Contents -> Extensions
  37483. Contents -> root of bootVol
  37484. Documentation
  37485. Experimental InterfaceLib
  37486. Interfaces & Libraries
  37487. Quick Start
  37488. Read Me
  37489. Test Target
  37490. ViewerK
  37491. Sep 97L
  37492. Aug 98M2Runs on any PowerPC-based Macintosh or compatible.N*instrumentation, EKG, performance analysisO?Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:PGDev.CD Jan 00 SDK1
  37493.  - Development Kits
  37494.  - Mac OS
  37495.  - Instrumentation SDKV
  37496. 2310X
  37497. Jan 00^
  37498. --set theItem to choose file -- uncomment to test in an AS editor
  37499.     tell application "Finder"
  37500.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  37501.         activate
  37502.     end tell
  37503. on error errMsg number errNum
  37504.     --enter statements to perform when no records are found such as...
  37505.     display dialog "Sorry, the item you selected could not be found."
  37506.     return
  37507. end try
  37508. e    No Changef(instrumentation
  37509. performance analysisq
  37510. Dev.CD Jan 00 SDK1
  37511. D!All Packages
  37512. Tool Chest Edition
  37513. Int'l Developer Contacts 2/96
  37514. browser
  37515. reporting
  37516. bugdetails
  37517. build
  37518. buildfailed
  37519. buildfolder
  37520. buildprogram
  37521. builds
  37522. buildscript
  37523. buildsucceeded
  37524. buildxcmd
  37525. business
  37526. business
  37527. opp's
  37528. germany
  37529. butcdef
  37530. package
  37531. updated
  37532. 1.1.6
  37533. 100basetx
  37534. 100basetx
  37535. ethernet
  37536. 2.1.1
  37537. 2.1.2
  37538. 2.1.3
  37539. 2.1.4
  37540. 3.2.1
  37541. barrier
  37542. limit
  37543. 8.5.1
  37544. 802.2
  37545. 802.3
  37546. 9650/350
  37547. a/rose
  37548. about
  37549. acceleration
  37550. access
  37551. acrobat
  37552. I{Summary:  This document contains a list of international developer programs and services contacts, in Adobe Acrobat format.J
  37553. Int'l Dev contacts 2/96K
  37554. May 95L
  37555. Apr 96OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  37556.  - Programs & Marketing
  37557.  - Market & Distribution GuidesV
  37558. 2311X
  37559. May 98^
  37560. --set theItem to choose file -- uncomment to test in an AS editor
  37561.     tell application "Finder"
  37562.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  37563.         activate
  37564.     end tell
  37565. on error errMsg number errNum
  37566.     --enter statements to perform when no records are found such as...
  37567.     display dialog "Sorry, the item you selected could not be found."
  37568.     return
  37569. end try
  37570. e    No Changeq
  37571. Dev.CD May 98 TC
  37572. D!All Packages
  37573. Mac OS SDK Edition
  37574. Interactive Corp Success Guide
  37575. interactive
  37576. interactive
  37577. success
  37578. interface
  37579. interfacelib
  37580. interfaces
  37581. interfaces
  37582. libraries
  37583. interfaces&libraries
  37584. interleave
  37585. international
  37586. internet
  37587. internet
  37588. address
  37589. detectors
  37590. internet
  37591. shareware
  37592. introduction
  37593. introduction
  37594. component
  37595. iotracer
  37596. iotracer
  37597. iotracer
  37598. analyzer
  37599. gateway
  37600. ischeckedout
  37601. iso9660
  37602. iso9660
  37603. iso9660
  37604. iso9660
  37605. issue
  37606. italy
  37607. italy
  37608. distributors/localiz
  37609. items
  37610. iw-half-dither
  37611. iw-half-dither
  37612. iw-half-dither
  37613. iwriterchooserldef
  37614. iwriterchooserpack
  37615. japan
  37616. japanese
  37617. 2312X
  37618. Jan 98^
  37619. --set theItem to choose file -- uncomment to test in an AS editor
  37620.     tell application "Finder"
  37621.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:"
  37622.         activate
  37623.     end tell
  37624. on error errMsg number errNum
  37625.     --enter statements to perform when no records are found such as...
  37626.     display dialog "Sorry, the item you selected could not be found."
  37627.     return
  37628. end try
  37629. DeletedfCreturn on investment
  37630. business processes
  37631. interactive media solutionsq
  37632. Dev.CD Jan 98 SDK1
  37633. D!All Packages
  37634. Mac OS SDK Edition
  37635. Interfaces&LibrariesI
  37636. Pre-release of 3.3 Universal Interfaces to support CarbonLib 1.0, OS 9, and QuickTime 4.0 development.
  37637. This is a special pre-release to help developers adopt OS 9.  The 3.3 UI will be FM in two weeks.J
  37638. UniversalInterfaces3.3a1.imgK
  37639. Feb 94L
  37640. Dec 99O@Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:ge
  37641. The Interactive Corporation Success Guide
  37642. Top Down Selling by Roger Fetterman and Randall Seger
  37643. The Interactive Corporation Success Guide is based on the book The Interactive Corporation: Using Interactive Media and Intranets to Enhance Business Performance, published in cooperation with Apple Computer Inc. Developer Relations Group for the Apple Media Program and Random House Reference & Information Publishing.
  37644. The book demonstrates through real life case studies that it is possible to 
  37645. correlate technology investments to measurable results by relating their impacts in business processes.  Business processes, which operate along horizontal lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  37646. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  37647. s that focus on corporate goals and business processes and command the attention of senior business executives.
  37648. The Interactive Corporation is targeted at the executive management team in businesses, where as the Success Guide was prepared specifically for Apple developers. The fundamental message of the book is 
  37649. performance breakthroughs can be achieved by applying interactive media in your company
  37650. s core business processes
  37651. , whereas the focus of the Success Guide is 
  37652. how Apple developerD{s can take advantage of the methodology provided in the book to sell interactive media solutions to the senior executives.
  37653. Interactive Corp Success Gd.pdfK
  37654. Jan 98M
  37655. Adobe Acrobat Reader 3.0NEreturn on investment, business processes, interactive media solutionsOqDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Interactive Corp Success Guide:
  37656. P|Dev.CD Jan 98 SDK1
  37657.  - What's New
  37658.  - Technical Documentation
  37659.  - Interactive Media Resources
  37660.  - Interactive Corp Success Guide
  37661. edition
  37662. interactively
  37663. interacts
  37664. interapplication
  37665. intercept
  37666. interchange
  37667. interest
  37668. interested
  37669. interesting
  37670. interface
  37671. interfacelib
  37672. organized
  37673. organizing
  37674. oriented
  37675. original
  37676. original/localized
  37677. osaka
  37678. osborne
  37679. oserr
  37680. osl-compliant
  37681. ot/ppp
  37682. ot/ppp's
  37683. otgetendpointinfo
  37684. other
  37685. otherwise
  37686. othmer
  37687. otioctl
  37688. rgbforecolor
  37689. rhapsody
  37690. rhapsody
  37691. yellow
  37692. openstep
  37693. rhapsody
  37694. pages
  37695. riser
  37696. robustness
  37697. rotation
  37698. router
  37699. routing
  37700. rules
  37701. runtime
  37702. sample
  37703. sample
  37704. games
  37705. graphics
  37706. animation
  37707. sample
  37708. survey
  37709. developer
  37710. feedback
  37711. sample
  37712. traffic
  37713. light
  37714. saving
  37715. scanner
  37716. scheduling
  37717. screen
  37718. script
  37719. scriptable
  37720. scripting
  37721. scriptswitcher
  37722. scriptswitcher
  37723. script
  37724. switcher
  37725. scroll
  37726. scrolling
  37727. performance
  37728. services
  37729. setting
  37730. setup
  37731. shared
  37732. sherlock
  37733. sherlock
  37734. content
  37735. extractor
  37736. search
  37737. interactive
  37738. media
  37739. solutions
  37740. interface
  37741. interface
  37742. builder
  37743. interfaces
  37744. interleaving
  37745. international
  37746. internationalization
  37747. internet
  37748. internet
  37749. server
  37750. interrupt
  37751. interrupt
  37752. introduction
  37753. investment
  37754. iostreams
  37755. gateway
  37756. sample
  37757. kibitz
  37758. korean
  37759. label
  37760. language
  37761. language
  37762. analysis
  37763. architecture
  37764. language
  37765. updater
  37766. arabic
  37767. chinese
  37768. cyrillic
  37769. hebrew
  37770. language
  37771. manager
  37772. laserwriter
  37773. laserwriter
  37774. laserwriter
  37775. driver
  37776. printer
  37777. 8.5.1
  37778. laserwriter
  37779. bridge
  37780. launch
  37781. layers
  37782. library
  37783. linked
  37784. linked
  37785. linking
  37786. scroll
  37787. scrolling
  37788. loadable
  37789. loadable
  37790. bundle
  37791. loader
  37792. loading
  37793. locales
  37794. PHDev.CD Jan 00 SDK1
  37795.  - Development Kits
  37796.  - Mac OS
  37797.  - Interfaces&LibrariesV
  37798. 2313X
  37799. Jan 00^
  37800. --set theItem to choose file -- uncomment to test in an AS editor
  37801.     tell application "Finder"
  37802.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Interfaces&Libraries:"
  37803.         activate
  37804.     end tell
  37805. on error errMsg number errNum
  37806.     --enter statements to perform when no records are found such as...
  37807.     display dialog "Sorry, the item you selected could not be found."
  37808.     return
  37809. end try
  37810. e    No Changeq
  37811. Dev.CD Jan 00 SDK1
  37812. D!All Packages
  37813. Mac OS SDK Edition
  37814. International NSI 1.5.1
  37815. 2314X
  37816. Apr 98^
  37817. --set theItem to choose file -- uncomment to test in an AS editor
  37818.     tell application "Finder"
  37819.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:"
  37820.         activate
  37821.     end tell
  37822. on error errMsg number errNum
  37823.     --enter statements to perform when no records are found such as...
  37824.     display dialog "Sorry, the item you selected could not be found."
  37825.     return
  37826. end try
  37827. e    No ChangefSAppleTalk
  37828. EtherTalk
  37829. TokenTalk
  37830. Network
  37831. Ethernet
  37832. Token Ring
  37833. LaserWriter Bridge
  37834. A/ROSEq
  37835. Dev.CD Apr 98 SDK1
  37836. D!All Packages
  37837. Tool Chest Edition
  37838. iso9660IySummary: Example code for building simple ISO 9660 volumes.  Demonstrates reading & writing to a device, ISO 9660 format.JAiso9660
  37839. iso9660.make
  37840. iso9660.r
  37841. iso9660.rsrc
  37842. iso9660.
  37843. Objs:
  37844. Srcs:K
  37845. Dec 95N#ISO 9660, CD-ROM, device driver i/oO3Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:iso9660:P>Dev.CD Nov 99 TC
  37846.  - Tool Chest
  37847.  - Devices
  37848.  - CD-ROM
  37849.  - iso9660V
  37850. 2315X
  37851. Nov 99^
  37852. Summary:  You can use this Network Software Installer to install the following networking products:
  37853.  LaserWriter Bridge version 2.0.1
  37854.  AppleTalk version 58.1.5
  37855.  Network Control Panel version 3.0.2
  37856.  EtherTalk version 2.5.7
  37857.  Apple Ethernet NB file version 1.0.1, containing drivers for all Apple NuBus ethernet cards
  37858.  Apple Ethernet LC file version 1.0.1, containing drivers for all Apple LC ethernet cards
  37859.  Apple Ethernet CS file version 1.0.1, containing drivers fo
  37860. r all Apple Comm Slot ethernet cards
  37861.  Apple Built-In Ethernet version 1.0.1, containing drivers for all built-in ethernets
  37862.  TokenTalk version 2.5.7
  37863.  Token Ring Control Panel version 1.0.1
  37864.  Token Ring driver version 2.5.2 for the TokenTalk NB Card
  37865.  Token Ring driver version 1.0.2 for the Token Ring 4/16 NB and Token Ring NB/c Card
  37866.  A/ROSE 1.2.1, for use in some token ring configurations
  37867. See the document "NSI 1.5.1 - Read Me First" for details.
  37868. Aug 92L
  37869. Jul 95
  37870. J5Network Software Installer:
  37871. NSI 1.5.1 - Read Me FirstK
  37872. Aug 92L
  37873. Jul 95NZAppleTalk, EtherTalk, TokenTalk, Network, Ethernet, Token Ring, LaserWriter Bridge, A/ROSEOHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:PMDev.CD Apr 98 SDK1
  37874.  - Development Kits (Disc 1)
  37875.  - Network Software Installer
  37876. versions
  37877. vertical
  37878. vertically
  37879. vertigo
  37880. verttest
  37881. veteran
  37882. video
  37883. videotape
  37884. viewed
  37885. viewer
  37886. viewing
  37887. views
  37888. vincent
  37889. virtual
  37890. rischspater
  37891. riser
  37892. risks
  37893. robbins
  37894. roberts
  37895. robix
  37896. robust
  37897. robustness
  37898. rocket
  37899. roger
  37900. roland
  37901. rolled
  37902. rollin
  37903. romaja
  37904. roman
  37905. romanian
  37906. romanized
  37907. romresourcedump
  37908. rosenberg
  37909. rotate
  37910. rotatebegin/end
  37911. rotated
  37912. rotatestring
  37913. rotating
  37914. roundup
  37915. route
  37916. router
  37917. routers
  37918. routine
  37919. routines
  37920. routines
  37921. patching
  37922. manager
  37923. simulate
  37924. contro
  37925. network
  37926. preferences
  37927. network
  37928. server
  37929. network
  37930. services
  37931. location
  37932. network
  37933. services
  37934. location
  37935. manager
  37936. network
  37937. setup
  37938. network
  37939. software
  37940. networking
  37941. networking
  37942. communications
  37943. newgworld
  37944. no-copy
  37945. no-copy
  37946. receives
  37947. notes
  37948. novell
  37949. nubus
  37950. number
  37951. number
  37952. formatting
  37953. object
  37954. object
  37955. object-oriented
  37956. objective-c
  37957. objects
  37958. e    No Changef!ISO 9660
  37959. CD-ROM
  37960. device driver i/oq
  37961. Dev.CD Nov 99 TC
  37962. D!All Packages
  37963. Tool Chest Edition
  37964. Ivy 1.0fc1
  37965. Summary: This submission contains a Virtual User 2.0 external tool and task library which allows script writers to capture and compare full or partial screen images. Also included is task library documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  37966. Virtual User tools.imgK
  37967. Jul 93L
  37968. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOCDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Nov 99 TC
  37969.  - Tool Chest
  37970.  - Testing & Debugging
  37971.  - Virtual User toolsV
  37972. 2316X
  37973. Nov 99^
  37974. --set theItem to choose file -- uncomment to test in an AS editor
  37975.     tell application "Finder"
  37976.         open item "Dev.CD Nov 99 TC:Tool Chest:Devices:CD-ROM:iso9660:"
  37977.         activate
  37978.     end tell
  37979. on error errMsg number errNum
  37980.     --enter statements to perform when no records are found such as...
  37981.     display dialog "Sorry, the item you selected could not be found."
  37982.     return
  37983. end try
  37984. e    No Changef+Tool
  37985. Virtual User
  37986. External Tool
  37987. Dev.CD Nov 99 TC
  37988. D!All Packages
  37989. Tool Chest Edition
  37990. IW-Half-DitherI
  37991. Summary:  IW-Half-Dither is a new ImageWriter sample driver for QuickDraw GX that shows how to implement color plane separations as well as how to change the 'rdip' resource on the fly.J
  37992. !IW-Half-Dither Read Me
  37993. ImageWriterGX68k.
  37994. ImageWriterGXNew68k.
  37995. IW-Half-Dither
  37996. IW-Half-Dither.make
  37997. IWriterChooserLDEF.
  37998. IWriterChooserPACK.
  37999. Objects:
  38000. source:K
  38001. Oct 96M3QuickDraw GX and an ImageWriter with a color ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO9Dev.CD Nov 99 TC:Sample Code:QuickDraw GX:IW-Half-Dither:PADev.CD Nov 99 TC
  38002.  - Sample Code
  38003.  - QuickDraw GX
  38004.  - IW-Half-DitherV
  38005. 2317X
  38006. Nov 99^
  38007. --set theItem to choose file -- uncomment to test in an AS editor
  38008.     tell application "Finder"
  38009.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  38010.         activate
  38011.     end tell
  38012. on error errMsg number errNum
  38013.     --enter statements to perform when no records are found such as...
  38014.     display dialog "Sorry, the item you selected could not be found."
  38015.     return
  38016. end try
  38017. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  38018. Dev.CD Nov 99 TC
  38019. All Packages
  38020. Japanese Language KitOTDev.CD May 97 TC
  38021. Dev.CD Nov 96 TC
  38022. Dev.CD Aug 96 TC
  38023. Dev.CD May 96 TC
  38024. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  38025. Dev.CD Nov 96 TC
  38026. Dev.CD Aug 96 TC
  38027. Dev.CD May 96 TC
  38028. Dev.CD Feb 96 TV
  38029. 2318X
  38030. May 97
  38031. --set theItem to choose file -- uncomment to test in an AS editor
  38032.     tell application "Finder"
  38033.         open item "Dev.CD May 97 TC
  38034. Dev.CD Nov 96 TC
  38035. Dev.CD Aug 96 TC
  38036. Dev.CD May 96 TC
  38037. Dev.CD Feb 96 TC"
  38038.         activate
  38039.     end tell
  38040. on error errMsg number errNum
  38041.     --enter statements to perform when no records are found such as...
  38042.     display dialog "Sorry, the item you selected could not be found."
  38043.     return
  38044. end try
  38045. All Packages
  38046. Japanese Language KitO
  38047. Dev.CD Feb 95P
  38048. Dev.CD Feb 9V
  38049. 2319X
  38050. Feb 95
  38051. --set theItem to choose file -- uncomment to test in an AS editor
  38052.     tell application "Finder"
  38053.         open item "Dev.CD Nov 99 TC:Sample Code:QuickDraw GX:IW-Half-Dither:"
  38054.         activate
  38055.     end tell
  38056. on error errMsg number errNum
  38057.     --enter statements to perform when no records are found such as...
  38058.     display dialog "Sorry, the item you selected could not be found."
  38059.     return
  38060. end try
  38061. iw-half-dither
  38062. japan
  38063. japanese
  38064. japanese
  38065. language
  38066. japanese
  38067. language
  38068. helper
  38069. sample
  38070. jsaver
  38071. kanjitalk
  38072. kanjitalk
  38073. update
  38074. driver's
  38075. drivergestalt
  38076. drivergestaltexplore
  38077. drivergestaltexplore
  38078. sample
  38079. showing
  38080. driverloaderlib
  38081. drivers
  38082. drives
  38083. driving
  38084. dropW
  38085. dropdisk
  38086. droplet
  38087. dropped
  38088. dropping
  38089. drops
  38090. drvrs
  38091. dsp/opengl
  38092. dspgetversion
  38093. dtscpluslibrary
  38094. dudes
  38095. dummy
  38096. dumparpcache
  38097. dumpnetworksetup
  38098. dumpnetworksetup
  38099. dumps
  38100. entire
  38101. contents
  38102. network
  38103. All Packages
  38104. Japanese Language KitOEDev.CD May 94
  38105. Dev.CD Feb 94
  38106. Dev.CD Oct 93
  38107. Dev.CD Jun 93
  38108. Dev.CD May 93PDDev.CD May 94
  38109. Dev.CD Feb 94
  38110. Dev.CD Oct 93
  38111. Dev.CD Jun 93
  38112. Dev.CD May 9V
  38113. 2320X
  38114. May 94
  38115. --set theItem to choose file -- uncomment to test in an AS editor
  38116.     tell application "Finder"
  38117.         open item "Dev.CD May 94
  38118. Dev.CD Feb 94
  38119. Dev.CD Oct 93
  38120. Dev.CD Jun 93
  38121. Dev.CD May 93"
  38122.         activate
  38123.     end tell
  38124. on error errMsg number errNum
  38125.     --enter statements to perform when no records are found such as...
  38126.     display dialog "Sorry, the item you selected could not be found."
  38127.     return
  38128. end try
  38129.  D!All Packages
  38130. Tool Chest Edition
  38131. Japanese Language Kit v1.2
  38132. b--set theItem to choose file -- uncomment to test in an AS editor
  38133.     tell application "Finder"
  38134.         open item "Dev.CD Feb 95"
  38135.         activate
  38136.     end tell
  38137. on error errMsg number errNum
  38138.     --enter statements to perform when no records are found such as...
  38139.     display dialog "Sorry, the item you selected could not be found."
  38140.     return
  38141. end try
  38142. packages
  38143. 2321X
  38144. Nov 99^
  38145. --set theItem to choose file -- uncomment to test in an AS editor
  38146.     tell application "Finder"
  38147.         open item "Dev.CD Nov 99 TC:Language Kits:Japanese Language Kit 1.2:"
  38148.         activate
  38149.     end tell
  38150. on error errMsg number errNum
  38151.     --enter statements to perform when no records are found such as...
  38152.     display dialog "Sorry, the item you selected could not be found."
  38153.     return
  38154. end try
  38155. e    No Changeq
  38156. Dev.CD Nov 99 TC
  38157. !D!All Packages
  38158. Tool Chest Edition
  38159. s "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  38160. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it ttempt to use it 
  38161. Summary: The Japanese Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Japanese on the Macintosh
  38162.  and other computers using the Mac
  38163.  OS. 
  38164. Enhancements in this version of the Japanese Language Kit include  System 7.5 and QuickDraw
  38165.  GX compatibility, a TrueType
  38166.  version of the Osaka font, an updated input method, and  system resources to allow WorldScript
  38167.  to run native on Power Macintosh computers.
  38168. J2Net Install:
  38169. Open for Net Install->:
  38170. Read Me FirstK
  38171. May 93L
  38172. Feb 96MiSystem 7.1, at least 4MBs of RAM and as much as 30 meg of hard disk space to install all the Kanji fonts.O9Dev.CD Nov 99 TC:Language Kits:Japanese Language Kit 1.2:P>Dev.CD Nov 99 TC
  38173.  - Language Kits
  38174.  - Japanese Language Kit 1.2
  38175. 2322X
  38176. Nov 99^
  38177. --set theItem to choose file -- uncomment to test in an AS editor
  38178.     tell application "Finder"
  38179.         open item "Dev.CD Nov 99 TC:Tool Chest:OS Utilities:jGNE Helper:"
  38180.         activate
  38181.     end tell
  38182. on error errMsg number errNum
  38183.     --enter statements to perform when no records are found such as...
  38184.     display dialog "Sorry, the item you selected could not be found."
  38185.     return
  38186. end try
  38187. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  38188. Dev.CD Nov 99 TC
  38189. "D!All Packages
  38190. Tool Chest Edition
  38191. JPEG Sample
  38192. xSummary:  This sample demonstrates how to compress and decompress JPEG images with QuickTime. We use the FCompressImage function but the CompressImage counterpart function could also be used. Although this sample strictly demonstrates JPEG compression/decompression you could use this as a framework for other types of compression (except for the decoding of the JPEG header).
  38193. 2323X
  38194. Moved
  38195. before patching traps.
  38196. For further info on the jGNE filter, consult your Technotes.
  38197. Issues:  Prospective users of this code should know that the plan of record for Copland does not include support for jGNEFilter. However, it is likely that Copland will include some form of global event filtering service. Carefully isolate your use of this code and you may be able to make the move to Copland without too much pain.
  38198. JfjGNE Helper.68K.cw7.
  38199. jGNE Helper.68K.tpm7.
  38200. jGNE Helper.c
  38201. MW jGNE Helper
  38202. native jGNE:
  38203. TPM jGNE HelperK
  38204. Mar 96MNAny Macintosh; Metrowerks CodeWarrior CW7 or Symantec THINK Project Manager 7.N6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperO5Dev.CD Nov 99 TC:Tool Chest:OS Utilities:jGNE Helper:P=Dev.CD Nov 99 TC
  38205.  - Tool Chest
  38206.  - OS Utilities
  38207.  - jGNE Helper
  38208. jGNE Helper
  38209. Summary:  This is "jGNE Helper", formerly a monthly posting to the Usenet newsgroup alt.sources.mac. It provides an example for INIT programmers interested in filtering events before they are handed to applications calling GetNextEvent (which is called by WaitNextEvent).
  38210. The jGNE filter is the Apple-sanctioned method for filtering events. It is possible to patch event traps. It is sometimes even advisable. But since the jGNE filter is the sanctioned method, one ought to attempt to use it 
  38211. protect
  38212. protected
  38213. proto
  38214. protocol
  38215. protocol's
  38216. protocols
  38217. proves
  38218. provide
  38219. provided
  38220. provider
  38221. provides
  38222. justify
  38223. k-finnish
  38224. kanji
  38225. kanji
  38226. 1.1.3
  38227. mappings
  38228. helper
  38229. helper
  38230. jman2.0
  38231. jmanhtml
  38232. sample
  38233. jpegsample68k
  38234. "J:Headers:
  38235. JPEG Sample
  38236. JPEG.c
  38237. JPEGSample68K.
  38238. README
  38239. Source:K
  38240. Jul 96L
  38241. May 97N"quicktime jpeg compress decompressO3Dev.CD Nov 99 TC:Sample Code:QuickTime:JPEG Sample:P;Dev.CD Nov 99 TC
  38242.  - Sample Code
  38243.  - QuickTime
  38244.  - JPEG SampleV
  38245. 2323X
  38246. Nov 99^
  38247. --set theItem to choose file -- uncomment to test in an AS editor
  38248.     tell application "Finder"
  38249.         open item "Dev.CD Nov 99 TC:Sample Code:QuickTime:JPEG Sample:"
  38250.         activate
  38251.     end tell
  38252. on error errMsg number errNum
  38253.     --enter statements to perform when no records are found such as...
  38254.     display dialog "Sorry, the item you selected could not be found."
  38255.     return
  38256. end try
  38257. Movedf"quicktime jpeg compress decompressq
  38258. Dev.CD Nov 99 TC
  38259. #D!All Packages
  38260. Tool Chest Edition
  38261. JSaverI
  38262. JSaver is a Screen Saver module for Berkeley Systems After Dark package that uses the JManager API to run Java applets as screen saver modules.  
  38263. JManager APIs
  38264. Fat CFM code resources
  38265. JavaJ
  38266. Sample Code.imgK
  38267. Aug 97ge
  38268. decoding
  38269. decompiling
  38270. decomposed
  38271. decompress
  38272. decompression
  38273. deeds
  38274. deepest
  38275. deepscreen
  38276. deesktops
  38277. default
  38278. defect
  38279. define
  38280. defined
  38281. defines
  38282. defining
  38283. Dev.CD Nov 99 TC:Sample Code:P
  38284. Dev.CD Nov 99 TC
  38285.  - Sample CodeV
  38286. 2324X
  38287. Nov 99^
  38288. r--set theItem to choose file -- uncomment to test in an AS editor
  38289.     tell application "Finder"
  38290.         open item "Dev.CD Nov 99 TC:Sample Code:"
  38291.         activate
  38292.     end tell
  38293. on error errMsg number errNum
  38294.     --enter statements to perform when no records are found such as...
  38295.     display dialog "Sorry, the item you selected could not be found."
  38296.     return
  38297. end try
  38298. e    No Changef
  38299. after dark
  38300. wombatq
  38301. Dev.CD Nov 99 TC
  38302. All Packages
  38303. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  38304. Dev.CD Jan 94
  38305. Dev.CD Oct 93
  38306. Dev.CD Aug 93P6Dev.CD Apr 94
  38307. Dev.CD Jan 94
  38308. Dev.CD Oct 93
  38309. Dev.CD Aug 9V
  38310. 2325X
  38311. Apr 94
  38312. #MNAfter Dark 3.0 or later,  Mac OS Runtime for Java (http://applejava.apple.com)N
  38313. java, cfm, after dark, wombat
  38314. %D!All Packages
  38315. Mac OS SDK Edition
  38316. Keychain SDK 1.0.1
  38317. This release of the Keychain focuses on password storage and retrieval only.  It allows for the secure storage of small amounts of data associated with a particular user identity. It's designed to provide a safe repository for a user's passwords, cryptographic keys, and other sensitive data. This will be an SDK release.
  38318. The Keychain application provides the primary interface for users to view, edit, and add certain basic kinds of objects to the keychain, as well as locking or unlocking th
  38319. --set theItem to choose file -- uncomment to test in an AS editor
  38320.     tell application "Finder"
  38321.         open item "Dev.CD Apr 94
  38322. Dev.CD Jan 94
  38323. Dev.CD Oct 93
  38324. Dev.CD Aug 93"
  38325.         activate
  38326.     end tell
  38327. on error errMsg number errNum
  38328.     --enter statements to perform when no records are found such as...
  38329.     display dialog "Sorry, the item you selected could not be found."
  38330.     return
  38331. end try
  38332. 2326X
  38333. Jan 99^
  38334. --set theItem to choose file -- uncomment to test in an AS editor
  38335.     tell application "Finder"
  38336.         open item "Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:"
  38337.         activate
  38338.     end tell
  38339. on error errMsg number errNum
  38340.     --enter statements to perform when no records are found such as...
  38341.     display dialog "Sorry, the item you selected could not be found."
  38342.     return
  38343. end try
  38344. Deletedf-keychain
  38345. password storage
  38346. passphrase
  38347. passwordq
  38348. Dev.CD Jan 99 SDK1
  38349. &D!All Packages
  38350. Tool Chest Edition
  38351. KibitzI
  38352. Summary: Sample network chess application.
  38353. Features: Allows two users to play chess over the network via Apple Events.  Robust 7.0 sample application.
  38354. MPW 3.2, System 7
  38355. This package is System 7.0 compatible.
  38356. Moved
  38357. e keychain. 
  38358. - Keychain Administration: Lock/unlock, identify, create, and set passphrases
  38359. - Keychain Object editing: Add, create, securely store, and remove types of objects
  38360. Hardware supported: 
  38361. PowerMac 9500/200,9500/180,9500/132,8600/300,8550/132  8500/180,8500/120,8100/100AV,8100/80,7500/100,
  38362. 7300,7200/120,7200/90,6500/275,6400,6150,5300/
  38363. 100LC,4400/200,MT G3/266,DT G3/233,G3 all-in-one
  38364.   iMac
  38365.   PowerBook 5300c/100,5300ce/117,3400/200,Duo 2300, 1400,
  38366.   G3/266,20th Anniversay Mac
  38367. Keychain SDK.imgK
  38368. Oct 98M:AppleShare client 3.8, Appearance Manager 1.0.2 or later.
  38369. N0keychain, password storage, passphrase, passwordO7Dev.CD Jan 99 SDK1:Development Kits:Keychain SDK 1.0.1:P<Dev.CD Jan 99 SDK1
  38370.  - Development Kits
  38371.  - Keychain SDK 1.0.1
  38372. passphrase
  38373. password
  38374. patch
  38375. pbclock
  38376. location
  38377. manager
  38378. eject
  38379. action
  38380. module
  38381. network
  38382. driver
  38383. transport
  38384. module
  38385. token
  38386. pccard
  38387. pccard
  38388. hooper
  38389. powerbook
  38390. comet
  38391. pccts
  38392. driver
  38393. loader
  38394. openfirmware
  38395. fcode
  38396. forth
  38397. tokenize
  38398. pci-pci
  38399. pcmcia
  38400. container
  38401. performanceQ
  38402. performance
  38403. analysis
  38404. keychain
  38405. password
  38406. storage
  38407. passphrase
  38408. password
  38409. keychain
  38410. access
  38411. cryptography
  38412. signing
  38413. kibitz
  38414. korean
  38415. label
  38416. language
  38417. language
  38418. analysis
  38419. language
  38420. analysis
  38421. architecture
  38422. japanese
  38423. language
  38424. updater
  38425. arabic
  38426. chinese
  38427. cyrillic
  38428. hebrew
  38429. laserwriter
  38430. laserwriter
  38431. custom
  38432. sample
  38433. laserwriter
  38434. driver
  38435. printer
  38436. 8.5.1
  38437. launch
  38438. layers
  38439. layout
  38440. level
  38441. Jan 92OKDev.CD Nov 99 TC:Sample Code:Development Tools & Languages:AppsToGo:Kibitz:PVDev.CD Nov 99 TC
  38442.  - Sample Code
  38443.  - Development Tools & Languages
  38444.  - AppsToGo
  38445.  - KibitzV
  38446. 2327X
  38447. Nov 99^
  38448. --set theItem to choose file -- uncomment to test in an AS editor
  38449.     tell application "Finder"
  38450.         open item "Dev.CD Nov 99 TC:Sample Code:Development Tools & Languages:AppsToGo:Kibitz:"
  38451.         activate
  38452.     end tell
  38453. on error errMsg number errNum
  38454.     --enter statements to perform when no records are found such as...
  38455.     display dialog "Sorry, the item you selected could not be found."
  38456.     return
  38457. end try
  38458. Movedq
  38459. Dev.CD Nov 99 TC
  38460. 'D!All Packages
  38461. Mac OS SDK Edition
  38462. Killer Content Workbook
  38463. ! read.me
  38464. !! Kibitz.Theory
  38465. !!! Kibitz.Roadmap
  38466. AEchess.c
  38467. AppleEvents.c
  38468. BoardSlider.c
  38469. Chess.c
  38470. Chess.h
  38471. CMQueenMate.c
  38472. CMRookMate.c
  38473. Config.c
  38474. DoCursor.c
  38475. DoEvent.c
  38476. EventLoop.c
  38477. File.c
  38478. GoToMove.c
  38479. Help.c
  38480. IdleTasks.c
  38481. Init.c
  38482. Kibitz.h
  38483. Kibitz.make
  38484. Kibitz.protos
  38485. Kibitz.r
  38486. Kibitz.
  38487. Kibitz.
  38488. Kibitz.
  38489. Kibitz.
  38490. .rsrc
  38491. KibitzCfrg.r
  38492. KibitzCommon.h
  38493. KibitzWindow.c
  38494. Menu.c
  38495. Notation.c
  38496. OBJECT:
  38497. OBJECTPPC:
  38498. Offscreen.c
  38499. PPCBrowserOverride.a
  38500. PPCBrowserOverride.a.
  38501. PPCBrowserOverride.c
  38502. Print.c
  38503. SaveBoardImage.c
  38504. Setup.B*c
  38505. Sound.c
  38506. SpeechMessage.c
  38507. Start.c
  38508. Window.c
  38509. theory
  38510. things
  38511. think
  38512. think
  38513. think
  38514. pascal
  38515. files
  38516. thinkc
  38517. thooks
  38518. thooks
  38519. documentation
  38520. thooks
  38521. documentation
  38522. thread
  38523. thread
  38524. manager
  38525. thread
  38526. manager
  38527. 2.1.1d1
  38528. thread
  38529. manager
  38530. documentation
  38531. threadutilities
  38532. tnetworkstream
  38533. tnetworkstream
  38534. tnetworkstream
  38535. system
  38536. folder
  38537. system
  38538. folder
  38539. 8.5.1
  38540. toolbox
  38541. toolkit
  38542. toolsW
  38543. tools
  38544. goodies
  38545. tools
  38546. htmlW
  38547. tools
  38548. topics
  38549. topseeturvee
  38550. total
  38551. helper
  38552. traddriverloaderlib
  38553. training
  38554. transitions
  38555. transitions
  38556. themes@
  38557. type@
  38558. universalinterfaces3@
  38559. urlaccess@
  38560. using@
  38561. v1.5.2@
  38562. versions@
  38563. virtual
  38564. tools
  38565. watcher@
  38566. what's@
  38567. services
  38568. specification@
  38569. writeswell@
  38570. writing@
  38571. viii@
  38572. newgworld
  38573. usedistanthdwrmem
  38574. uselocalhdwrmem@
  38575. appleevents@
  38576. appstogo
  38577. appwannabe
  38578. wannabe
  38579. stylechat
  38580. audio
  38581. compression
  38582. playback
  38583. codec@
  38584. broadcast@
  38585. contextual@
  38586. data@
  38587. decompress@
  38588. display
  38589. manager
  38590. resolution
  38591. screen
  38592. monitor
  38593. pixel
  38594. depth@
  38595. environment@
  38596. synchronization
  38597. backup
  38598. assistant
  38599. folder
  38600. duplicatio@
  38601. gestalt
  38602. selector
  38603. codes
  38604. gestalt
  38605. manager
  38606. machine
  38607. identificatio@
  38608. heap@
  38609. keychain
  38610. password
  38611. storage
  38612. passphrase
  38613. password@
  38614. library@
  38615. macapp@
  38616. macintosh@
  38617. memhell@
  38618. appleevents
  38619. appleevents
  38620. appleeventtypes
  38621. kibitz
  38622. roadmap
  38623. kibitz
  38624. kibitz
  38625. theory
  38626. kibitzcfrg
  38627. kibitzcfrg
  38628. kibitzcommon
  38629. kibitzcommon
  38630. kibitzwindow
  38631. kibitzwindow
  38632. killer
  38633. killer
  38634. content
  38635. killres
  38636. killres
  38637. korean
  38638. korean
  38639. 1.1.3
  38640. korean
  38641. libraryQ
  38642. licensing
  38643. linked
  38644. linked
  38645. files
  38646. interface
  38647. locales
  38648. locales
  38649. localization
  38650. locator
  38651. lookup
  38652. lookupmenu
  38653. classes
  38654. development
  38655. toolkit
  38656. encodings
  38657. macapp
  38658. macapp
  38659. cdent
  38660. stuff
  38661. macbinary
  38662. maccalendar
  38663. machack
  38664. macintosh
  38665. macos8
  38666. macos8
  38667. macos8documentation
  38668. macsbug
  38669. macsbug
  38670. resources
  38671. mag'n
  38672. magic
  38673. magic
  38674. magic
  38675. utility
  38676. magican
  38677. 2328X
  38678. Jan 98^
  38679. --set theItem to choose file -- uncomment to test in an AS editor
  38680.     tell application "Finder"
  38681.         open item "Dev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:"
  38682.         activate
  38683.     end tell
  38684. on error errMsg number errNum
  38685.     --enter statements to perform when no records are found such as...
  38686.     display dialog "Sorry, the item you selected could not be found."
  38687.     return
  38688. end try
  38689. Deletedq
  38690. Dev.CD Jan 98 SDK1
  38691. All Packages
  38692. Korean Language KitO
  38693. Dev.CD May 97 TCP
  38694. Dev.CD May 97 TV
  38695. 2329X
  38696. May 97
  38697. e--set theItem to choose file -- uncomment to test in an AS editor
  38698.     tell application "Finder"
  38699.         open item "Dev.CD May 97 TC"
  38700.         activate
  38701.     end tell
  38702. on error errMsg number errNum
  38703.     --enter statements to perform when no records are found such as...
  38704.     display dialog "Sorry, the item you selected could not be found."
  38705.     return
  38706. end try
  38707. All Packages
  38708. The Killer Content Workbook is sponsored by the Apple Computer Inc. Developer Relations Group for the Apple Media Program. The purpose of this workbook is to arm interactive media professionals with the power to create killer content and bring that content to market the best way possible. It will help you articulate your creative vision, formulate a business development strategy, create a marketing plan, and implement a distribution plan that maximize the effectiveness of your budget and t
  38709. *ime parameters. You
  38710. ll investigate the essence of creativity, study leading-edge PR strategies, survey online partnerships, examine effective marketing techniques, and much more. What you
  38711. ll end up with is a killer content plan that doubles as a course of action for your product and your business.
  38712. JTKiller Content.pdf
  38713. Part I PDF Links
  38714. Part II PDF Links
  38715. Part III PDF Links
  38716. sound filesK
  38717. Jan 98
  38718. 'OjDev.CD Jan 98 SDK1:What's New:Technical Documentation:Interactive Media Resources:Killer Content Workbook:PuDev.CD Jan 98 SDK1
  38719.  - What's New
  38720.  - Technical Documentation
  38721.  - Interactive Media Resources
  38722.  - Killer Content Workbook
  38723. killer
  38724. killeveryonebutme
  38725. kills
  38726. kinds
  38727. kiosk
  38728. kiosks
  38729. kleiman
  38730. knife
  38731. knowing
  38732. knowledgable
  38733. knowledge
  38734. known
  38735. knows
  38736. knowspict
  38737. kodom
  38738. konstantin
  38739. color
  38740. space
  38741. profile
  38742. labelmenu
  38743. labelmenu
  38744. labelmenu
  38745. readme
  38746. labelmenu
  38747. language
  38748. language
  38749. analysis
  38750. large
  38751. large
  38752. count
  38753. laser
  38754. laser
  38755. doctor
  38756. laserwriter
  38757. laserwriter
  38758. 8.5.1
  38759. launch
  38760. launchdoc
  38761. launchdoc
  38762. ldefproc0
  38763. ldefproc0
  38764. learning
  38765. learning
  38766. drive
  38767. learning
  38768. drive
  38769. disclaimer
  38770. legacy
  38771. letter
  38772. letter
  38773. paper
  38774. libraryQ
  38775. license
  38776. licensing
  38777. linked
  38778. linked
  38779. files
  38780. links
  38781. interface
  38782. control
  38783. scroll
  38784. controls
  38785. scroll
  38786. scroll
  38787. scroll
  38788. scroll
  38789. scroll
  38790. scroll
  38791. install
  38792. install
  38793. 2330X
  38794. Aug 97
  38795. --set theItem to choose file -- uncomment to test in an AS editor
  38796.     tell application "Finder"
  38797.         open item "Dev.CD Aug 97 TC
  38798. Dev.CD Jan 94
  38799. Dev.CD Oct 93
  38800. Dev.CD Jul 93
  38801. Dev.CD Apr 93
  38802. Dev.CD Jan 92
  38803. Dev.CD Vol. XI
  38804. Dev.CD Vol. X
  38805. Dev.CD Vol. IX
  38806. Dev.CD Vol. VIII
  38807. Dev.CD Vol. VII
  38808. Dev CD Vol. VI"
  38809.         activate
  38810.     end tell
  38811. on error errMsg number errNum
  38812.     --enter statements to perform when no records are found such as...
  38813.     display dialog "Sorry, the item you selected could not be fB
  38814. ound."
  38815.     return
  38816. end try
  38817. *D!All Packages
  38818. Tool Chest Edition
  38819. Korean Language Kit 1.0.1
  38820. Korean Language KitO
  38821. Dev.CD Aug 97 TC
  38822. Dev.CD Jan 94
  38823. Dev.CD Oct 93
  38824. Dev.CD Jul 93
  38825. Dev.CD Apr 93
  38826. Dev.CD Jan 92
  38827. Dev.CD Vol. XI
  38828. Dev.CD Vol. X
  38829. Dev.CD Vol. IX
  38830. Dev.CD Vol. VIII
  38831. Dev.CD Vol. VII
  38832. Dev CD Vol. VIP
  38833. Dev.CD Aug 97 TC
  38834. Dev.CD Jan 94
  38835. Dev.CD Oct 93
  38836. Dev.CD Jul 93
  38837. Dev.CD Apr 93
  38838. Dev.CD Jan 92
  38839. Dev.CD Vol. XI
  38840. Dev.CD Vol. X
  38841. Dev.CD Vol. IX
  38842. Dev.CD Vol. VIII
  38843. Dev.CD Vol. VII
  38844. Dev CD Vol. V
  38845. 2331X
  38846. Nov 99^
  38847. --set theItem to choose file -- uncomment to test in an AS editor
  38848.     tell application "Finder"
  38849.         open item "Dev.CD Nov 99 TC:Language Kits:Korean Language Kit 1.0:"
  38850.         activate
  38851.     end tell
  38852. on error errMsg number errNum
  38853.     --enter statements to perform when no records are found such as...
  38854.     display dialog "Sorry, the item you selected could not be found."
  38855.     return
  38856. end try
  38857. e    No Changeq
  38858. Dev.CD Nov 99 TC
  38859. +D!All Packages
  38860. Tool Chest Edition
  38861. F    LabelMenu
  38862.  Summary:  This demonstrates a program with a Finder-like label menu.  Each label menu item has a 12x16 pixel 'cicn and the color and name of all the items are updated if the user changes anything in the "Labels" control panel.  This also demonstrates how to change a menu tile to an icon.
  38863. JgInitMac.c
  38864. InitMac.h
  38865. LabelMenu
  38866. LabelMenu -- readme
  38867. LabelMenu.c
  38868. LabelMenu.rsrc
  38869. LabelMenu.
  38870. SetMenuTitle.cK
  38871. Aug 95:Sample Code:Toolbox:LabelMenu:V
  38872. 2332X
  38873. Moved
  38874. Summary:  Apple's Korean Language Kit is an easy, affordable way to add Korean text to your documents. After the simple installation process, you can switch effortlessly between the computer's main language and Korean. The kit lets you enter, edit, and print Korean, and mix Korean with other languages in the same document--even in the same sentence. You can also use it to view Korean-language World Wide Web sites with the addition of Internet browsing software. 
  38875. The Korean Language Kit co
  38876. mes with the Power Input Method, a feature-rich input method that allows conversion from hangul to hanja, can display the command menu in English or Korean, and provides an easy-to-use interface. The kit also includes two keyboard layouts for native speakers and two romaja modes for easy Korean input by non-native speakers. Also included is a set of transparent labels for customizing your keyboard.
  38877. The kit includes five QuickDraw GX-compatible TrueType fonts that produce high-quality on-s
  38878. creen and printed characters at many sizes. Unlike most other Korean language solutions, the Korean Language Kit offers full hanja support, including the hanja Dictionary Utility that allows a user to create a personal hanja dictionary.
  38879. The Korean Language Kit is based on Apple's WorldScript technology, which simplifies the way in which a single operating system can support multiple languages. It works with world ready applications that take advantage of WorldScript, such as ClarisWorks 4Df.0, WordPerfect, Nisus Writer, and WorldWrite. It can also be used with Korean localized applications.
  38880. Copy to your HD to install:
  38881. Install 1:
  38882. Install 10:
  38883. Install 11:
  38884. Install 12:
  38885. Install 13:
  38886. Install 14:
  38887. Install 2:
  38888. Install 3:
  38889. Install 4:
  38890. Install 5:
  38891. Install 6:
  38892. Install 7:
  38893. Install 8:
  38894. Install 9:K
  38895. May 97O7Dev.CD Nov 99 TC:Language Kits:Korean Language Kit 1.0:P<Dev.CD Nov 99 TC
  38896.  - Language Kits
  38897.  - Korean Language Kit 1.0
  38898. feature-rich
  38899. featured
  38900. featuresQ
  38901. interrupt
  38902. keyboard
  38903. features
  38904. allows
  38905. users
  38906. chess
  38907. network
  38908. atademo
  38909. atademo
  38910. codewarrior
  38911. sample
  38912. atapi
  38913. atg/human
  38914. atoms
  38915. atrap
  38916. atrapper
  38917. atraps
  38918. atsui
  38919. attach
  38920. attached
  38921. attaches
  38922. attaching
  38923. attempt
  38924. attempting
  38925. attempts
  38926. attend
  38927. attention
  38928. attractive
  38929. attribute
  38930. attributes
  38931. audience
  38932. audiences
  38933. audio
  38934. audio
  38935. allows
  38936. start
  38937. pause
  38938. audit
  38939. audited
  38940. auditing
  38941. aug-95
  38942. august
  38943. aurp-speaking
  38944. authenticate
  38945. authenticated
  38946. authentication
  38947. authenticator
  38948. author
  38949. +M-System 7 or greater, Universal Interfaces 2.0N
  38950. Finder label menu iconO/Dev.CD Nov 99 TC:Sample Code:Toolbox:LabelMenu:P7Dev.CD Nov 99 TC
  38951.  - Sample Code
  38952.  - Toolbox
  38953.  - LabelMenuV
  38954. 2332X
  38955. Nov 99^
  38956. --set theItem to choose file -- uncomment to test in an AS editor
  38957.     tell application "Finder"
  38958.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:LabelMenu:"
  38959.         activate
  38960.     end tell
  38961. on error errMsg number errNum
  38962.     --enter statements to perform when no records are found such as...
  38963.     display dialog "Sorry, the item you selected could not be found."
  38964.     return
  38965. end try
  38966. Movedf
  38967. Finder label menu iconq
  38968. Dev.CD Nov 99 TC
  38969. ,D!All Packages
  38970. Mac OS SDK Edition
  38971. Language Analysis SDK
  38972. pixel
  38973. pixels
  38974. pixmap
  38975. pixmap2pixpat2ppat
  38976. pixmaps
  38977. pixpat
  38978. place
  38979. placed
  38980. placement
  38981. apart
  38982. aphorisms
  38983. appearance-aware
  38984. appeared
  38985. appearing
  38986. appears
  38987. append
  38988. appendages
  38989. appendditl
  38990. appending
  38991. appendix
  38992. appendixes
  38993. apple
  38994. 2333X
  38995. Jan 00^
  38996. --set theItem to choose file -- uncomment to test in an AS editor
  38997.     tell application "Finder"
  38998.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:"
  38999.         activate
  39000.     end tell
  39001. on error errMsg number errNum
  39002.     --enter statements to perform when no records are found such as...
  39003.     display dialog "Sorry, the item you selected could not be found."
  39004.     return
  39005. end try
  39006. e    No ChangefoLanguage
  39007. Analysis
  39008. Language Analysis Architecture
  39009. Japanese
  39010. morpheme
  39011. Dictionary Manager
  39012. Analysis
  39013. Language Managerq
  39014. Dev.CD Jan 00 SDK1
  39015. All Packages
  39016. Language Kit UpdaterO
  39017. Dev.CD Nov 97 TCP
  39018. Dev.CD Nov 97 TV
  39019. 2334X
  39020. Nov 97
  39021. The Language Analysis Architecture (LAA) provides applications with standard interface for lexical analysis on Mac OS.
  39022. It has been difficult for an application to support features such as indexing, grammar check, sorting, text-to-speech, translation, and rubi (reading of words), for some languages including Japanese, Chineese and Korean unlike English and other European languages.
  39023. In case of Japanese text, you see no space or punctuation between words within a clause or sometimes even wi
  39024. thin a whole sentense. This makes it difficult for an application to break text into words, or morphemes.
  39025. Now, LAA analyzes text, breaks it into morphemes, and returns them with lexical information, which applications can use to perform high-level tasks such as mentioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of Kanj
  39026. i and Kana characters back into a string of phonetic characters as well.
  39027. Language Analysis SDK provides API for Language Analysis Manager and Dictionary Manager.
  39028. Japanese is the only target language in this release.
  39029. Language Analysis SDK.imgK
  39030. Jan 99M#MacOS 8.5 Japanese version or newerNvLanguage, Analysis, Language Analysis Architecture, Japanese, morpheme, Dictionary Manager, Analysis, Language ManagerOADev.CD Jan 00 SDK1:Development Kits:Mac OS:Language Analysis SDK:PIDev.CD Jan 00 SDK1
  39031.  - Development Kits
  39032.  - Mac OS
  39033.  - Language Analysis SDK
  39034. .D!All Packages
  39035. Tool Chest Edition
  39036. Language Kit Updater f/MacOS8
  39037. The release of Apple's Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  39038. Current Language Kits with Mac OS 8.0 or newer.
  39039. e--set theItem to choose file -- uncomment to test in an AS editor
  39040.     tell application "Finder"
  39041.         open item "Dev.CD Nov 97 TC"
  39042.         activate
  39043.     end tell
  39044. on error errMsg number errNum
  39045.     --enter statements to perform when no records are found such as...
  39046.     display dialog "Sorry, the item you selected could not be found."
  39047.     return
  39048. end try
  39049. 2335X
  39050. Nov 99^
  39051. --set theItem to choose file -- uncomment to test in an AS editor
  39052.     tell application "Finder"
  39053.         open item "Dev.CD Nov 99 TC:Language Kits:Language Kit Updater f/MacOS8:"
  39054.         activate
  39055.     end tell
  39056. on error errMsg number errNum
  39057.     --enter statements to perform when no records are found such as...
  39058.     display dialog "Sorry, the item you selected could not be found."
  39059.     return
  39060. end try
  39061. e    No ChangefSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese Koreanq
  39062. Dev.CD Nov 99 TC
  39063. /D!All Packages
  39064. Tool Chest Edition
  39065. LaserWriter 8 API
  39066. Arabic Language Kit 1.0.1
  39067. Chinese Language Kit 1.2 (also CLK 1.1.1)
  39068. Cyrillic Language Kit 1.0
  39069. Hebrew Language Kit 1.0.1
  39070. Indian Language Kit 1.0
  39071. Japanese Language Kit 1.2
  39072. Korean Language Kit 1.0
  39073. Any attempt to use the LKU8 with previous versions of the above Language Kits is not supported and therefore not recommended.
  39074. Arabic Language Kit 1.0.1
  39075. Chinese Language Kit 1.2 (also CLK 1.1.1)
  39076. Cyrillic Language Kit 1.0
  39077. Hebrew Language Kit 1.0.1
  39078. Indian Language Kit 1.0
  39079. Japanese Language Kit 1.2
  39080. orean Language Kit 1.0
  39081. J'LKU Install Disk 1:
  39082. LKU Install Disk 2:K
  39083. Nov 97M/Current Language Kits with Mac OS 8.0 or newer.NSLanguage Kit Updater Mac OS 8 Arabic Chinese Cyrillic Hebrew Indian Japanese KoreanO=Dev.CD Nov 99 TC:Language Kits:Language Kit Updater f/MacOS8:PBDev.CD Nov 99 TC
  39084.  - Language Kits
  39085.  - Language Kit Updater f/MacOS8
  39086. leaks
  39087. leaks
  39088. learning
  39089. learning
  39090. drive
  39091. verilog
  39092. library
  39093. listmania
  39094. control
  39095. scroll
  39096. scroll
  39097. driver
  39098. localization
  39099. localization
  39100. japan
  39101. localizers
  39102. location
  39103. locator
  39104. lockvol
  39105. lockvol
  39106. lurkers
  39107. lurkers
  39108. hosesample
  39109. application
  39110. environment
  39111. graphics
  39112. primer
  39113. 8.5.1
  39114. update
  39115. runtime
  39116. architectures
  39117. runtime
  39118. 1.0.1b1c2
  39119. encodings
  39120. v1.3f3
  39121. macapp
  39122. developer
  39123. survey
  39124. macapp
  39125. r14d1
  39126. macbinary
  39127. maccalendar
  39128. maccalendar
  39129. 1.1b1
  39130. maccheck
  39131. maccheck
  39132. 1.0.4
  39133. release
  39134. apple's
  39135. brings
  39136. increased
  39137. functionali
  39138. samplefilter
  39139. postscript
  39140. output
  39141. filter
  39142. laserwriter
  39143. search
  39144. internet
  39145. feature
  39146. sherlock
  39147. application
  39148. system
  39149. software
  39150. comes
  39151. ibook
  39152. their
  39153. theme
  39154. themes
  39155. themselves
  39156. thereby
  39157. locales
  39158. locales
  39159. localization
  39160. localization
  39161. japan
  39162. localization
  39163. tools
  39164. localize
  39165. localize
  39166. locator
  39167. looksmart
  39168. looksmart
  39169. lookup
  39170. lookupmenu
  39171. lurkers
  39172. lurkers
  39173. lurkers
  39174. lurkers
  39175. lurkers
  39176. readme
  39177. lurkers
  39178. readme
  39179. hoseirdasample
  39180. 4.0.1
  39181. install
  39182. classes
  39183. graphics
  39184. primer
  39185. interfaces
  39186. guidelines
  39187. development
  39188. toolkit
  39189. runtime
  39190. architectures
  39191. encodings
  39192. compatibility
  39193. notes
  39194. license
  39195. readme
  39196. v1.3f3
  39197. readme
  39198. samplecode
  39199. samplecode
  39200. previous
  39201. specific
  39202. files
  39203. cdent
  39204. stuff
  39205. 2336X
  39206. Nov 99^
  39207. --set theItem to choose file -- uncomment to test in an AS editor
  39208.     tell application "Finder"
  39209.         open item "Dev.CD Nov 99 TC:Tool Chest:Printing:LaserWriter 8 API:"
  39210.         activate
  39211.     end tell
  39212. on error errMsg number errNum
  39213.     --enter statements to perform when no records are found such as...
  39214.     display dialog "Sorry, the item you selected could not be found."
  39215.     return
  39216. end try
  39217. e    No Changeq
  39218. Dev.CD Nov 99 TC
  39219. 0D!All Packages
  39220. Tool Chest Edition
  39221. LaserWriter 8.5.1GM
  39222. The LaserWriter 8.5.1 release contains many nwe utilities and features for both the user and the developer (see below for a list)
  39223. The LaserWriter 8.5.1 release contains:
  39224. Desktop Printer Utility 1.0- allows creation of TCP/IP/LPR, virtual, and hold desktop printers
  39225. Redesigned Custom Page Size Support
  39226. PostScript Level 3 support
  39227. Expanded ColorSync 2.1.x support
  39228. Collation
  39229. Print To PDF
  39230. LaserWriter 8.5.1 GM.seaK
  39231. Jun 95L
  39232. Jan 98N"LaserWriter 8 driver printer 8.5.1
  39233. Summary: LaserWriter 8.0 is the driver for the current printing architecture that many have been waiting for, with lots of nifty new features.
  39234. Features: Streamlined user interface.  Supports PostScript printer definition (PPD) files for extensive printer-specific features.  Saves EPS files.  New API calls assist in QuickDraw to PostScript translation.  Generates PostScript Level 2 code for Level 2 devices.  Extremely compatible.  Fixes many problems with older drivers.  Faster performanceB
  39235. , especially in background.
  39236. JZDeveloper Information
  39237. New API  sample:
  39238. New API documentation
  39239. Read me before using new API!K
  39240. Nov 93L
  39241. Nov 93M
  39242. System Software 6.0.7 or later.O7Dev.CD Nov 99 TC:Tool Chest:Printing:LaserWriter 8 API:P?Dev.CD Nov 99 TC
  39243.  - Tool Chest
  39244.  - Printing
  39245.  - LaserWriter 8 API
  39246. documentation
  39247. sample
  39248. audio
  39249. features
  39250. newgworld
  39251. newgworld
  39252. newgworld
  39253. newgworld
  39254. newformat
  39255. newgworld
  39256. newmaclogo
  39257. non-mpw
  39258. norway
  39259. norway
  39260. distributors/localiz
  39261. apple
  39262. product
  39263. before
  39264. using
  39265. registration
  39266. chromakey
  39267. movie
  39268. defprocs
  39269. defprocs
  39270. first
  39271. first
  39272. first
  39273. first
  39274. hypercard
  39275. obsolete&unsupported
  39276. other
  39277. please
  39278. tools
  39279. developer
  39280. sample
  39281. rotate
  39282. movie
  39283. sample
  39284. 2.0b6
  39285. 2.0b6
  39286. 0O9Dev.CD Nov 99 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:PADev.CD Nov 99 TC
  39287.  - Tool Chest
  39288.  - Printing
  39289.  - LaserWriter 8.5.1GMV
  39290. 2337X
  39291. Nov 99^
  39292. --set theItem to choose file -- uncomment to test in an AS editor
  39293.     tell application "Finder"
  39294.         open item "Dev.CD Nov 99 TC:Tool Chest:Printing:LaserWriter 8.5.1GM:"
  39295.         activate
  39296.     end tell
  39297. on error errMsg number errNum
  39298.     --enter statements to perform when no records are found such as...
  39299.     display dialog "Sorry, the item you selected could not be found."
  39300.     return
  39301. end try
  39302. e    No Changef"LaserWriter 8 driver printer 8.5.1q
  39303. Dev.CD Nov 99 TC
  39304. 1D!All Packages
  39305. Tool Chest Edition
  39306. Leaks dcmdIkSummary: A dcmd for MacsBug or TMON that helps detect memory leaks. Heavily commented source code included.J
  39307. Memory Management.imgK
  39308. Vol XOBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:PJDev.CD Nov 99 TC
  39309.  - Tool Chest
  39310.  - Testing & Debugging
  39311.  - Memory ManagementV
  39312. 2338X
  39313. Nov 99^
  39314. 1e    No Changeq
  39315. Dev.CD Nov 99 TC
  39316. 2D!All Packages
  39317. Tool Chest Edition
  39318. Learning to Drive
  39319. \Summary: A guide to support the development of Macintosh Printing Manager Resource Files.
  39320. Features: This document describes the Printing Manager from the perspectives of the application and the Printing Manager Resource Files.
  39321. Issues: The Disclaimer warns of the difficulties involved. This information will not work with QuickDraw GX printing.  
  39322. J/Learning to Drive
  39323. Learning to Drive Disclaimer K
  39324. Mar 93O7Dev.CD Nov 99 TC:Tool Chest:Printing:Learning to Drive:P?Dev.CD Nov 99 TC
  39325.  - Tool Chest
  39326.  - Printing
  39327.  - Learning to DriveV
  39328. 2339X
  39329. Nov 99^
  39330. --set theItem to choose file -- uncomment to test in an AS editor
  39331.     tell application "Finder"
  39332.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Memory Management:"
  39333.         activate
  39334.     end tell
  39335. on error errMsg number errNum
  39336.     --enter statements to perform when no records are found such as...
  39337.     display dialog "Sorry, the item you selected could not be found."
  39338.     return
  39339. end try
  39340. debabelizer
  39341. debabelizer
  39342. debug
  39343. debugger
  39344. debugging
  39345. debugging
  39346. modern
  39347. memory
  39348. manager
  39349. debugging
  39350. sound
  39351. manager
  39352. declaration
  39353. declaration
  39354. defproc
  39355. defprocs
  39356. demos
  39357. design
  39358. design
  39359. robustness
  39360. detect
  39361. detection
  39362. detectors
  39363. develop
  39364. develop
  39365. issue
  39366. source
  39367. source-code
  39368. source-level
  39369. sourcebug
  39370. sourcebug
  39371. source-level
  39372. debugger
  39373. debugging
  39374. 68k-based
  39375. 2e    No Changeq
  39376. Dev.CD Nov 99 TC
  39377. 3D!All Packages
  39378. Tool Chest Edition
  39379. LFSR Verilog CAD Tool
  39380. Summary: Data for a linear feedback shift register is entered through a dialog and produces a Verilog HDL module of a linear feedback shift register.  A CAD tool for hardware ASIC/FPGA developers. 
  39381. Features:
  39382. Used for training and using Verilog HDL. 
  39383. Produces test code for module. 
  39384. Calculates LFSR seed value. LFSR used for counters, prescalers, FIFO address generators,  random number generators and CRC checkers. 
  39385. Issues:
  39386. Doesn't open documents properly.
  39387. J.Horiz Count
  39388. Large Count
  39389. Readme
  39390. Vert CountK
  39391. Aug 93M=System 7.0 with 512Kbyte code. 
  39392. Color preferred not necessaryN
  39393. CAD/CAM, ASIC DesignOGDev.CD Nov 99 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:PRDev.CD Nov 99 TC
  39394.  - Tool Chest
  39395.  - Hardware
  39396.  - Misc. Tools
  39397.  - LFSR Verilog CAD ToolV
  39398. 2340X
  39399. Nov 99^
  39400. --set theItem to choose file -- uncomment to test in an AS editor
  39401.     tell application "Finder"
  39402.         open item "Dev.CD Nov 99 TC:Tool Chest:Printing:Learning to Drive:"
  39403.         activate
  39404.     end tell
  39405. on error errMsg number errNum
  39406.     --enter statements to perform when no records are found such as...
  39407.     display dialog "Sorry, the item you selected could not be found."
  39408.     return
  39409. end try
  39410. 3e    No Changef
  39411. CAD/CAM
  39412. ASIC Designq
  39413. Dev.CD Nov 99 TC
  39414. 4D!All Packages
  39415. Tool Chest Edition
  39416. trates a variety of techniques for using Open Transport
  39417. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  39418. Inside Macintosh: Open Transport
  39419. Sample Code.imgK
  39420. Nov 97L
  39421. Jun 98M
  39422. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  39423. Dev.CD Nov 99 TC:Sample Code:P
  39424. Dev.CD Nov 99 TC
  39425.  - Sample CodeV
  39426. 2341X
  39427. Nov 99^
  39428. r--set theItem to choose file -- uncomment to test in an AS editor
  39429.     tell application "Finder"
  39430.         open item "Dev.CD Nov 99 TC:Sample Code:"
  39431.         activate
  39432.     end tell
  39433. on error errMsg number errNum
  39434.     --enter statements to perform when no records are found such as...
  39435.     display dialog "Sorry, the item you selected could not be found."
  39436.     return
  39437. end try
  39438. e    No Change
  39439. e    No Change
  39440. --set theItem to choose file -- uncomment to test in an AS editor
  39441.     tell application "Finder"
  39442.         open item "Dev.CD Nov 99 TC:Tool Chest:Hardware:Misc. Tools:LFSR Verilog CAD Tool:"
  39443.         activate
  39444.     end tell
  39445. on error errMsg number errNum
  39446.     --enter statements to perform when no records are found such as...
  39447.     display dialog "Sorry, the item you selected could not be found."
  39448.     return
  39449. end try
  39450. hotsauce
  39451. hotsauce
  39452. standalone
  39453. obtain
  39454. standards
  39455. howmany
  39456. howmany
  39457. htmlW
  39458. renderinglib
  39459. htmlsample
  39460. htmlsample
  39461. htmlsample
  39462. htmlsample
  39463. htmlsample
  39464. pages
  39465. htmlsample
  39466. htmlsample
  39467. htmlsample
  39468. server
  39469. httpserver
  39470. httpserver
  39471. human
  39472. human
  39473. interface
  39474. guidelines
  39475. human
  39476. interface
  39477. notes
  39478. ercard
  39479. update
  39480. installer
  39481. hypercard
  39482. toolkit
  39483. 1.0b2
  39484. hypercard
  39485. mactcp
  39486. toolkit
  39487. hypercard
  39488. player
  39489. hypercard
  39490. serial
  39491. toolkit
  39492. hypercard
  39493. video
  39494. toolkit
  39495. hytime
  39496. curious
  39497. ibook
  39498. iceland
  39499. iceland
  39500. icntoicon
  39501. icntoicon
  39502. iconpict
  39503. iconpict
  39504. 4f/Open Transport
  39505. OTLIFO
  39506. OTFIFO
  39507. OTLink
  39508. linked listq
  39509. Dev.CD Nov 99 TC
  39510. 5D!All Packages
  39511. Tool Chest Edition
  39512. Live Control ScrollI
  39513. Sample code illustrating scrolling of controls via an off screen GWorld.  
  39514. This code shows how to correctly set and maintain proportional scroll bars, do live scrolling and handle controls with a live scrolling window.J@Live Control Scroll.
  39515. Live Control Scroll
  39516. Live Controls Scroll.cK
  39517. Nov 99M*Appearance Manager and System 8.1 or laterN<live scrolling, control, proportional scroll bar, appearanceOUDev.CD Nov 99 TC:What's New?:Sample Code:Human Interface Toolbox:Live Control Scroll:P`Dev.CD Nov 99 TC
  39518.  - What's New?
  39519.  - Sample Code
  39520.  - Human Interface Toolbox
  39521.  - Live Control ScrollV
  39522. 2342X
  39523. Nov 99^
  39524. 4F    ListMania
  39525. 1This sample demonstrates a variety of techniques for using Open Transport
  39526. s list utility routines.  Specifically, it shows how to use OTLIFO lists in a simple producer/consumer application.  The code from this sample is featured in the latest release (v1.2) of the book 
  39527. Inside Macintosh: Open Transport
  39528. Sample Code.imgK
  39529. Nov 97L
  39530. Jun 98M
  39531. Open Transport 1.1.1 or higherN3Open Transport, OTLIFO, OTFIFO, OTLink, linked listO
  39532. Dev.CD Nov 99 TC:Sample Code:P
  39533. Dev.CD Nov 99 TC
  39534.  - Sample CodeV
  39535. 2341X
  39536. Nov 99^
  39537. r--set theItem to choose file -- uncomment to test in an AS editor
  39538.     tell application "Finder"
  39539.         open item "Dev.CD Nov 99 TC:Sample Code:"
  39540.         activate
  39541.     end tell
  39542. on error errMsg number errNum
  39543.     --enter statements to perform when no records are found such as...
  39544.     display dialog "Sorry, the item you selected could not be found."
  39545.     return
  39546. end try
  39547. e    No Change
  39548. otlifo
  39549. otpingsample
  39550. otrcv
  39551. otserverlimits
  39552. otstreamlogviewer
  39553. otstreamlogviewer
  39554. sample
  39555. developer
  39556. ottraceroutesample
  39557. ottransferproviderow
  39558. oughta
  39559. ouput
  39560. outdated
  39561. outline
  39562. outlined
  39563. outlines
  39564. outlining
  39565. outlook
  39566. outperform
  39567. output
  39568. outputs
  39569. outside
  39570. outstanding
  39571. ovals
  39572. overW
  39573. over-represented
  39574. overall
  39575. overcome
  39576. override
  39577. sample
  39578. demonstrates
  39579. variety
  39580. transport
  39581. sample
  39582. demonstrates
  39583. create
  39584. quicktime
  39585. movie
  39586. sample
  39587. demonstrates
  39588. query
  39589. endpoint
  39590. sample
  39591. demonstrates
  39592. ottransferproviderow
  39593. sample
  39594. demonstrates
  39595. transport
  39596. sample
  39597. demonstrates
  39598. write
  39599. application
  39600. sample
  39601. demonstrates
  39602. easiest
  39603. transpo
  39604. sample
  39605. demonstrates
  39606. mapper
  39607. sample
  39608. demonstrates
  39609. no-copy
  39610. receives
  39611. under
  39612. though
  39613. thoughts
  39614. thousand
  39615. thrashing
  39616. thread
  39617. threaded
  39618. threads
  39619. three
  39620. thrive
  39621. through
  39622. tsmte
  39623. types
  39624. typography
  39625. unicode
  39626. unicode
  39627. utilities
  39628. universal
  39629. universal
  39630. serial
  39631. update
  39632. updater
  39633. updates
  39634. usage
  39635. usedistanthdwrmem
  39636. uselocalhdwrmem
  39637. utilities
  39638. utility
  39639. variable
  39640. variables
  39641. vector
  39642. version
  39643. video
  39644. video
  39645. device
  39646. video
  39647. toolkit
  39648. viewer
  39649. virtual
  39650. virtual
  39651. navigation
  39652. virtual
  39653. virtualuser
  39654. visigenic
  39655. volumes
  39656. vtwin
  39657. waitnextevent
  39658. wannabe
  39659. browser
  39660. webobjects
  39661. window
  39662. window
  39663. arrangement
  39664. window
  39665. attributes
  39666. window
  39667. class
  39668. window
  39669. classes
  39670. window
  39671. layers
  39672. window
  39673. manager
  39674. windows
  39675. wombat
  39676. workstation
  39677. world
  39678. world
  39679. wrapper
  39680. zanzibar
  39681. 5e    No Changef9live scrolling
  39682. control
  39683. proportional scroll bar
  39684. appearanceq
  39685. Dev.CD Nov 99 TC
  39686. 6D!All Packages
  39687. Tool Chest Edition
  39688. Live Scroll 1.0
  39689. Summary:  "Live Scroll" is a bare bones application demonstrating one approach you can take to implementing live scrolling (aka active and dynamic scrolling) during the tracking of scroll bar thumbs. Scroll arrows allow accurate placement of a document within its window, but are often too slow when the user wishes to scroll the content relatively large distances. While the scroll thumb can be used in this situation, it is less than ideal because the user cannot see the result of the scroll
  39690. --set theItem to choose file -- uncomment to test in an AS editor
  39691.     tell application "Finder"
  39692.         open item "Dev.CD Nov 99 TC:What's New?:Sample Code:Human Interface Toolbox:Live Control Scroll:"
  39693.         activate
  39694.     end tell
  39695. on error errMsg number errNum
  39696.     --enter statements to perform when no records are found such as...
  39697.     display dialog "Sorry, the item you selected could not be found."
  39698.     return
  39699. end try
  39700. doc's
  39701. doctor
  39702. document
  39703. documentationandsamp
  39704. documented
  39705. documentproc
  39706. documents
  39707. docviewer
  39708. doesn't
  39709. doesn't
  39710. documents
  39711. properly
  39712. doesnt
  39713. dogcow
  39714. 2343X
  39715. Nov 99^
  39716. --set theItem to choose file -- uncomment to test in an AS editor
  39717.     tell application "Finder"
  39718.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:Live Scroll 1.0:"
  39719.         activate
  39720.     end tell
  39721. on error errMsg number errNum
  39722.     --enter statements to perform when no records are found such as...
  39723.     display dialog "Sorry, the item you selected could not be found."
  39724.     return
  39725. end try
  39726. Movedf
  39727. Live Scroll
  39728. Dynamic Scrollingq
  39729. Dev.CD Nov 99 TC
  39730. 7D!All Packages
  39731. Tool Chest Edition
  39732. Load PCI DriverI
  39733. Summary: Load PCI Driver is a utitity for PCI driver writers. It lets you load and unload 'ndrv' without having to restart.
  39734. Allows you to load a Native PCI  driver ('ndrv') without having to restart. Very useful when debugging your native driver.J
  39735. Sample Code.imgK
  39736. Sep 97M
  39737. PowerPC PCI based MacintoshN
  39738. PCI ndrv driver loaderO
  39739. Dev.CD Nov 99 TC:Sample Code:P
  39740. Dev.CD Nov 99 TC
  39741.  - Sample CodeV
  39742. 2344X
  39743. Nov 99^
  39744.  until the thumb is released. As a result, the user often finds that two or more scroll operations are required before the desired positioning is achieved. These problems can be overcome by implementing live scrolling within an application which allows a user to more accurately scroll a document to the correct position with direct control over the speed of the scrolling, and by providing complete visual feedback of the scrolling operation as it occurs.
  39745. It also demonstrates:
  39746.   -The two dif
  39747. ferent types of action procedure, both for 68K and PowerPC architectures.
  39748.   -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  39749. Live Scroll has been built under:
  39750.   Metrowerks CodeWarrior 8
  39751.   Symantec C++ 8.0.1
  39752.   Symantec 7.0.4
  39753.   MPW E.T.O. #19- 'Latest MPW': Symantec C++ for MPW and MrC.
  39754. Limitations and Bugs:  This is not intended to be a definitive 'document' on how to implement live scrolling, but illustrates one approach you can take. Like mo
  39755. st projects, this project was implemented under time constraints. There may be better methods available to you depending on your needs and the available time.
  39756. Documentation:
  39757. Live Scroll.68K.
  39758. Live Scroll.68K.
  39759. Live Scroll.MPW.68K.make
  39760. Live Scroll.MPW.FAT
  39761. Live Scroll.MPW.FAT.make
  39762. Live Scroll.PPC.
  39763. Live Scroll.PPC.
  39764. Resources:
  39765. Sources:K
  39766. Jul 96N
  39767. Live Scroll, Dynamic ScrollingO5Dev.CD Nov 99 TC:Sample Code:Toolbox:Live Scroll 1.0:P=Dev.CD Nov 99 TC
  39768.  - Sample Code
  39769.  - Toolbox
  39770.  - Live Scroll 1.0
  39771. 7e    No Changef
  39772. PCI ndrv driver loaderq
  39773. Dev.CD Nov 99 TC
  39774. 8D!All Packages
  39775. Tool Chest Edition
  39776. Localization for Japan
  39777. Summary: Localization for Japan provides an overview of what is needed to successfully introduce a software product in the Japanese market.
  39778. Features: Targeting an audience ranging from product managers to  software developers, this book tells you the important issues to consider when designing or modifying a domestic software package for distribution in Japan.  It also provides information on subjects including document translation and  establishing business partners in Japan.
  39779. Localization for JapanK
  39780. Aug 92M
  39781. Adobe Acrobat ReaderO&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  39782.  - Programs & MarketingV
  39783. 2345X
  39784. May 98^
  39785. r--set theItem to choose file -- uncomment to test in an AS editor
  39786.     tell application "Finder"
  39787.         open item "Dev.CD Nov 99 TC:Sample Code:"
  39788.         activate
  39789.     end tell
  39790. on error errMsg number errNum
  39791.     --enter statements to perform when no records are found such as...
  39792.     display dialog "Sorry, the item you selected could not be found."
  39793.     return
  39794. end try
  39795. 8e    No Changeq
  39796. Dev.CD May 98 TC
  39797. 9D!All Packages
  39798. Tool Chest Edition
  39799. LockVol
  39800. Summary: LockVol is a Control Panel device that can be used to test software handling of locked volumes, local or remote.   With the use of System 7 and File Sharing, LockVol may come in handy for those trying to test their software.  LockVol displays a popup menu containing all volumes in use by your Mac and allows you to change the status of each volume from unlocked, to having a software or hardware lock.  Changes made in the Control Panel are immediate and remain intact until you chang
  39801. {--set theItem to choose file -- uncomment to test in an AS editor
  39802.     tell application "Finder"
  39803.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  39804.         activate
  39805.     end tell
  39806. on error errMsg number errNum
  39807.     --enter statements to perform when no records are found such as...
  39808.     display dialog "Sorry, the item you selected could not be found."
  39809.     return
  39810. end try
  39811. soliciting
  39812. solid
  39813. solution
  39814. solutions
  39815. solve
  39816. solved
  39817. solves
  39818. sonata
  39819. sophisticated
  39820. sorting
  39821. sound
  39822. soundapp
  39823. sounds
  39824. soundsprocket
  39825. soundunit
  39826. source
  39827. 2346X
  39828. Nov 99^
  39829. --set theItem to choose file -- uncomment to test in an AS editor
  39830.     tell application "Finder"
  39831.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  39832.         activate
  39833.     end tell
  39834. on error errMsg number errNum
  39835.     --enter statements to perform when no records are found such as...
  39836.     display dialog "Sorry, the item you selected could not be found."
  39837.     return
  39838. end try
  39839. e    No Changeq
  39840. Dev.CD Nov 99 TC
  39841. :D!All Packages
  39842. Tool Chest Edition
  39843. W tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  39844. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool s while the tool 
  39845. e them back or re-mount the affected volume.  The status of the startup volume is restored after a reboot.  All other volume status
  39846.  are lost after a reboot.
  39847. Improvements for version 1.6:
  39848.  The status of volumes is now physically updated on disk. This allows the volume to be mounted/re-mounted with that state persisting. Note that only a 'software' locked volume can be unmounted/mounted and still remain 'software' locked. Making a volume 'hardwared' locked will lock it but the setting won
  39849. 't persist across an unmount/mount. This is due to the fact that when the file system mounts a volume it gets the hardware state of that volume.  Since it's not really physically locked, there is no 'hardware' locked status returned.  Note that no attempt is made to physically update a remote volume (shared, etc.) as it doesn't belong to us. Changes to remote volumes will remain local.
  39850.  Fixed a gray shading problem in the volume popup on 1-bit deep monitors.  The popup would sometimes app
  39851. ear inactive when the window was in fact, active.
  39852.  The TAB key now cycles your through the volumes in the volume popup.
  39853.  There is no extension code anymore and as such the 'Show Startup' check box has been removed.
  39854.  And finally, the code size has become even smaller.  This is in part due to design changes and the use of Matthew Axsom's neat cdev class that allowed me to build LockVol with CodeWarrior.
  39855. Issues:  LockVol is freeware.  Permission is granted by the author for personal or elExectronic distribution as long as no fees or charges are received for it. LockVol remains the copyright of dEVoN Hubbard.
  39856. General tools.imgK
  39857. Jul 92L
  39858. Jun 95M
  39859. LockVol works under System 6.0.5 (and up), System 7, and up to System 7.5.  No known problems have been reported other than the ones you can create yourself by locking volumes that weren't originally locked.O>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:
  39860. 9PFDev.CD Nov 99 TC
  39861.  - Tool Chest
  39862.  - Testing & Debugging
  39863.  - General tools
  39864. physically
  39865. piccomment
  39866. piccomments
  39867. piccomments/bottlene
  39868. piccommentstest
  39869. pichandle
  39870. picker
  39871. pickers
  39872. pictdialog
  39873. pictinfotest
  39874. picts
  39875. picture
  39876. pictures
  39877. piece
  39878. pieces
  39879. piersol
  39880. pinterfaces
  39881. pinyin
  39882. pioneer
  39883. pippin
  39884. pippin-specific
  39885. pitch
  39886. pitfalls
  39887. 2347X
  39888. Nov 99^
  39889. --set theItem to choose file -- uncomment to test in an AS editor
  39890.     tell application "Finder"
  39891.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  39892.         activate
  39893.     end tell
  39894. on error errMsg number errNum
  39895.     --enter statements to perform when no records are found such as...
  39896.     display dialog "Sorry, the item you selected could not be found."
  39897.     return
  39898. end try
  39899. e    No Changef
  39900. Lurkers
  39901. Projector
  39902. Dev.CD Nov 99 TC
  39903. ;D!All Packages
  39904. Mac OS SDK Edition
  39905. LW8 Hosesample
  39906. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  39907. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  39908. LW8_HoseIrDASample:K
  39909. Jul 99K1:What's New:Sample Code:Printing:LW8 Hosesample:V
  39910. 2348X
  39911. 1e    No Change
  39912. is running.
  39913. JzFStubs.c
  39914. FStubs.c.o
  39915. Lurkers
  39916. Lurkers README
  39917. Lurkers README.txt
  39918. Lurkers.c
  39919. Lurkers.c.o
  39920. Lurkers.r
  39921. MakeFile
  39922. NameRevisionCurrentK
  39923. Mar 94L
  39924. Jan 98M
  39925. Lurkers, Projector, MPWOEDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PPDev.CD Nov 99 TC
  39926.  - Tool Chest
  39927.  - Development Kits
  39928.  - MPW Related
  39929.  - Lurkers 1.7
  39930. Lurkers 1.7
  39931. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  39932. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool 
  39933. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleOBDev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:PMDev.CD Jul 99 SDK1
  39934.  - What's New
  39935.  - Sample Code
  39936.  - Printing
  39937.  - LW8 HosesampleV
  39938. 2348X
  39939. Jul 99^
  39940. --set theItem to choose file -- uncomment to test in an AS editor
  39941.     tell application "Finder"
  39942.         open item "Dev.CD Jul 99 SDK1:What's New:Sample Code:Printing:LW8 Hosesample:"
  39943.         activate
  39944.     end tell
  39945. on error errMsg number errNum
  39946.     --enter statements to perform when no records are found such as...
  39947.     display dialog "Sorry, the item you selected could not be found."
  39948.     return
  39949. end try
  39950. e    No Changef%LaserWriter 8
  39951. custom hose
  39952. IrDA sampleq
  39953. Dev.CD Jul 99 SDK1
  39954. <D(All Packages
  39955. Reference Library Edition
  39956. Mac Application Environment 2.0
  39957. change
  39958. items
  39959. japanese
  39960. tutorial
  39961. jbindery
  39962. jdirect
  39963. jmanager
  39964. joystick
  39965. kernel
  39966. patch
  39967. keyboard
  39968. keyboard
  39969. keychain
  39970. kibitz
  39971. korean
  39972. label
  39973. language
  39974. language
  39975. analysis
  39976. architecture
  39977. language
  39978. updater
  39979. arabic
  39980. chinese
  39981. cyrillic
  39982. hebrew
  39983. language
  39984. manager
  39985. laserwriter
  39986. laserwriter
  39987. laserwriter
  39988. driver
  39989. printer
  39990. 8.5.1
  39991. laserwriter
  39992. bridge
  39993. launch
  39994. layers
  39995. layout
  39996. level
  39997. library
  39998. library
  39999. light
  40000. linked
  40001. linkers
  40002. linking
  40003. listen
  40004. scroll
  40005. scrolling
  40006. loadable
  40007. loadable
  40008. bundle
  40009. loader
  40010. loading
  40011. locales
  40012. 2349X
  40013. Dec 99^
  40014. --set theItem to choose file -- uncomment to test in an AS editor
  40015.     tell application "Finder"
  40016.         open item "Dev.CD Dec 99 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  40017.         activate
  40018.     end tell
  40019. on error errMsg number errNum
  40020.     --enter statements to perform when no records are found such as...
  40021.     display dialog "Sorry, the item you selected could not be found."
  40022.     return
  40023. end try
  40024. Next CDf;UNIX
  40025. Open Systems
  40026. workstation
  40027. Solaris
  40028. HP-UXq
  40029. Dev.CD Dec 99 RL
  40030. =D!All Packages
  40031. Tool Chest Edition
  40032. Mac Graphics Primer 2
  40033. Summary:  Macintosh Application Environment
  40034.  (MAE)
  40035. the virtual Macintosh for open systems
  40036. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  40037. This folder contains product information about MAE, asB
  40038.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  40039. J%MAE 2.0 DataSheet
  40040. MAE 2.0 White PaperK
  40041. May 94L
  40042. Jun 95M
  40043. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Dec 99 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:
  40044. <PjDev.CD Dec 99 RL
  40045.  - Technical Documentation
  40046.  - Tools Demos & Tech Overviews
  40047.  - Mac Application Environment
  40048. unknown
  40049. unleash
  40050. unless
  40051. unlike
  40052. unlimited
  40053. unload
  40054. unloaded
  40055. unloading
  40056. unlocked
  40057. unlocking
  40058. unmangling
  40059. unmodified
  40060. unmount
  40061. unmount/mount
  40062. unmounted
  40063. unmounted/mounted
  40064. unmounting
  40065. unmountit
  40066. unmountprojector
  40067. unmountvol
  40068. unobtrusive
  40069. unofficial
  40070. unresolved
  40071. unsupported
  40072. until
  40073. unusual
  40074. unversal
  40075. unwrapcommenttext
  40076. up-to-date
  40077. upcoming
  40078. summary
  40079. macintosh
  40080. application
  40081. environment
  40082. virtual
  40083. summary
  40084. macintosh
  40085. software
  40086. distributed
  40087. world
  40088. summary
  40089. macintosh
  40090. developer
  40091. notes
  40092. published
  40093. developer
  40094. summary
  40095. macintosh
  40096. technology
  40097. apple
  40098. summary
  40099. macintosh
  40100. translation
  40101. manager
  40102. summary
  40103. macodbc
  40104. standard
  40105. developers
  40106. write
  40107. summary
  40108. makemake
  40109. which
  40110. generates
  40111. correct
  40112. summary
  40113. manalyzer
  40114. local
  40115. network
  40116. analyzer
  40117. summary
  40118. memory
  40119. monitor
  40120. software
  40121. utility
  40122. which
  40123. provides
  40124. summary
  40125. midiconverter
  40126. application
  40127. converting
  40128. gener
  40129. summary
  40130. minilauncher
  40131. launch
  40132. applications
  40133. summary
  40134. moofwars
  40135. piece
  40136. sample
  40137. demonstrates
  40138. summary
  40139. mountalias
  40140. control
  40141. panel
  40142. device
  40143. automatica
  40144. summary
  40145. mping
  40146. network
  40147. testing
  40148. protoco
  40149. summary
  40150. objects
  40151. hypercard
  40152. allowed
  40153. variabl
  40154. changeQ
  40155. 2350X
  40156. Nov 99^
  40157. --set theItem to choose file -- uncomment to test in an AS editor
  40158.     tell application "Finder"
  40159.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  40160.         activate
  40161.     end tell
  40162. on error errMsg number errNum
  40163.     --enter statements to perform when no records are found such as...
  40164.     display dialog "Sorry, the item you selected could not be found."
  40165.     return
  40166. end try
  40167. Deletedq
  40168. Dev.CD Nov 99 TC
  40169. >D!All Packages
  40170. Mac OS SDK Edition
  40171. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  40172. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  40173.   1. Obtain the NEW Mac platform NEW Mac platform 
  40174. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  40175. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  40176. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  40177. Mac Graphics Primer 2K
  40178. Vol IIIL
  40179. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  40180.  - Tool Chest
  40181.  - QuickDraw
  40182.  - Mac Graphics Primer 
  40183. 2351X
  40184. Jan 99^
  40185. q--set theItem to choose file -- uncomment to test in an AS editor
  40186.     tell application "Finder"
  40187.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  40188.         activate
  40189.     end tell
  40190. on error errMsg number errNum
  40191.     --enter statements to perform when no records are found such as...
  40192.     display dialog "Sorry, the item you selected could not be found."
  40193.     return
  40194. end try
  40195. Deletedf
  40196. Apple
  40197. Dev.CD Jan 99 SDK1
  40198. ?D&All Packages
  40199. System Software Edition
  40200. tains Mac OS 8.5.1 Updates that were available as this CD went to press.
  40201. Mac OS 8.5.1 Update fixes a memory leak in AppleScript, a memory problem in the file system, and a Mac OS Extended format corruption issue, re-enables the use of many third party ADB devices, and provides some improved communication through Internet proxy firewalls for Sherlock. In addition, Apple has developed a number of additional Sherlock plug-ins that are included in this update. Watch for new updattch for new updat
  40202. logo and NEW guidelines for its use. 
  40203.   2. Identify all your retail products with this small, yet powerful icon.
  40204. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  40205. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  40206. Some of the planned activities to support this campaign include:
  40207.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  40208.  In-Store Merchandising Programs and Promotion
  40209.  Wholesale Distribution Programs
  40210.  Magazine Advertising Campaigns
  40211.  Mail-Order Catalog Programs and Promotions
  40212.  Apple Online Store Programs and Promotions 
  40213. To be considered for inclusion in these exciting, high-v
  40214. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  40215.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  40216. JJClent Richardson Message.pdf
  40217. Mac Logo Art:
  40218. Mac Logo Guidelines:
  40219. NewMacLogoK
  40220. Jan 99N
  40221. Apple, Logo, MacO
  40222. Dev.CD Jan 99 SDK1:Mac Logo:P
  40223. Dev.CD Jan 99 SDK1
  40224.  - Mac Logo
  40225. Mac Logo
  40226. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  40227. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  40228.   1. Obtain the NEW Mac platform 
  40229. simpler
  40230. simplest
  40231. simpletext
  40232. simplified
  40233. simplifies
  40234. simplify
  40235. simplifying
  40236. simply
  40237. since
  40238. single
  40239. single-link
  40240. single-processor
  40241. sites
  40242. situation
  40243. situations
  40244. sixteen
  40245. sizes
  40246. skills
  40247. skipped
  40248. slated
  40249. sleuthing
  40250. slots
  40251. slower
  40252. small
  40253. smaller
  40254. smith
  40255. smith's
  40256. snapshots
  40257. snazzy
  40258. snippet
  40259. snippets
  40260. snively
  40261. psetselfsend
  40262. pseudo-item
  40263. pub/pccts
  40264. public
  40265. publications
  40266. published
  40267. publisher
  40268. publishers
  40269. publishing
  40270. publishing
  40271. second
  40272. edition
  40273. pulled
  40274. punctuation
  40275. punjabi
  40276. puntuation
  40277. purchase
  40278. purdue
  40279. purevoice
  40280. purge
  40281. purged
  40282. purpose
  40283. purposeful
  40284. purposes
  40285. putawayvolumes
  40286. putpicproc
  40287. putting
  40288. com/mkt/maclogo
  40289. com/mkt/swl
  40290. com/mrj
  40291. com/quicktime
  40292. com/quicktime/develo
  40293. com/sherlock/plugind
  40294. com/store
  40295. com/support
  40296. com/techpubs
  40297. com/techpubs/index
  40298. combination
  40299. combinations
  40300. combine
  40301. combines
  40302. combining
  40303. combowalker
  40304. comes
  40305. comfort
  40306. 2352X
  40307. Apr 99^    SSW Disk1
  40308. --set theItem to choose file -- uncomment to test in an AS editor
  40309.     tell application "Finder"
  40310.         open item "Dev.CD Apr 99 SSW Disk1:Worldwide System Software:"
  40311.         activate
  40312.     end tell
  40313. on error errMsg number errNum
  40314.     --enter statements to perform when no records are found such as...
  40315.     display dialog "Sorry, the item you selected could not be found."
  40316.     return
  40317. end try
  40318. e    No Changef*AppleScript
  40319. Mac OS
  40320. Sherlock
  40321. Updates 
  40322. 8.5.1q
  40323. Dev.CD Apr 99 SSW Disk1
  40324. @D(All Packages
  40325. Reference Library Edition
  40326. Mac OS Runtime ArchitecturesI
  40327. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  40328. Mac OS Runtime Architectures
  40329. Read Me - Other SSW DocsK
  40330. Oct 97M
  40331. Adobe AcrobatN
  40332. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:
  40333.     B#es at http://www.apple.com/support/
  40334. D-German:
  40335. E-Spanish:K
  40336. Nov 97L
  40337. Feb 99N.AppleScript, Mac OS, Sherlock, Updates , 8.5.1O2Dev.CD Apr 99 SSW Disk1:Worldwide System Software:P4Dev.CD Apr 99 SSW Disk1
  40338.  - Worldwide System Software
  40339. Mac OS 8.5.1 Update
  40340. This disk contains Mac OS 8.5.1 Updates that were available as this CD went to press.
  40341. Mac OS 8.5.1 Update fixes a memory leak in AppleScript, a memory problem in the file system, and a Mac OS Extended format corruption issue, re-enables the use of many third party ADB devices, and provides some improved communication through Internet proxy firewalls for Sherlock. In addition, Apple has developed a number of additional Sherlock plug-ins that are included in this update. Watch for new updat
  40342. extending
  40343. extends
  40344. extenion
  40345. extensible
  40346. extension
  40347. extensions
  40348. @PEDev.CD Dec 99 RL
  40349.  - Technical Documentation
  40350.  - More SSW DocumentationV
  40351. 2353X
  40352. Dec 99^
  40353. --set theItem to choose file -- uncomment to test in an AS editor
  40354.     tell application "Finder"
  40355.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  40356.         activate
  40357.     end tell
  40358. on error errMsg number errNum
  40359.     --enter statements to perform when no records are found such as...
  40360.     display dialog "Sorry, the item you selected could not be found."
  40361.     return
  40362. end try
  40363. Deletedf
  40364. Mac OS Runtime Architectureq
  40365. Dev.CD Dec 99 RL
  40366. AD!All Packages
  40367. Tool Chest Edition
  40368. F!Mac OS Runtime for Java 1.0.1b1c2
  40369. archive
  40370. archivecontent
  40371. archivecontent
  40372. arperations
  40373. arperations
  40374. arperations
  40375. arpsample
  40376. arpsample
  40377. arpsample
  40378. arpsampleppc
  40379. arpsampleshell
  40380. arpsampleshell
  40381. artwork
  40382. market
  40383. guide
  40384. asian
  40385. asian
  40386. 2354X
  40387. Nov 99^
  40388. --set theItem to choose file -- uncomment to test in an AS editor
  40389.     tell application "Finder"
  40390.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  40391.         activate
  40392.     end tell
  40393. on error errMsg number errNum
  40394.     --enter statements to perform when no records are found such as...
  40395.     display dialog "Sorry, the item you selected could not be found."
  40396.     return
  40397. end try
  40398. Deletedq
  40399. Dev.CD Nov 99 TC
  40400. BD!All Packages
  40401. Tool Chest Edition
  40402. Mac OS Text Encodings
  40403. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  40404. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  40405. MRJ 1.0.1 implements version 1.0.2 of Sun
  40406. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  40407. MRJ 1.0.1 works on computers with 68030 or 68040 microprocesso
  40408. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  40409. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  40410. May 97
  40411. About this Pre-Release of MRJ
  40412. MRJ 1.0.1b1c2 Installer:
  40413. MRJ SDK Installer 1.0.1b1c2
  40414. Pre-Release MRJ JITC:
  40415. Updated Documentation:K
  40416. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  40417.  - What's New?
  40418.  - Development Kits
  40419.  - Mac OS Runtime for Java
  40420. prefs
  40421. prefs
  40422. system
  40423. previous
  40424. primer
  40425. print
  40426. print
  40427. print
  40428. total
  40429. pages
  40430. print2
  40431. printaetypes
  40432. printaetypes
  40433. printing
  40434. printpict
  40435. printpict
  40436. printpictlist
  40437. printpictlist
  40438. privileges
  40439. privileges
  40440. procdoggie
  40441. procdoggie
  40442. 2.1b1
  40443. process
  40444. processes
  40445. processor
  40446. product
  40447. products
  40448. profile
  40449. profiler
  40450. profilerenamer
  40451. profilerenamer
  40452. profilerenamer
  40453. readme
  40454. project
  40455. large
  40456. project
  40457. quick
  40458. start
  40459. guide
  40460. projectdefines
  40461. projectdefines
  40462. projectfolders
  40463. projectmenu
  40464. projects
  40465. projects
  40466. projectxplugin68k
  40467. projectxplugin68knfp
  40468. projectxpluginppc
  40469. projlistmenu
  40470. protocol
  40471. protos
  40472. prototyping
  40473. 2355X
  40474. Nov 99^
  40475. --set theItem to choose file -- uncomment to test in an AS editor
  40476.     tell application "Finder"
  40477.         open item "Dev.CD Nov 99 TC:What's New?:Technical Documentation:Misc Standards:Mac OS Text Encodings:"
  40478.         activate
  40479.     end tell
  40480. on error errMsg number errNum
  40481.     --enter statements to perform when no records are found such as...
  40482.     display dialog "Sorry, the item you selected could not be found."
  40483.     return
  40484. end try
  40485. e    No ChangefAtext encoding
  40486. character set
  40487. Text Encoding Converter
  40488. font encodingq
  40489. Dev.CD Nov 99 TC
  40490. CD!All Packages
  40491. Mac OS SDK Edition
  40492. Mac OS USB DDK v1.3f3
  40493. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  40494. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  40495. 1 file describing Apple
  40496. s use of the Unicode private use area.
  40497. 24 files - one for each encoding - providing specific information about that B
  40498. encoding and specifying the encoding by showing how it maps to Unicode.
  40499. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  40500. Apr 98L
  40501. Nov 99
  40502. Apr 98L
  40503. Nov 99M
  40504. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingOZDev.CD Nov 99 TC:What's New?:Technical Documentation:Misc Standards:Mac OS Text Encodings:PeDev.CD Nov 99 TC
  40505.  - What's New?
  40506.  - Technical Documentation
  40507.  - Misc Standards
  40508.  - Mac OS Text Encodings
  40509. ARABIC.TXT
  40510. CENTEURO.TXT
  40511. CHINSIMP.TXT
  40512. CHINTRAD.TXT
  40513. CORPCHAR.TXT
  40514. CROATIAN.TXT
  40515. CYRILLIC.TXT
  40516. DEVANAGA.TXT
  40517. DINGBATS.TXT
  40518. FARSI.TXT
  40519. GREEK.TXT
  40520. GUJARATI.TXT
  40521. GURMUKHI.TXT
  40522. HEBREW.TXT
  40523. ICELAND.TXT
  40524. JAPANESE.TXT
  40525. KOREAN.TXT
  40526. README.TXT
  40527. ROMAN.TXT
  40528. ROMANIAN.TXT
  40529. SYMBOL.TXT
  40530. THAI.TXT
  40531. TURKISH.TXT
  40532. UKRAINE.TXT
  40533. usedQ
  40534. training
  40535. using
  40536. verilog
  40537. useful
  40538. usenet
  40539. easyview
  40540. guide
  40541. guide
  40542. guide
  40543. contents
  40544. guidelines
  40545. gujarati
  40546. gujarati
  40547. gurmukhi
  40548. gurmukhi
  40549. spooler
  40550. patch
  40551. gxenvironment
  40552. gxfile
  40553. gxfile
  40554. gxfile
  40555. gxfile
  40556. handbook
  40557. hardware
  40558. hardware
  40559. tools
  40560. stack
  40561. localization
  40562. navig
  40563. headers
  40564. headers
  40565. libraries
  40566. hebrew
  40567. hebrew
  40568. helloworld
  40569. helloworld
  40570. helper
  40571. japanese
  40572. resources
  40573. japanese
  40574. survival
  40575. guide
  40576. jbindery2.0
  40577. jbinderyhtml
  40578. helper
  40579. 2356X
  40580. Jan 00^
  40581. --set theItem to choose file -- uncomment to test in an AS editor
  40582.     tell application "Finder"
  40583.         open item "Dev.CD Jan 00 SDK1:Development Kits:Hardware:Mac OS USB DDK v1.3f3:"
  40584.         activate
  40585.     end tell
  40586. on error errMsg number errNum
  40587.     --enter statements to perform when no records are found such as...
  40588.     display dialog "Sorry, the item you selected could not be found."
  40589.     return
  40590. end try
  40591. e    No ChangefSUSB
  40592. Universal Serial Bus
  40593. Human Interface Devices
  40594. Mass Storage
  40595. SerialShimLibq
  40596. Dev.CD Jan 00 SDK1
  40597. DD!All Packages
  40598. Tool Chest Edition
  40599. MacApp Developer Survey
  40600. Release of the USB v1.3f3 Driver Development Kit.  Includes system extensions which provide USB support for many third party USB PCI cards and for the iMac and 1999 Power Macintosh G3 systems which have USB present.
  40601. USB provides support for isochronous endpoint, and support multiple drivers within a single driver file. This release also implements a number of bug fixes as documented in the Mac OS USB v1.3f3 Readme file.
  40602. Examples
  40603. Extensions-AppleBuilt
  40604. Extensions-MCWBuilt
  40605. Interfaces
  40606. Libraries
  40607. Mac OS USB Compatibility Notes
  40608. Mac OS USB DDK License
  40609. Mac OS USB DDK Readme
  40610. Mac OS USB v1.3f3 Readme
  40611. USB.h
  40612. usb_api_ref_24v4.pdf
  40613. UtilitiesK
  40614. Aug 98L
  40615. Oct 99NYUSB, Universal Serial Bus, ADB, HID, Human Interface Devices, Mass Storage, SerialShimLibOCDev.CD Jan 00 SDK1:Development Kits:Hardware:Mac OS USB DDK v1.3f3:PKDev.CD Jan 00 SDK1
  40616.  - Development Kits
  40617.  - Hardware
  40618.  - Mac OS USB DDK v1.3f3
  40619. released
  40620. releaseresource
  40621. releases
  40622. relevant
  40623. reliability
  40624. reliable
  40625. reliance
  40626. relief
  40627. relies
  40628. relish
  40629. relocation
  40630. relstring
  40631. remain
  40632. remains
  40633. remap
  40634. remedies
  40635. remember
  40636. remote
  40637. removes
  40638. removing
  40639. rename
  40640. renamed
  40641. renames
  40642. renaming
  40643. renderer
  40644. rendering
  40645. renegade
  40646. renewed
  40647. replace
  40648. replacement
  40649. replaces
  40650. replaces
  40651. postscript
  40652. sample
  40653. replacing
  40654. replies
  40655. reply
  40656. report
  40657. reported
  40658. 2357X
  40659. Nov 99^
  40660. --set theItem to choose file -- uncomment to test in an AS editor
  40661.     tell application "Finder"
  40662.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  40663.         activate
  40664.     end tell
  40665. on error errMsg number errNum
  40666.     --enter statements to perform when no records are found such as...
  40667.     display dialog "Sorry, the item you selected could not be found."
  40668.     return
  40669. end try
  40670. Deletedq
  40671. Dev.CD Nov 99 TC
  40672. ED!All Packages
  40673. Tool Chest Edition
  40674. MacApp R14d1
  40675. MacApp Release 14d1 is the first 'development' level version of MacApp Release 14.  We do not recommend using this version of MacApp in the development of commercial quality final software.  
  40676. MacApp Release 14d1 provides support for building MacApp-based applications for use under the CarbonLib on Mac OS 8.5.  It also incorporates several bug fixes as well as additional work for building MacApp-based applications for running under the Windows operating system.
  40677. MacApp Release 14d1 is the 
  40678. Dear MacApp users!
  40679. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  40680. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  40681. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  40682. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  40683. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  40684. -   AppleLink:  GONZALEZ3
  40685. -   Internet:   gonzalez3@applelink.apple.com
  40686. -   Fax:        (408) 974-9456
  40687. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  40688. Thanks for your feedback.
  40689. Regards,
  40690. Ricardo G
  40691.     EMonzalez
  40692. Application Frameworks Product Marketing Manager
  40693. Apple Computer, Inc.
  40694. MacApp Developer Survey
  40695. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  40696.  - Tool Chest
  40697.  - Development Kits
  40698. macintosh
  40699. macintosh
  40700. cd-rom
  40701. setup
  40702. 5.3.2
  40703. macintosh
  40704. v1.1.1
  40705. macintosh
  40706. 1.1.1
  40707. macintosh
  40708. client
  40709. interface
  40710. macintosh
  40711. powerbook
  40712. 2400c
  40713. macintosh
  40714. powerbook
  40715. qualified
  40716. macintosh
  40717. sample
  40718. macintosh
  40719. technical
  40720. macintosh
  40721. technotes
  40722. macodbc
  40723. macodbc
  40724. 2.1.2
  40725. macos8documentation
  40726. macro
  40727. macros/templates
  40728. macsbug
  40729. macsbug
  40730. 6.5.4a4
  40731. macsnmp
  40732. mactcp
  40733. mactcp
  40734. developer
  40735. tools
  40736. mactcp
  40737. 2.0.6
  40738. mactcp
  40739. token
  40740. mactcp
  40741. magician
  40742. suite
  40743. makemake
  40744. makemake
  40745. 2.0d38
  40746. management
  40747. manager
  40748. manalyzer
  40749. manalyzer
  40750. 2.0d3
  40751. market
  40752. maximizing
  40753. maximizing
  40754. quadra
  40755. floatingpoint
  40756. media
  40757. megamovies
  40758. megamovies
  40759. 1.6.2
  40760. memhell
  40761. wprocasm
  40762. wrapcommenttext
  40763. wrapper
  40764. wrench
  40765. wringer
  40766. write
  40767. writer
  40768. writers
  40769. writes
  40770. writeswell
  40771. writing
  40772. written
  40773. yes/no
  40774. ships
  40775. shoot
  40776. short
  40777. shortcuts
  40778. shotsW
  40779. should
  40780. shouldn't
  40781. show/hide
  40782. showing
  40783. shown
  40784. shows
  40785. shows
  40786. implement
  40787. pre-mixer
  40788. component
  40789. shrink
  40790. shrink-wrapped
  40791. shrinking
  40792. macapp
  40793. developer
  40794. survey
  40795. macappclassmeth
  40796. macappprogguide
  40797. macbinary
  40798. macbinary-ii-conf
  40799. macbinary-ii-conf2
  40800. macbinary-ii-standar
  40801. macbinary-standard
  40802. maccalendar
  40803. maccalendar
  40804. maccalendar
  40805. maccalendar
  40806. maccalendar
  40807. setup
  40808. maccalendar
  40809. setup
  40810. maccalendarcommon
  40811. maccalendarcommon
  40812. maccalendaricons
  40813. maccalendaricons
  40814. maccalendarsetup
  40815. maccalendarsetup
  40816. maccalendarsetup
  40817. maccalendarsetup
  40818. maccalendarsetupicon
  40819. maccalendarsetupicon
  40820. macguide
  40821. macguide
  40822. machack
  40823. macincludes
  40824. macincludes
  40825. macincludes
  40826. macintosh
  40827. macintosh
  40828. reference
  40829. macintosh
  40830. powerbook
  40831. 2400c
  40832. macos8
  40833. macos8
  40834. macos8
  40835. higuidelines
  40836. macos8documentation
  40837. macsbug
  40838. macsbug
  40839. resources
  40840. macsnmp
  40841. macsnmp
  40842. macsnmp
  40843. 2358X
  40844. Nov 99^
  40845. x--set theItem to choose file -- uncomment to test in an AS editor
  40846.     tell application "Finder"
  40847.         open item "Dev.CD Nov 99 TC:Tool Chest:MacApp:"
  40848.         activate
  40849.     end tell
  40850. on error errMsg number errNum
  40851.     --enter statements to perform when no records are found such as...
  40852.     display dialog "Sorry, the item you selected could not be found."
  40853.     return
  40854. end try
  40855. e    No Changef$MacApp
  40856. Framework
  40857. Object-oriented
  40858. Dev.CD Nov 99 TC
  40859. All Packages
  40860. F    MacBinary
  40861. 2359X
  40862. first development release which provides support for Carbon.
  40863. The person installing this package must agree to a license agreement presented during the installation process.
  40864. J"Ad Lib 3.0b2:
  40865. Install MacApp R13u4K
  40866. Nov 97L
  40867. Apr 99M;Mac OS 7.1 or later, 16 MB RAM, 28 MB Free Hard Disk Space.N'MacApp, Framework, Object-oriented, C++O#Dev.CD Nov 99 TC:Tool Chest:MacApp:P(Dev.CD Nov 99 TC
  40868.  - Tool Chest
  40869.  - MacApp
  40870. r14d1
  40871. ramdisk
  40872. ramdisk
  40873. 1.4d5
  40874. starter
  40875. samples
  40876. reader
  40877. recognition
  40878. record
  40879. record
  40880. sound
  40881. redistribution
  40882. registration
  40883. registry
  40884. release
  40885. remote
  40886. report
  40887. report
  40888. error
  40889. reporting
  40890. reports
  40891. requests
  40892. resedit
  40893. resedit
  40894. 2.1.3
  40895. resources
  40896. rhapsody
  40897. rhapsody
  40898. documentation
  40899. rinaldi
  40900. rinaldi
  40901. collection
  40902. robix
  40903. robix
  40904. sources
  40905. machine
  40906. machine
  40907. identification
  40908. macintalk
  40909. macintosh
  40910. macintosh
  40911. coprocessor
  40912. platform
  40913. macintosh
  40914. macodbc
  40915. macosxserver
  40916. macsbug
  40917. mactcp
  40918. mactcp
  40919. development
  40920. transport
  40921. zaptcp
  40922. suite
  40923. bundle
  40924. object
  40925. panorama
  40926. mapper
  40927. mapperref
  40928. storage
  40929. mdata
  40930. media
  40931. memhell
  40932. memory
  40933. memory
  40934. manager
  40935. memory
  40936. monitor
  40937. items
  40938. manager
  40939. menubar
  40940. menus
  40941. menuscripter
  40942. metafile
  40943. middleware
  40944. missQ
  40945. mixed
  40946. mixed
  40947. module
  40948. monitor
  40949. moofwars
  40950. morefiles
  40951. moreisbetter
  40952. morpheme
  40953. movie
  40954. movies
  40955. pascal
  40956. 2359X
  40957. Dec 99^    RL Disk 1
  40958. --set theItem to choose file -- uncomment to test in an AS editor
  40959.     tell application "Finder"
  40960.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  40961.         activate
  40962.     end tell
  40963. on error errMsg number errNum
  40964.     --enter statements to perform when no records are found such as...
  40965.     display dialog "Sorry, the item you selected could not be found."
  40966.     return
  40967. end try
  40968. e    No Changeq
  40969. Dev.CD Dec 99 RL Disk 1
  40970. GD!All Packages
  40971. Tool Chest Edition
  40972. MacCalendar 1.1b1I
  40973. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  40974. 2360X
  40975. Moved
  40976. Summary: MacBinary Standard
  40977. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  40978. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  40979. le compression packages.  
  40980. JMmacbinary-II-conf
  40981. macbinary-II-conf2
  40982. macbinary-II-standard
  40983. macbinary-standardK
  40984. May 93M
  40985. Adobe Acrobat Reader.OJDev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Dec 99 RL Disk 1
  40986.  - Technical Documentation
  40987.  - Misc. Standards
  40988.  - MacBinary
  40989. support
  40990. sales
  40991. products
  40992. apple
  40993. conjunction
  40994. tobias
  40995. today
  40996. Aug 94L
  40997. May 97M9Requires the Control Strip control panel to be installed.O7Dev.CD Nov 99 TC:Sample Code:Toolbox:MacCalendar 1.1b1:P?Dev.CD Nov 99 TC
  40998.  - Sample Code
  40999.  - Toolbox
  41000.  - MacCalendar 1.1b1V
  41001. 2360X
  41002. Nov 99^
  41003. --set theItem to choose file -- uncomment to test in an AS editor
  41004.     tell application "Finder"
  41005.         open item "Dev.CD Nov 99 TC:Sample Code:Toolbox:MacCalendar 1.1b1:"
  41006.         activate
  41007.     end tell
  41008. on error errMsg number errNum
  41009.     --enter statements to perform when no records are found such as...
  41010.     display dialog "Sorry, the item you selected could not be found."
  41011.     return
  41012. end try
  41013. Movedq
  41014. Dev.CD Nov 99 TC
  41015. HD!All Packages
  41016. Tool Chest Edition
  41017. MacCheck
  41018.  1.0.4
  41019. mDrawCalendar.c
  41020. DrawCalendar.h
  41021. MacCalendar
  41022. MacCalendar Setup.68K
  41023. MacCalendar Setup.68K.
  41024. MacCalendar Setup.PPC
  41025. MacCalendar Setup.PPC.
  41026. MacCalendar.c
  41027. MacCalendar.h
  41028. MacCalendar.r
  41029. MacCalendar.
  41030. MacCalendarCommon.h
  41031. MacCalendarIcons.rsrc
  41032. MacCalendarSetup.c
  41033. MacCalendarSetup.h
  41034. MacCalendarSetup.r
  41035. MacCalendarSetupIcons.rsrc
  41036. Metrowerks Build Script
  41037. Read Me About MacCalendar
  41038. summary
  41039. maccalendar
  41040. control
  41041. strip
  41042. module
  41043. displays
  41044. drawsprocket
  41045. drawsprocket
  41046. drawtextcodec
  41047. drawtextcodec
  41048. example
  41049. drawtkl
  41050. drawtkl
  41051. drawtkl
  41052. drive
  41053. drive
  41054. setup
  41055. drive
  41056. setup
  41057. guide
  41058. drive
  41059. utilities
  41060. drivers
  41061. dropdisk
  41062. dropshell
  41063. dropshell
  41064. dropshell
  41065. dropshell
  41066. dropshell
  41067. dropshell
  41068. dropshell
  41069. drvrs
  41070. dsappleevents
  41071. dsappleevents
  41072. dsappleevents
  41073. dsglobals
  41074. dsglobals
  41075. dsuserprocs
  41076. dsuserprocs
  41077. dsuserprocs
  41078. dsutils
  41079. dsutils
  41080. dsutils
  41081. stylechat
  41082. utilities
  41083. dtsqtutilities
  41084. dtsqtutilities
  41085. aug-1995
  41086. dtsqtutilities
  41087. dtsqtutilities
  41088. dumpnetworksetup
  41089. dumpnetworksetup
  41090. dumpnetworksetup
  41091. dumpnetworksetup-ppc
  41092. dumpster
  41093. 2361X
  41094. Nov 99^
  41095. --set theItem to choose file -- uncomment to test in an AS editor
  41096.     tell application "Finder"
  41097.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:"
  41098.         activate
  41099.     end tell
  41100. on error errMsg number errNum
  41101.     --enter statements to perform when no records are found such as...
  41102.     display dialog "Sorry, the item you selected could not be found."
  41103.     return
  41104. end try
  41105. e    No Changef    MacCheck
  41106. Dev.CD Nov 99 TC
  41107. All Packages
  41108. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  41109. Apple CD-ROM Read Me
  41110. CD Install Script
  41111. CD SW Tome
  41112. InstallerK
  41113. Feb 93L
  41114. Jun 97O?Dev.CD Dec 99 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Dec 99 RL Disk 1
  41115.  - Utilities
  41116.  - Macintosh CD-ROM Setup 5.3.2V
  41117. 2362X
  41118. Dec 99^    RL Disk 1
  41119. e    No Change
  41120. Summary:  Apple designed MacCheck
  41121.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  41122.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  41123. Features:
  41124. Hardware configuration
  41125. Software configuration of startu
  41126. p device (and limited information about other on-line volumes)
  41127. Software problem detection
  41128.   -Directory corruption detection (Disk First Aid 7.2 verification
  41129.      code)
  41130.   -System file (System, Finder, System Enabler, Launcher)
  41131.     corruption detection
  41132.   -Duplicate System Folder detection
  41133.  Logic board test
  41134. Recommended for System 7.1; it will run on System 7.0 and above.
  41135. Issues:
  41136. Not to be licenced with any other products
  41137. Incompatible with Thunder
  41138. Some printing incompatibilities:
  41139. ?ot a 100%, but some reports
  41140.   -HP DeskWriter (550, 550C)
  41141.   -Possibly LaserWriter 8.0
  41142. Each log holds only 32K of information
  41143. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  41144. information will fit in the logs.
  41145. MacCheck
  41146.  is a trademark of Apple Computer
  41147. General tools.imgK
  41148. Oct 93M
  41149. MacPlus or aboveN    MacCheck
  41150. O>Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:General tools:PFDev.CD Nov 99 TC
  41151.  - Tool Chest
  41152.  - Testing & Debugging
  41153.  - General tools
  41154. Ie    No Changeq
  41155. Dev.CD Dec 99 RL Disk 1
  41156. JD!All Packages
  41157. Mac OS SDK Edition
  41158. Macintosh Drag and Drop v1.1.1
  41159. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  41160. Macintosh Drag and Drop implements the new Drag Manager toolb
  41161. --set theItem to choose file -- uncomment to test in an AS editor
  41162.     tell application "Finder"
  41163.         open item "Dev.CD Dec 99 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  41164.         activate
  41165.     end tell
  41166. on error errMsg number errNum
  41167.     --enter statements to perform when no records are found such as...
  41168.     display dialog "Sorry, the item you selected could not be found."
  41169.     return
  41170. end try
  41171. summary
  41172. folder
  41173. contains
  41174. net-install
  41175. apple's
  41176. summary
  41177. folder
  41178. contains
  41179. assist
  41180. increas
  41181. summary
  41182. folder
  41183. contains
  41184. tools
  41185. useful
  41186. develo
  41187. summary
  41188. folder
  41189. contains
  41190. worldwide
  41191. runtime
  41192. versi
  41193. summary
  41194. graphics
  41195. primer
  41196. contains
  41197. information
  41198. concep
  41199. summary
  41200. guide
  41201. provides
  41202. information
  41203. about
  41204. markets
  41205. distri
  41206. summary
  41207. installer
  41208. install
  41209. files
  41210. needed
  41211. worldscr
  41212. summary
  41213. collection
  41214. useful
  41215. quicktime
  41216. functions
  41217. summary
  41218. complete
  41219. demonstration
  41220. access
  41221. summary
  41222. da/application
  41223. allows
  41224. examine
  41225. summary
  41226. functional
  41227. opentransport
  41228. sample
  41229. imple
  41230. summary
  41231. graphical
  41232. representation
  41233. maximum
  41234. summary
  41235. definition
  41236. procedure
  41237. source
  41238. summary
  41239. series
  41240. tools
  41241. source
  41242. allow
  41243. summary
  41244. xcmds
  41245. xfcns
  41246. perform
  41247. summary
  41248. definition
  41249. binhex
  41250. protocol
  41251. summary
  41252. package
  41253. includes
  41254. draft
  41255. specifications
  41256. summary
  41257. stack
  41258. contains
  41259. collection
  41260. apple
  41261. event
  41262. xcmd@
  41263. summary
  41264. allows
  41265. developer
  41266. monitor
  41267. summary
  41268. updates
  41269. mactcp
  41270. driver
  41271. correct
  41272. supercard@
  41273. support
  41274. support's@
  41275. supporting@
  41276. sure@
  41277. swiss@
  41278. system
  41279. system's@
  41280. tables@
  41281. take@
  41282. taking@
  41283. technological@
  41284. testing@
  41285. textbox@
  41286. than@
  41287. that@
  41288. apple@
  41289. appleshare
  41290. client
  41291. consists
  41292. routines
  41293. creat@
  41294. adobe
  41295. acrobat
  41296. reader
  41297. allows
  41298. navigate
  41299. release
  41300. apple's
  41301. brings
  41302. increased
  41303. functionali@
  41304. theory@
  41305. therefore@
  41306. they@
  41307. they're@
  41308. 2363X
  41309. Jan 00^
  41310. --set theItem to choose file -- uncomment to test in an AS editor
  41311.     tell application "Finder"
  41312.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  41313.         activate
  41314.     end tell
  41315. on error errMsg number errNum
  41316.     --enter statements to perform when no records are found such as...
  41317.     display dialog "Sorry, the item you selected could not be found."
  41318.     return
  41319. end try
  41320. e    No Changeq
  41321. Dev.CD Jan 00 SDK1
  41322. KD!All Packages
  41323. Mac OS SDK Edition
  41324. Macintosh Easy Open 1.1.1
  41325. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  41326. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  41327.  windows and providing file information for those files.  Applications 
  41328. can also find out where data was dropped in the Finder 
  41329.  for example, that it was dropped into the Trash.
  41330. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  41331. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  41332. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  41333. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  41334. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  41335. Issues:
  41336. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  41337. 24 GC video card.  With this card and the 8
  41338. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  41339. s display.  Remove the 8
  41340. 24 GC control panel to 
  41341. fix the problem.
  41342. Clipping Extension
  41343. Clippings
  41344. Demo Applications
  41345. Documentation
  41346. Dragging Enabler
  41347. DragLib
  41348. Finder 7.1.3
  41349. Interfaces&Libraries
  41350. Macintosh Drag and Drop
  41351. Read Me FirstK
  41352. Nov 93L
  41353. Aug 94
  41354. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  41355. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  41356. s Kit.  Note that Finde
  41357. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  41358. JOCDev.CD Jan 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Jan 00 SDK1
  41359.  - Development Kits
  41360.  - Mac OS
  41361.  - Macintosh Drag and Drop
  41362. problematic
  41363. problems
  41364. procdoggie
  41365. procdoggie
  41366. blown
  41367. application
  41368. demonstrates
  41369. 2364X
  41370. Apr 98^
  41371. --set theItem to choose file -- uncomment to test in an AS editor
  41372.     tell application "Finder"
  41373.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  41374.         activate
  41375.     end tell
  41376. on error errMsg number errNum
  41377.     --enter statements to perform when no records are found such as...
  41378.     display dialog "Sorry, the item you selected could not be found."
  41379.     return
  41380. end try
  41381. e    No Changef*Translation
  41382. Macintosh Easy Open
  41383. Translatorq
  41384. Dev.CD Apr 98 SDK1
  41385. LD!All Packages
  41386. Mac OS SDK Edition
  41387. Macintosh PAP Client Interface
  41388. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  41389.  savvy applications as well as translation systems which actually perform translation.
  41390. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  41391. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  41392. Issues:  Please contact Apple Licensing for redistribution information.
  41393. Claris XTND Files:
  41394. Document Converter
  41395. Documentation:
  41396. Macintosh Easy Open
  41397. Macintosh Easy Open Reference
  41398. Open Me
  41399. Read Me First
  41400. Translation Extensions:K
  41401. Jul 93L
  41402. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:
  41403. KMMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  41404.  - Development Kits (Disc 1)
  41405.  - Macintosh Easy Open
  41406. creates
  41407. creating
  41408. creation
  41409. creative
  41410. creativity
  41411. creator
  41412. creator/file
  41413. crimes
  41414. criteria
  41415. cross-platform
  41416. crucial
  41417. cryptic
  41418. cryptographic
  41419. culture
  41420. curbow
  41421. curious
  41422. current
  41423. current
  41424. release
  41425. mactcp
  41426. v2.0.6
  41427. mactcp
  41428. admin
  41429. v2.0.6
  41430. currently
  41431. cursive
  41432. cursor
  41433. curves
  41434. custom
  41435. customchoose
  41436. customenabler
  41437. customer
  41438. customer's
  41439. claris
  41440. claris
  41441. translators
  41442. claris
  41443. files
  41444. claris
  41445. system
  41446. classes
  41447. classic
  41448. clent
  41449. clent
  41450. richardson
  41451. message
  41452. client
  41453. yahoo
  41454. yahoo
  41455. yellowboxandjava
  41456. 1.0a13
  41457. sounds
  41458. zaptcp
  41459. zaptcp
  41460. zoneranger
  41461. zoneranger
  41462. revision
  41463. history
  41464. zoomed
  41465. filter
  41466. filterdirectory
  41467. filterdirectory
  41468. findchange
  41469. finder
  41470. finder
  41471. 7.1.3
  41472. finderdragpro
  41473. finderdragpro
  41474. finderdragpro
  41475. finderdragpro
  41476. finderdragpro
  41477. finderdragpro
  41478. finderevents
  41479. finderevents
  41480. finderevents
  41481. release
  41482. notes
  41483. finderlaunch
  41484. finderlaunch
  41485. finderlaunch
  41486. finderlaunch
  41487. findeverything
  41488. findeverything
  41489. findfolder
  41490. findfolder
  41491. findhammerhead
  41492. findhammerhead
  41493. findlurkers
  41494. findserialports
  41495. findtag
  41496. findtag
  41497. manual
  41498. finland
  41499. finland
  41500. distributors/localiz
  41501. first
  41502. fkeys
  41503. fkeys
  41504. clipboard
  41505. magican
  41506. flash
  41507. floattolong
  41508. floattolong
  41509. flookup
  41510. editor
  41511. folder
  41512. folder
  41513. information
  41514. converter
  41515. coolrequest
  41516. 2365X
  41517. Apr 98^
  41518. --set theItem to choose file -- uncomment to test in an AS editor
  41519.     tell application "Finder"
  41520.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  41521.         activate
  41522.     end tell
  41523. on error errMsg number errNum
  41524.     --enter statements to perform when no records are found such as...
  41525.     display dialog "Sorry, the item you selected could not be found."
  41526.     return
  41527. end try
  41528. e    No Changef
  41529. Print
  41530. AppleTalk
  41531. Dev.CD Apr 98 SDK1
  41532. MD!All Packages
  41533. Tool Chest Edition
  41534. Macintosh PowerBook 2400c
  41535. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  41536. Macintosh PowerBook 2400cK
  41537. Aug 97M
  41538. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:ge
  41539. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  41540. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  41541. JTPAP Client - Read Me First
  41542. PAP Client Interface
  41543. PAP.a.o
  41544. PAP.h
  41545. PAP.p
  41546. PAPWorkStation.oK
  41547. Apr 96L
  41548. Oct 96N
  41549. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  41550.  - Development Kits (Disc 1)
  41551.  - Macintosh PAP Client Interface
  41552. macintosh
  41553. 8.4.1
  41554. 8.5.1
  41555. 80486
  41556. 8100/807500/100
  41557. 8500/120
  41558. 8500/1808500/1208100
  41559. 8859-15
  41560. 8859-3
  41561. 8859-4
  41562. 9500/2009500/1809500
  41563. 95123
  41564. 974-9456
  41565. parser
  41566. links
  41567. links
  41568. links
  41569. partmaker
  41570. partmaker
  41571. partmaker
  41572. readme
  41573. password
  41574. interface
  41575. patches
  41576. 5300ramcard
  41577. pbclock
  41578. peditcdev
  41579. peditcdev
  41580. picker
  41581. pitfalls
  41582. player
  41583. plstringfuncs
  41584. plug-ins
  41585. plugins
  41586. popmenus
  41587. popuptkl
  41588. popuptkl
  41589. popuptkl
  41590. portingobjectivectoj
  41591. power
  41592. power
  41593. macintosh
  41594. powerbook
  41595. powerbook
  41596. addendum
  41597. powerbook
  41598. powerbook
  41599. 2400c
  41600. powerbook
  41601. powerbook
  41602. powerbook
  41603. 2300c
  41604. powerbook
  41605. processor
  41606. powerbookg3series
  41607. powerbookg3series
  41608. powerpc
  41609. prefs@
  41610. profiles@
  41611. prototyping
  41612. toolkit
  41613. survival
  41614. query@
  41615. quickstart@
  41616. quicktake
  41617. first@
  41618. quicktime@
  41619. quicktime
  41620. xcmds
  41621. alias@
  41622. rdocproc@
  41623. before
  41624. using
  41625. reader@
  41626. report@
  41627. restorectrlchars
  41628. rotate@
  41629. runtime@
  41630. MPODev.CD Aug 97 TC
  41631.  - What's New?
  41632.  - Developer Notes
  41633.  - Macintosh PowerBook 2400cV
  41634. 2366X
  41635. Aug 97^
  41636. --set theItem to choose file -- uncomment to test in an AS editor
  41637.     tell application "Finder"
  41638.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  41639.         activate
  41640.     end tell
  41641. on error errMsg number errNum
  41642.     --enter statements to perform when no records are found such as...
  41643.     display dialog "Sorry, the item you selected could not be found."
  41644.     return
  41645. end try
  41646. e    No Changeq
  41647. Dev.CD Aug 97 TC
  41648. Macintosh PowerBook Qualified
  41649. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  41650. The Kit includes:
  41651. Guide to Macintosh PowerBook Qualified Program
  41652. Program Technical Specifications
  41653. Program Pre-testing Guidelines
  41654. Legal Documentation for licensing and program participation
  41655. cipation
  41656. 2367X
  41657. 350000
  41658. 38400/8/n/1
  41659. 3d-party
  41660. 3d-the
  41661. 4-character
  41662. 4.0.8
  41663. 4.5.2
  41664. 40-60
  41665. 4400/200
  41666. program
  41667. control
  41668. access
  41669. 5300c/1005300ce/1173
  41670. 58.1.5
  41671. 5thcolumnW
  41672. 6-158
  41673. 6-164
  41674. 6.0.4
  41675. Ne    No ChangefBMPQ
  41676. Macintosh
  41677. PowerBook
  41678. Qualified
  41679. PC Card
  41680. Card and Socket Servicesq
  41681. Dev.CD May 98 TC
  41682. OD!All Packages
  41683. Tool Chest Edition
  41684. Macintosh Sample CodeIWSummary: This folder contains dozens of code samples from the DTS sample code library. 
  41685. About Sample Code
  41686. About Sample Code 6-92
  41687. Sample Code Notes:
  41688. SC.001.Sample:
  41689. SC.002.TESample:
  41690. SC.003.SillyBalls:
  41691. SC.004.TubeTest:
  41692. SC.005.HierMenus:
  41693. SC.006.PopMenus:
  41694. SC.010.EditTextCdev:
  41695. SC.011.GetZoneList:
  41696. SC.012.Signals:
  41697. SC.013.OOPTESample:
  41698. SC.014.CPlusTESample:
  41699. SC.016.OffSample:
  41700. SC.017.TbltDrvr:
  41701. SC.018.StdFile:
  41702. SC.019.TEStyleSample:
  41703. SC.021.ModalList:
  41704. SC.022.ScreenFKey:
  41705. SC.024.SoundApp:
  41706. UFailure 
  41707. UserStartup
  41708. SampleCode
  41709. WorkSheet
  41710. Vol IVL
  41711. Apr 97M
  41712. MPW, THINK C, or A/UXO<Dev.CD Nov 99 TC:Sample Code:Overview:Macintosh Sample Code:PDDev.CD Nov 99 TC
  41713.  - Sample Code
  41714.  - Overview
  41715.  - Macintosh Sample CodeV
  41716. 2368X
  41717. Nov 99^
  41718. Nov 95M
  41719. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  41720.  - Programs & Marketing
  41721.  - Macintosh PowerBook QualifiedV
  41722. 2367X
  41723. May 98^
  41724. --set theItem to choose file -- uncomment to test in an AS editor
  41725.     tell application "Finder"
  41726.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  41727.         activate
  41728.     end tell
  41729. on error errMsg number errNum
  41730.     --enter statements to perform when no records are found such as...
  41731.     display dialog "Sorry, the item you selected could not be found."
  41732.     return
  41733. end try
  41734. NJ0Guide_To_MPQ.pdf
  41735. MPQ Read Me
  41736. MPQ_Program_Kit.pdf
  41737. ND!All Packages
  41738. Tool Chest Edition
  41739. Macintosh PowerBook Qualified
  41740. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  41741. The Kit includes:
  41742. Guide to Macintosh PowerBook Qualified Program
  41743. Program Technical Specifications
  41744. Program Pre-testing Guidelines
  41745. Legal Documentation for licensing and program participation
  41746. ischeckedout
  41747. iscii-compatible
  41748. isimagewriter
  41749. Movedq
  41750. Dev.CD Nov 99 TC
  41751. PD(All Packages
  41752. Reference Library Edition
  41753. Macintosh Technical Q&As
  41754. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  41755. J)Open Me With Web Browser
  41756. techqa.shtmlK
  41757. Sep 95L
  41758. Dec 96M
  41759. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  41760.  - Technical Documentation
  41761.  - Macintosh Technical Q&AsV
  41762. 2369X
  41763. Dec 99^
  41764. --set theItem to choose file -- uncomment to test in an AS editor
  41765.     tell application "Finder"
  41766.         open item "Dev.CD Nov 99 TC:Sample Code:Overview:Macintosh Sample Code:"
  41767.         activate
  41768.     end tell
  41769. on error errMsg number errNum
  41770.     --enter statements to perform when no records are found such as...
  41771.     display dialog "Sorry, the item you selected could not be found."
  41772.     return
  41773. end try
  41774. image
  41775. scanner
  41776. scanner
  41777. addendum
  41778. scanner
  41779. scanners
  41780. schedule
  41781. scrap
  41782. scrap
  41783. color
  41784. documentation
  41785. scrapbook
  41786. scrapbook
  41787. scrapcolor
  41788. scrapcolor
  41789. scrapcolor
  41790. library
  41791. scrapcolordemo
  41792. scrapxcmds
  41793. scrapxcmds
  41794. screenfkey
  41795. script
  41796. script
  41797. changecreator
  41798. script
  41799. datestring
  41800. script
  41801. get/set
  41802. selection
  41803. script
  41804. shift
  41805. script
  41806. topseeturvee
  41807. scriptableprinting
  41808. scriptableprinting
  41809. scriptableprinting
  41810. scriptablestuffiteng
  41811. scriptablestuffiteng
  41812. scripting
  41813. scriptingadditions
  41814. multimedia
  41815. multimedia
  41816. standards
  41817. multimediagraphics
  41818. multiple
  41819. music
  41820. music
  41821. helper
  41822. remote
  41823. control
  41824. server
  41825. controller
  41826. unmountit
  41827. mybuildmenu
  41828. myportcalls
  41829. myportcalls
  41830. myportcalls
  41831. myportmodule
  41832. myportmodule
  41833. myquicktakeapp
  41834. myquicktakeapp
  41835. 1.0.1tc7
  41836. myquicktakeapp
  41837. 1.0.2
  41838. ervices
  41839. nbtestintf
  41840. nbtestintf
  41841. nbtestlib
  41842. nbtestlib
  41843. install
  41844. netsprocket
  41845. netsprocket
  41846. network
  41847. network
  41848. server
  41849. guide
  41850. network
  41851. setup
  41852. network
  41853. software
  41854. installer
  41855. network
  41856. stream
  41857. networks
  41858. networks
  41859. networksetup
  41860. networkstream
  41861. Deletedq
  41862. Dev.CD Dec 99 RL
  41863. QD.All Packages
  41864. Mac OS SDK Edition
  41865. New & Revisedreatest TNs and Q&As from our web site. Updated 11/23/99.J.index.html
  41866. index.html.1
  41867. style.css
  41868. technotesK
  41869. Sep 95L
  41870. Jan 00M
  41871. web browserN
  41872. Technote, Q&AOSDev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:P[Dev.CD Jan 00 SDK1
  41873.  - What's New
  41874.  - Technical Documentation
  41875.  - Macintosh Technotes and Q&AsV
  41876. 2370X
  41877. Jan 00^
  41878. SDK1b
  41879. Revised
  41880. --set theItem to choose file -- uncomment to test in an AS editor
  41881.     tell application "Finder"
  41882.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  41883.         activate
  41884.     end tell
  41885. on error errMsg number errNum
  41886.     --enter statements to perform when no records are found such as...
  41887.     display dialog "Sorry, the item you selected could not be found."
  41888.     return
  41889. end try
  41890. Updatedf
  41891. Technote
  41892. Q&Ao.http://developer.apple.com/techpubs/index.htmlq
  41893. Dev.CD Jan 00 SDK1
  41894. .CD Jan 00 SDK1
  41895. --set theItem to choose file -- uncomment to test in an AS editor
  41896.     tell application "Finder"
  41897.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  41898.         activate
  41899.     end tell
  41900. on error errMsg number errNum
  41901.     --enter statements to perform when no records are found such as...
  41902.     display dialog "Sorry, the item you selected could not be found."
  41903.     return
  41904. end try
  41905. on-line
  41906. on-line-service
  41907. on-screen
  41908. on/off
  41909. Macintosh Technotes and Q&AsIIThe latest and greatest TNs and Q&As from our web site. Updated 11/23/99.J.index.html
  41910. index.html.1
  41911. style.css
  41912. technotesK
  41913. Sep 95L
  41914. Jan 00M
  41915. web browserN
  41916. Technote, Q&AOSDev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:P[Dev.CD Jan 00 SDK1
  41917.  - What's New
  41918.  - Technical Documentation
  41919.  - Macintosh Technotes and Q&AsV
  41920. 2370X
  41921. Jan 00^
  41922. SDK1b
  41923. Revised
  41924. --set theItem to choose file -- uncomment to test in an AS editor
  41925.     tell application "Finder"
  41926.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Macintosh Technotes and Q&As:"
  41927.         activate
  41928.     end tell
  41929. on error errMsg number errNum
  41930.     --enter statements to perform when no records are found such as...
  41931.     display dialog "Sorry, the item you selected could not be found."
  41932.     return
  41933. end try
  41934. Updatedf
  41935. Technote
  41936. Q&Ao.http://developer.apple.com/techpubs/index.htmlq
  41937. Dev.CD Jan 00 SDK1
  41938. RD!All Packages
  41939. Mac OS SDK Edition
  41940. MacODBC 2.1.2 GM
  41941. ct-009-4433
  41942. ct-009-4433
  41943. install
  41944. ct-009-4434
  41945. ct-009-4434
  41946. install
  41947. ct-009-4435
  41948. ct-009-4435
  41949. install
  41950. ct-009-4436
  41951. ct-009-4436
  41952. ct-009-4437
  41953. ct-009-4437
  41954. ct-009-4438
  41955. ct-009-4438
  41956. ct-009-4439
  41957. ct-009-4439
  41958. ct-009-4440
  41959. ct-009-4440
  41960. ct-009-4441
  41961. ct-009-4441
  41962. ct-009-4442
  41963. ct-009-4442
  41964. ct-009-4443
  41965. ct-009-4443
  41966. ct-009-4444
  41967. 2371X
  41968. Apr 98^
  41969. --set theItem to choose file -- uncomment to test in an AS editor
  41970.     tell application "Finder"
  41971.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  41972.         activate
  41973.     end tell
  41974. on error errMsg number errNum
  41975.     --enter statements to perform when no records are found such as...
  41976.     display dialog "Sorry, the item you selected could not be found."
  41977.     return
  41978. end try
  41979. e    No ChangefGODBC
  41980. MacODBC
  41981. Database
  41982. Connectivity
  41983. Drivers
  41984. Network
  41985. Middleware
  41986. Visigenicq
  41987. Dev.CD Apr 98 SDK1
  41988. All Packages
  41989. MacOS8Documentation
  41990. Mac OS 8 Human Interface Guidelines
  41991. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  41992. MacOS8 HIGuidelines.pdf
  41993. READMEK
  41994. Oct 97N$Mac OS 8, Human Interface Guidelines
  41995. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  41996. Features:
  41997.  Cross-platform remote database access
  41998.  Wide range of third party drivers
  41999.  All major relational databases covered
  42000.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  42001. PleaB3se report bugs and problems to kodom@visigenic.com.
  42002. J\Documentation:
  42003. ODBC Install.image
  42004. ODBC Sample Bins.image
  42005. ODBC Tools.image
  42006. Readme - InstallerK
  42007. Sep 93L
  42008. Sep 96M
  42009. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  42010.  - Development Kits (Disc 1)
  42011.  - MacODBC
  42012. human
  42013. interface
  42014. guidelines
  42015. runtime
  42016. upgrade
  42017. 2.1.3
  42018. mac-only
  42019. macapp
  42020. macapp
  42021. release
  42022. first
  42023. development
  42024. level
  42025. version
  42026. macapp-based
  42027. macbinary
  42028. macbinary-ii-standar
  42029. macbinary-standard
  42030. macbug
  42031. maccalendar
  42032. maccheck
  42033. macctb
  42034. macdts
  42035. macfilesigning
  42036. machine
  42037. machines
  42038. macintosh
  42039. opaque
  42040. choose
  42041. folder
  42042. navigation
  42043. services
  42044. transport
  42045. cache
  42046. delete
  42047. query
  42048. transport
  42049. resource
  42050. codewarrior
  42051. ethern
  42052. transport
  42053. no-copy
  42054. receives
  42055. otbuffer
  42056. otbufferinfo
  42057. transport
  42058. otlifo
  42059. otfifo
  42060. otlink
  42061. linked
  42062. transport
  42063. otoptionmanagment
  42064. option
  42065. management
  42066. transport
  42067. appletalk
  42068. printer
  42069. access
  42070. protocol
  42071. handoff
  42072. opendoc
  42073. opendoc
  42074. component
  42075. software
  42076. compound
  42077. document
  42078. architecture
  42079. opengl
  42080. opengl
  42081. graphics
  42082. opengl
  42083. drawsprocket
  42084. multiple
  42085. monitor
  42086. renderer
  42087. opentransport
  42088. opentransport
  42089. cache
  42090. display
  42091. opentransport
  42092. control
  42093. strip
  42094. module
  42095. opentransport
  42096. server
  42097. thread
  42098. manager
  42099. tcp/ip
  42100. iostreams
  42101. optimization
  42102. ot/ppp
  42103. otbuffer
  42104. SOTDev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Dec 99 RL Disk 1
  42105.  - Technical Documentation
  42106.  - Human Interface
  42107.  - MacOS8DocumentationV
  42108. 2372X
  42109. Dec 99^    RL Disk 1
  42110. --set theItem to choose file -- uncomment to test in an AS editor
  42111.     tell application "Finder"
  42112.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  42113.         activate
  42114.     end tell
  42115. on error errMsg number errNum
  42116.     --enter statements to perform when no records are found such as...
  42117.     display dialog "Sorry, the item you selected could not be found."
  42118.     return
  42119. end try
  42120. e    No Changef#Mac OS 8
  42121. Human Interface Guidelinesq
  42122. Dev.CD Dec 99 RL Disk 1
  42123. TD!All Packages
  42124. Tool Chest Edition
  42125. MacsBug 6.5.4a4
  42126. 2373X
  42127. Nov 99^
  42128. --set theItem to choose file -- uncomment to test in an AS editor
  42129.     tell application "Finder"
  42130.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  42131.         activate
  42132.     end tell
  42133. on error errMsg number errNum
  42134.     --enter statements to perform when no records are found such as...
  42135.     display dialog "Sorry, the item you selected could not be found."
  42136.     return
  42137. end try
  42138. e    No Changef(MacsBug
  42139. debugger
  42140. debugging
  42141. assembly
  42142. bugsq
  42143. Dev.CD Nov 99 TC
  42144. UD!All Packages
  42145. Mac OS SDK Edition
  42146. MacSNMP
  42147. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  42148. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  42149. tter examined for consistency).
  42150. Debuggers & dcmds.imgK
  42151. Apr 94L
  42152. Apr 98MDMacintosh running System 7 or later and a 68020 or better processor.N,MacsBug, debugger, debugging, assembly, bugsOBDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Debuggers & dcmds:PJDev.CD Nov 99 TC
  42153.  - Tool Chest
  42154.  - Testing & Debugging
  42155.  - Debuggers & dcmds
  42156. debugging
  42157. debugging
  42158. optimized
  42159. debugging
  42160. tools
  42161. defect
  42162. defect
  42163. defprocs
  42164. applications
  42165. suite
  42166. source
  42167. demoextractor
  42168. denmark
  42169. denmark
  42170. distributors/localiz
  42171. design
  42172. design
  42173. reuse
  42174. designforrobustness
  42175. designforrobustness
  42176. detection
  42177. detectors
  42178. change
  42179. devanaga
  42180. devanaga
  42181. develop
  42182. 2374X
  42183. Apr 98^
  42184. --set theItem to choose file -- uncomment to test in an AS editor
  42185.     tell application "Finder"
  42186.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  42187.         activate
  42188.     end tell
  42189. on error errMsg number errNum
  42190.     --enter statements to perform when no records are found such as...
  42191.     display dialog "Sorry, the item you selected could not be found."
  42192.     return
  42193. end try
  42194. e    No Changeq
  42195. Dev.CD Apr 98 SDK1
  42196. VD!All Packages
  42197. Mac OS SDK Edition
  42198. MacTCP Developer Tools
  42199. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  42200. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  42201. J]802 LAP:
  42202. HyperCard MacTCP Toolkit 1.0:
  42203. MacTCP LAP Tech Note
  42204. Universal Interfaces:
  42205. ZapTCP 1.1:K
  42206. Aug 93ge
  42207. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  42208. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  42209. In order to install a working SNMP client on your Macintosh, you n
  42210. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  42211. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  42212. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  42213. th System 7.5.
  42214. AppleTalk
  42215. MacSNMP - Read Me First
  42216. MacSNMP demo and test:
  42217. MacSNMP Dev Docs:
  42218. MacSNMP Update 1.1.1:
  42219. MacTCP
  42220. SNMP Transports Dev Kit:K
  42221. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  42222.  - Development Kits (Disc 1)
  42223.  - MacSNMP
  42224. macsnmp
  42225. first
  42226. macsnmp
  42227. transport
  42228. 1.0.2
  42229. macsnmp
  42230. update
  42231. 1.1.1
  42232. mactcp
  42233. mactcp
  42234. mactcp
  42235. developer
  42236. tools
  42237. mactcp
  42238. mactcp
  42239. first
  42240. mactcp
  42241. mactype
  42242. mactype
  42243. datasheet
  42244. white
  42245. paper
  42246. mag'n
  42247. magic
  42248. magic
  42249. magic
  42250. utility
  42251. magican
  42252. VOKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  42253.  - Development Kits (Disc 1)
  42254.  - MacTCP
  42255.  - MacTCP Developer ToolsV
  42256. 2375X
  42257. Apr 98^
  42258. --set theItem to choose file -- uncomment to test in an AS editor
  42259.     tell application "Finder"
  42260.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  42261.         activate
  42262.     end tell
  42263. on error errMsg number errNum
  42264.     --enter statements to perform when no records are found such as...
  42265.     display dialog "Sorry, the item you selected could not be found."
  42266.     return
  42267. end try
  42268. e    No Changef!TCP/IP
  42269. networking
  42270. standards basedq
  42271. Dev.CD Apr 98 SDK1
  42272. WD!All Packages
  42273. Mac OS SDK Edition
  42274. MacTCP SDK 2.0.6
  42275. VMrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  42276. O CDN#TCP/IP, networking, standards based
  42277. universalinterfaces3
  42278. universalinterfaces3
  42279. university
  42280. unmountit
  42281. unmountit
  42282. unmountit
  42283. unmountit
  42284. unmountprojector
  42285. unsupported
  42286. unsupported
  42287. libraries
  42288. untitled
  42289. untitled
  42290. 1.4mb
  42291. format
  42292. unwrapcommenttext
  42293. update
  42294. updated
  42295. updated
  42296. documentation
  42297. updated
  42298. grayscale
  42299. appearance
  42300. updater
  42301. updates
  42302. updates
  42303. updates
  42304. patches
  42305. upgrader
  42306. upgrader
  42307. 1.2.3
  42308. engines
  42309. upgrading
  42310. upgrading
  42311. bbedit
  42312. access
  42313. access
  42314. scripting
  42315. usage
  42316. usage
  42317. history
  42318. useful
  42319. useful
  42320. addmenu
  42321. script
  42322. manual
  42323. user's
  42324. users
  42325. userstartup
  42326. userstartup
  42327. goodies
  42328. userstartup
  42329. samplecode
  42330. change
  42331. 2376X
  42332. Apr 98^
  42333. --set theItem to choose file -- uncomment to test in an AS editor
  42334.     tell application "Finder"
  42335.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  42336.         activate
  42337.     end tell
  42338. on error errMsg number errNum
  42339.     --enter statements to perform when no records are found such as...
  42340.     display dialog "Sorry, the item you selected could not be found."
  42341.     return
  42342. end try
  42343. e    No Changef
  42344. MacTCP
  42345. TCP/IPq
  42346. Dev.CD Apr 98 SDK1
  42347. XD!All Packages
  42348. Tool Chest Edition
  42349. ry: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  42350. MTU Tool
  42351. Read meK
  42352. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Nov 99 TC
  42353.  - Tool Chest
  42354.  - Networking
  42355.  - MacTCP
  42356.  - MacTCP Token Ring MTU ToolV
  42357. 2377X
  42358. Nov 99^
  42359. TC77X
  42360. Nov 99^
  42361. TCe    No Change
  42362. Summary:  This package contains:
  42363.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  42364.  TCP/IP Connection for Macintosh (v2.0.4)
  42365.  TCP/IP Administration for Macintosh (v2.0.4)
  42366. This folder also includes:
  42367.  MacTCP 2.0.6 Release Notes
  42368.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  42369.  MacTCP development tools and documentation
  42370. IMPORTANT NOTES
  42371.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  42372. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  42373.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  42374. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  42375. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  42376. NOTE:  Developers should do all new development with Open Transport where possible.
  42377. 2.0.6 Files:
  42378. MacTCP - Read Me First
  42379. MacTCP 2.x Docs:
  42380. MacTCP Developer Tools:
  42381. TCP/IP Administration.image
  42382. TCP/IP Connection.imageK
  42383. Apr 96N
  42384. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  42385.  - Development Kits (Disc 1)
  42386.  - MacTCP
  42387. --set theItem to choose file -- uncomment to test in an AS editor
  42388.     tell application "Finder"
  42389.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  42390.         activate
  42391.     end tell
  42392. on error errMsg number errNum
  42393.     --enter statements to perform when no records are found such as...
  42394.     display dialog "Sorry, the item you selected could not be found."
  42395.     return
  42396. end try
  42397. e    No Changeq
  42398. Dev.CD Nov 99 TC
  42399. YD!All Packages
  42400. Tool Chest Edition
  42401. MacTCP+ Tool 1.0
  42402. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  42403. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  42404. J$MacTCP+ Tool
  42405. README for MacTCP+ ToolK
  42406. Mar 92M
  42407. MacTCP 1.1, System 7, Mac+O;Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:ge
  42408. MacTCP Token Ring MTU ToolI
  42409. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  42410. MTU Tool
  42411. Read meK
  42412. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOIDev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:PTDev.CD Nov 99 TC
  42413.  - Tool Chest
  42414.  - Networking
  42415.  - MacTCP
  42416.  - MacTCP Token Ring MTU ToolV
  42417. 2377X
  42418. Nov 99^
  42419. YPFDev.CD Nov 99 TC
  42420.  - Tool Chest
  42421.  - Networking
  42422.  - MacTCP
  42423.  - MacTCP+ ToolV
  42424. 2378X
  42425. Nov 99^
  42426. --set theItem to choose file -- uncomment to test in an AS editor
  42427.     tell application "Finder"
  42428.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  42429.         activate
  42430.     end tell
  42431. on error errMsg number errNum
  42432.     --enter statements to perform when no records are found such as...
  42433.     display dialog "Sorry, the item you selected could not be found."
  42434.     return
  42435. end try
  42436. e    No Changeq
  42437. Dev.CD Nov 99 TC
  42438. All Packages
  42439. Mail Suite 1.0
  42440. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  42441. Nov 96V
  42442. 2379X
  42443. 1e    No Change
  42444. ZJxDemo of Mail Suite Dict. 1.0
  42445. Mail Suite (1.0)
  42446. Mail Suite Dictionary ('aete')
  42447. MailFoo
  42448. MailSuite.h
  42449. ReadMe - Mail Suite 1.0K
  42450. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Dec 99 RL Disk 1
  42451.  - Technical Documentation
  42452.  - Apple Event Registry & Suites
  42453.  - Apple Event Registry
  42454.  - Mail Suite 1.0V
  42455. 2379X
  42456. Dec 99^    RL Disk 1
  42457. --set theItem to choose file -- uncomment to test in an AS editor
  42458.     tell application "Finder"
  42459.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  42460.         activate
  42461.     end tell
  42462. on error errMsg number errNum
  42463.     --enter statements to perform when no records are found such as...
  42464.     display dialog "Sorry, the item you selected could not be found."
  42465.     return
  42466. end try
  42467. e    No Changef)Mail Suite
  42468. Apple Events
  42469. AppleScript
  42470. emailq
  42471. Dev.CD Dec 99 RL Disk 1
  42472. suites
  42473. super
  42474. survey
  42475. 2.0b6
  42476. switch
  42477. switch
  42478. stack
  42479. synccatch
  42480. synchronization
  42481. synthesis
  42482. sysconfig
  42483. sysconfig
  42484. 1.5b16
  42485. systemO
  42486. MakeMake 2.0d38
  42487. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  42488. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  42489. Makemake
  42490. Makemake manualK
  42491. Vol IIIL
  42492. Aug 92OIDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:PTDev.CD Nov 99 TC
  42493.  - Tool Chest
  42494.  - Development Kits
  42495.  - MPW Related
  42496.  - MakeMake 2.0d38V
  42497. 2380X
  42498. Nov 99^
  42499. --set theItem to choose file -- uncomment to test in an AS editor
  42500.     tell application "Finder"
  42501.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  42502.         activate
  42503.     end tell
  42504. on error errMsg number errNum
  42505.     --enter statements to perform when no records are found such as...
  42506.     display dialog "Sorry, the item you selected could not be found."
  42507.     return
  42508. end try
  42509. end try
  42510. [e    No Changeq
  42511. Dev.CD Nov 99 TC
  42512. \D!All Packages
  42513. Tool Chest Edition
  42514. Manalyzer 2.0d3
  42515. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  42516. Features: Filters incoming traffic by node, byte or network protocol.
  42517.       - Generates background traffic at any bandwidth.
  42518.       - Displays incoming data in several formats.
  42519.       - Decodes AppleTalk  packets up to the ATP level. 
  42520. JcManalyzer
  42521. Manalyzer Read Me
  42522. Manalyzer Read Me.txt
  42523. Manalyzer Relase Notes
  42524. Manalyzer Relase Notes.txtK
  42525. Vol VIIL
  42526. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  42527.  - Tool Chest
  42528.  - Networking
  42529.  - Manalyzer 2.0d3V
  42530. 2381X
  42531. Nov 99^
  42532. [D!All Packages
  42533. Tool Chest Edition
  42534. along
  42535. alpha
  42536. alphabatize
  42537. alphabetic
  42538. already
  42539. Deletedq
  42540. Dev.CD Nov 99 TC
  42541. ]D!All Packages
  42542. Tool Chest Edition
  42543. Maximizing Quadra FloatingPoint
  42544. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  42545. Features: 
  42546.  Round (to nearest),Truncate (toward zero),
  42547. Floor (toward -
  42548.  Optimized for 68040; functional with 68881/2
  42549.  Over 15X faster on Quadra, but 2.6X slower on the FX
  42550. FloatToLong.a
  42551. ReadMe
  42552. ReadMe.txtK
  42553. Apr 93OYDev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PdDev.CD Nov 99 TC
  42554.  - Tool Chest
  42555.  - Development Kits
  42556.  - MPW Related
  42557.  - Maximizing Quadra FloatingPointV
  42558. 2382X
  42559. Nov 99^
  42560. --set theItem to choose file -- uncomment to test in an AS editor
  42561.     tell application "Finder"
  42562.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  42563.         activate
  42564.     end tell
  42565. on error errMsg number errNum
  42566.     --enter statements to perform when no records are found such as...
  42567.     display dialog "Sorry, the item you selected could not be found."
  42568.     return
  42569. end try
  42570. ethernets
  42571. ethertalkW
  42572. euc-cn
  42573. european
  42574. evaluates
  42575. evaluating
  42576. evangelical
  42577. evangelism
  42578. evans
  42579. evenbetterbuserror
  42580. event
  42581. event-aware
  42582. event-driven
  42583. events
  42584. eventually
  42585. examples
  42586. exceeds
  42587. except
  42588. exception
  42589. exceptional
  42590. exceptions
  42591. exchange
  42592. exciting
  42593. execute
  42594. manalyzer
  42595. manalyzer
  42596. relase
  42597. notes
  42598. manalyzer
  42599. relase
  42600. notes
  42601. manual
  42602. mappings
  42603. markc
  42604. market
  42605. marketing
  42606. marketing
  42607. stuff
  42608. markpascal
  42609. masher
  42610. mdefproc
  42611. mdefproc
  42612. media
  42613. megamovies
  42614. memhell
  42615. memhell
  42616. 1.0a6
  42617. readme
  42618. ]e    No Changeq
  42619. Dev.CD Nov 99 TC
  42620. ^D!All Packages
  42621. Tool Chest Edition
  42622. MegaMovies 1.6.2
  42623. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  42624.  with other components of the System Software.
  42625. Features:
  42626. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  42627. Standard Movie Controllers:  The user
  42628. --set theItem to choose file -- uncomment to test in an AS editor
  42629.     tell application "Finder"
  42630.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  42631.         activate
  42632.     end tell
  42633. on error errMsg number errNum
  42634.     --enter statements to perform when no records are found such as...
  42635.     display dialog "Sorry, the item you selected could not be found."
  42636.     return
  42637. end try
  42638. 2383X
  42639. Nov 99^
  42640. --set theItem to choose file -- uncomment to test in an AS editor
  42641.     tell application "Finder"
  42642.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  42643.         activate
  42644.     end tell
  42645. on error errMsg number errNum
  42646.     --enter statements to perform when no records are found such as...
  42647.     display dialog "Sorry, the item you selected could not be found."
  42648.     return
  42649. end try
  42650. e    No Changeq
  42651. Dev.CD Nov 99 TC
  42652. All Packages
  42653. MemHellIqMemory stress too.   Update to previous version.
  42654. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  42655. MemHell
  42656. MemHell 1.0a6 ReadMeK
  42657. Dec 93L
  42658. Dec 99M
  42659. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingOLDev.CD Dec 99 RL Disk 1:What's New:Tool Chest:Testing and Debugging:MemHell:PWDev.CD Dec 99 RL Disk 1
  42660.  - What's New
  42661.  - Tool Chest
  42662.  - Testing and Debugging
  42663.  - MemHellV
  42664. 2384X
  42665. Dec 99^    RL Disk 1
  42666. e    No Change
  42667.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  42668. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  42669.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  42670. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  42671. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  42672. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  42673. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  42674. ager.  This can involve scrambling the system heap or application heap.
  42675. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  42676. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  42677. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  42678. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  42679. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  42680. MegaMovies
  42681. Read Me
  42682. Read Me.txtK
  42683. Jul 92L
  42684. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  42685.  1.0 extensionO7Dev.CD Nov 99 TC:Tool Chest:QuickTime:MegaMovies 1.6.2:P?Dev.CD Nov 99 TC
  42686.  - Tool Chest
  42687.  - QuickTime
  42688.  - MegaMovies 1.6.2
  42689. memory
  42690. nitor
  42691. defproc
  42692. 1.0.3
  42693. menuscripter
  42694. menuscripter
  42695. midiconverter
  42696. minilauncher
  42697. minilauncher
  42698. 1.3b5
  42699. modern
  42700. module
  42701. monitor
  42702. moofwars
  42703. moofwars
  42704. documentation
  42705. morefiles
  42706. morefiles
  42707. 1.4.9
  42708. morefinderevents
  42709. moreisbetter
  42710. morenetworksetup
  42711. mountalias
  42712. mountalias
  42713. movie
  42714. mphelloworld
  42715. mphelloworld
  42716. pascal
  42717. mping
  42718. mping
  42719. script
  42720. 1.1.1
  42721. mpwtool
  42722. mpwtool
  42723. 2.1.4
  42724. install
  42725. redistribution
  42726. mrplus
  42727. mrplus
  42728. multifinder
  42729. multifinder
  42730. 6.1b9
  42731. multimedia
  42732. multimedia
  42733. standards
  42734. reports
  42735. multiprocessing
  42736. multiprocessing
  42737. myhelpmenu
  42738. macsbug
  42739. macros/templates
  42740. macros/templates
  42741. boxes
  42742. branch
  42743. brand
  42744. brand-new
  42745. brave
  42746. braving
  42747. brazilian
  42748. break
  42749. breakline
  42750. breakpoints
  42751. breaks
  42752. breakthroughs
  42753. breeze
  42754. brian
  42755. bridge
  42756. bridges
  42757. brief
  42758. brigham
  42759. bring
  42760. bring-up
  42761. portrait
  42762. portrect
  42763. ports
  42764. portuguese
  42765. posers
  42766. position
  42767. positioning
  42768. positions
  42769. possibilities
  42770. possibility
  42771. possible
  42772. possibly
  42773. post-install
  42774. postal
  42775. poster
  42776. posting
  42777. posts
  42778. postscript
  42779. postscripthandle
  42780. postscripthandledemo
  42781. powerbooks
  42782. powerful
  42783. powermac
  42784. powermacs
  42785. powerpcQ
  42786. supporting
  42787. supports
  42788. surovell
  42789. surround
  42790. survey
  42791. survival
  42792. swatches
  42793. swiss
  42794. switch
  42795. switching
  42796. symantec
  42797. symbol
  42798. symbols
  42799. symptom
  42800. synch
  42801. synchronization
  42802. synchronizeW
  42803. syncing
  42804. syntax
  42805. sysbeep
  42806. system
  42807. _e    No Changef2MemHell
  42808. Memory
  42809. stress
  42810. debug
  42811. debugging
  42812. testingq
  42813. Dev.CD Dec 99 RL Disk 1
  42814. `D!All Packages
  42815. Tool Chest Edition
  42816. Memory Monitor
  42817. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  42818. --set theItem to choose file -- uncomment to test in an AS editor
  42819.     tell application "Finder"
  42820.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Tool Chest:Testing and Debugging:MemHell:"
  42821.         activate
  42822.     end tell
  42823. on error errMsg number errNum
  42824.     --enter statements to perform when no records are found such as...
  42825.     display dialog "Sorry, the item you selected could not be found."
  42826.     return
  42827. end try
  42828. memhell
  42829. memhell
  42830. memory
  42831. stress
  42832. debug
  42833. debugging
  42834. testing
  42835. memory
  42836. memory
  42837. manager
  42838. power
  42839. macintosh
  42840. heaps
  42841. memory
  42842. menubar
  42843. menus
  42844. menuscripter
  42845. menuscripter
  42846. applescript
  42847. metafile
  42848. meters
  42849. metrowerks
  42850. middleware
  42851. music
  42852. movie
  42853. converter
  42854. mismatch
  42855. missQ
  42856. mixed
  42857. modal
  42858. module
  42859. monitor
  42860. moofwars
  42861. morefiles
  42862. moreisbetter
  42863. morpheme
  42864. movie
  42865. movies
  42866. macintosh
  42867. powerbook
  42868. qualified
  42869. socket
  42870. 2.1.3
  42871. 2.1.4
  42872. 2.1.4
  42873. resdistributor
  42874. redistribution
  42875. multi-processing
  42876. multi-processing
  42877. pascal
  42878. multicast
  42879. multihoming
  42880. multimedia
  42881. multiple
  42882. multiprocessing
  42883. testing
  42884. debugging
  42885. testing
  42886. debugging
  42887. multiple
  42888. ations
  42889. testing
  42890. debugging
  42891. printers
  42892. testing
  42893. international
  42894. testing
  42895. memory
  42896. virtual
  42897. debugging
  42898. encoding
  42899. character
  42900. encoding
  42901. converter
  42902. encoding
  42903. converter
  42904. unicode
  42905. charset
  42906. character
  42907. encodi
  42908. encoding
  42909. unicode
  42910. script
  42911. language
  42912. conversion
  42913. games
  42914. input
  42915. text-to-speech
  42916. textedit
  42917. thread
  42918. thread
  42919. manager
  42920. thread
  42921. threads
  42922. tasks
  42923. tasking
  42924. multitasking
  42925. threading
  42926. threads
  42927. timing
  42928. token
  42929. tokenize
  42930. tokenizer
  42931. tokenizer
  42932. fcode
  42933. tokentalk
  42934. virtual
  42935. external
  42936. toolbox
  42937. toolbox
  42938. assistant
  42939. quickview
  42940. toolkit
  42941. 2385X
  42942. Nov 99^
  42943. --set theItem to choose file -- uncomment to test in an AS editor
  42944.     tell application "Finder"
  42945.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  42946.         activate
  42947.     end tell
  42948. on error errMsg number errNum
  42949.     --enter statements to perform when no records are found such as...
  42950.     display dialog "Sorry, the item you selected could not be found."
  42951.     return
  42952. end try
  42953. e    No Changef%Testing
  42954. Memory
  42955. Virtual User
  42956. Debuggingq
  42957. Dev.CD Nov 99 TC
  42958. Menu Defproc 1.0.3
  42959. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  42960. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  42961. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  42962. dimming.
  42963.  leaks.
  42964. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  42965. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  42966. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  42967. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  42968. t this Macintosh" dialog.
  42969. Virtual User tools.imgK
  42970. Jul 93L
  42971. Aug 94
  42972. Memory Monitor requires System Software 7.0 or greater, and Apple
  42973.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  42974. N(Testing, Memory, Virtual User, DebuggingOCDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:
  42975. `PKDev.CD Nov 99 TC
  42976.  - Tool Chest
  42977.  - Testing & Debugging
  42978.  - Virtual User tools
  42979. programatically
  42980. footprint
  42981. processes
  42982. processing
  42983. processor
  42984. processor-based
  42985. processors
  42986. prodos
  42987. produce
  42988. producer
  42989. producer/consumer
  42990. produces
  42991. produces
  42992. module
  42993. product
  42994. product-specific
  42995. production
  42996. productive
  42997. productivity
  42998. products
  42999. professional
  43000. professionals
  43001. proficiency
  43002. proficient
  43003. profile
  43004. profile's
  43005. profiler
  43006. program's
  43007. 2386X
  43008. Nov 99^
  43009. --set theItem to choose file -- uncomment to test in an AS editor
  43010.     tell application "Finder"
  43011.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  43012.         activate
  43013.     end tell
  43014. on error errMsg number errNum
  43015.     --enter statements to perform when no records are found such as...
  43016.     display dialog "Sorry, the item you selected could not be found."
  43017.     return
  43018. end try
  43019. e    No Changeq
  43020. Dev.CD Nov 99 TC
  43021. bD!All Packages
  43022. Tool Chest Edition
  43023. he purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  43024. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Thr Flexibility: Th
  43025. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O7Dev.CD Nov 99 TC:Tool Chest:Toolbox:Menu Defproc 1.0.3:P?Dev.CD Nov 99 TC
  43026.  - Tool Chest
  43027.  - Toolbox
  43028.  - Menu Defproc 1.0.3
  43029. Vol III
  43030. ChooseTkl.c
  43031. ChooseTkl.h
  43032. Concordia
  43033. Concordia Info
  43034. Concordia Info.txt
  43035. Concordia.c
  43036. Concordia.h
  43037. Concordia.make
  43038. Concordia.r
  43039. DrawTkl.c
  43040. DrawTkl.h
  43041. PopUpTkl.c
  43042. PopUpTkl.h
  43043. SizeTkl.c
  43044. SizeTkl.h
  43045. aD!All Packages
  43046. Tool Chest Edition
  43047. Menu Defproc 1.0.3
  43048. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  43049. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  43050. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  43051. beta-level
  43052. betabase
  43053. better
  43054. between
  43055. beware
  43056. config
  43057. config
  43058. config&interleave
  43059. configuration
  43060. confirm
  43061. connect
  43062. connect
  43063. connection
  43064. connectivity
  43065. contacts
  43066. content
  43067. contents
  43068. contents
  43069. extensions
  43070. contents
  43071. bootvol
  43072. contextual
  43073. contextual
  43074. development
  43075. contextual
  43076. machack
  43077. goodies
  43078. contextual
  43079. manager
  43080. control
  43081. control
  43082. strip
  43083. control
  43084. strip
  43085. sample
  43086. control
  43087. strip
  43088. technical
  43089. controlkeypatch
  43090. controlkeypatch
  43091. controlkeypatch
  43092. controlkeypatch
  43093. controlkeypatch
  43094. controlkeytest
  43095. controlkeytest
  43096. controlkeytest
  43097. controlkeytest
  43098. controlkeytest
  43099. controller
  43100. controls
  43101. controls/events
  43102. controlstrip
  43103. controlstrip
  43104. sample
  43105. controlstrip
  43106. sample
  43107. controlstrip
  43108. sample
  43109. controlstrip
  43110. sample
  43111. controlstriplib
  43112. convert
  43113. convert
  43114. projects
  43115. 1.1.6
  43116. 100basetx
  43117. 2.1.1
  43118. 2.1.2
  43119. 2.1.3
  43120. 2.1.4
  43121. 3.2.1
  43122. 8.5.1
  43123. 802.2
  43124. 802.3
  43125. 9650/350
  43126. a/rose
  43127. a/rose
  43128. macintosh
  43129. coprocessor
  43130. platform
  43131. ethernet
  43132. powerp
  43133. about
  43134. acceleration
  43135. access
  43136. actions
  43137. active
  43138. control
  43139. patch
  43140. adbop
  43141. adbop
  43142. cfm-68k
  43143. address
  43144. administrator
  43145. adobe
  43146. adobe
  43147. acrobat
  43148. reader
  43149. apple
  43150. events
  43151. appleevents
  43152. aegizmos
  43153. after
  43154. 2387X
  43155. Nov 99^
  43156. --set theItem to choose file -- uncomment to test in an AS editor
  43157.     tell application "Finder"
  43158.         open item "Dev.CD Nov 99 TC:Sample Code:Interapplication Communication:MenuScripter 4.0:"
  43159.         activate
  43160.     end tell
  43161. on error errMsg number errNum
  43162.     --enter statements to perform when no records are found such as...
  43163.     display dialog "Sorry, the item you selected could not be found."
  43164.     return
  43165. end try
  43166. Movedf
  43167. MenuScripter
  43168. AppleScriptq
  43169. Dev.CD Nov 99 TC
  43170. cD!All Packages
  43171. Tool Chest Edition
  43172. MIDIConverter
  43173. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  43174. J;MIDIConverter
  43175. MIDIConverter Readme
  43176. MIDIConverter Readme.txtK
  43177. Apr 95:Tool Chest:QuickTime:MIDIConverter:V
  43178. 2388X
  43179. 1e    No Change
  43180. e Open Scripting Architecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then I recommend that you read these articles.
  43181. Here is a list of the OSA features MenuScripter demonstrates:
  43182.  Attaching scripts to objects.
  43183.  Installing a predispatch Apple event handler to allow an objects script first go at handling any events targetted at the object.
  43184.  Directly compiling and executing scripts.
  43185.  Decompiling existing scripts for editing.
  43186.  Gettin
  43187. g and setting properties in scripts.
  43188.  Retrieving information on errors that occur in a script.
  43189.  Loading and storing scripts.
  43190. MenuScripter compiles under :
  43191.   Metrowerks CodeWarrior 7 and 8, 68K and PPC
  43192.   Symantec C++ 8.0.1
  43193.   Symantec 7.0.4
  43194.   ETO, MPW Pro #19 'Latest MPW'- Symantec C++ for MPW, MrC
  43195. Here is a list of the changes to MenuScripter 3.1 to produce MenuScripter 4.0:
  43196.  Updated script terminology consistent with 7Edit 3.1.
  43197.  Improvements to user interface.
  43198.  A results window
  43199.  for displaying the results and errors of scripts.
  43200.  Better script error reporting.
  43201.  Allowing of scripts to be attached to documents and the application.
  43202.  Ability to set and get an objects script through scripting.
  43203.  Use of a predispatch Apple event handler to allow an objects script first go at handling an Apple event.
  43204.  The 'SCPT' resource storing uncompiled scripts changed to a C string for easier reading and modification.
  43205.  Added differentiation between window and document objeE
  43206. F Example Scripts:
  43207.  Read Me
  43208. Associated Documentation:
  43209. CodeWarrior 8 Projects:
  43210. MenuScripter
  43211. MenuScripter.68K.7
  43212. MenuScripter.68K.
  43213. MenuScripter.make
  43214. MenuScripter.PPC.7
  43215. MenuScripter.PPC.
  43216. Objects68K:
  43217. ObjectsPPC:
  43218. Resources:
  43219. script changecreator
  43220. script datestring
  43221. script get/set selection
  43222. script shift
  43223. script topseeturvee
  43224. Sources:
  43225. Jan 96L
  43226. Sep 96N
  43227. MenuScripter, AppleScriptOMDev.CD Nov 99 TC:Sample Code:Interapplication Communication:MenuScripter 4.0:
  43228. bPUDev.CD Nov 99 TC
  43229.  - Sample Code
  43230.  - Interapplication Communication
  43231.  - MenuScripter 4.0
  43232. MenuScripter 4.0
  43233. Summary:  The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  43234. MenuScripter 4.0 implements many of the of the techniques described in Paul Smith's develop articles - 'Programming for Flexibility: Th
  43235. local
  43236. locale
  43237. locale-insensitive
  43238. locale-sensitive
  43239. locales
  43240. locales
  43241. localizable
  43242. localization
  43243. localize
  43244. localized
  43245. cM*System 7 or later, QuickTime 1.5 or later.N
  43246. MIDI, Music movie, converterO4Dev.CD Nov 99 TC:Tool Chest:QuickTime:MIDIConverter:P<Dev.CD Nov 99 TC
  43247.  - Tool Chest
  43248.  - QuickTime
  43249.  - MIDIConverterV
  43250. 2388X
  43251. Nov 99^
  43252. --set theItem to choose file -- uncomment to test in an AS editor
  43253.     tell application "Finder"
  43254.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickTime:MIDIConverter:"
  43255.         activate
  43256.     end tell
  43257. on error errMsg number errNum
  43258.     --enter statements to perform when no records are found such as...
  43259.     display dialog "Sorry, the item you selected could not be found."
  43260.     return
  43261. end try
  43262. e    No Changef
  43263. Music movie
  43264. converterq
  43265. Dev.CD Nov 99 TC
  43266. dD!All Packages
  43267. Tool Chest Edition
  43268. MiniLauncher 1.3b5
  43269. might
  43270. miller
  43271. million
  43272. millions
  43273. mimicks
  43274. mimics
  43275. minilauncher
  43276. minimal
  43277. minimising
  43278. minimize
  43279. minimum
  43280. minor
  43281. minow
  43282. minute
  43283. minutes
  43284. mirror
  43285. misaligned
  43286. misalignment
  43287. miscellaneous
  43288. miscreant
  43289. misdemeanors
  43290. misguided
  43291. mismatched
  43292. misrecognized
  43293. missing
  43294. mistake
  43295. mixed
  43296. mixed-mode
  43297. mixed-partition
  43298. modallist
  43299. model
  43300. modeled
  43301. modeless
  43302. modeling
  43303. models
  43304. modem
  43305. moderated
  43306. moderm
  43307. modern
  43308. modes
  43309. 2389X
  43310. Nov 99^
  43311. --set theItem to choose file -- uncomment to test in an AS editor
  43312.     tell application "Finder"
  43313.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:"
  43314.         activate
  43315.     end tell
  43316. on error errMsg number errNum
  43317.     --enter statements to perform when no records are found such as...
  43318.     display dialog "Sorry, the item you selected could not be found."
  43319.     return
  43320. end try
  43321. e    No Changeq
  43322. Dev.CD Nov 99 TC
  43323. eD!All Packages
  43324. Tool Chest Edition
  43325. Moofwars 1.02
  43326. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  43327. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  43328. Virtual User tools.imgK
  43329. Vol VIIL
  43330. Nov/Dec 92OCDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Virtual User tools:PKDev.CD Nov 99 TC
  43331.  - Tool Chest
  43332.  - Testing & Debugging
  43333.  - Virtual User tools
  43334. 2390X
  43335. Nov 99^
  43336. r--set theItem to choose file -- uncomment to test in an AS editor
  43337.     tell application "Finder"
  43338.         open item "Dev.CD Nov 99 TC:Sample Code:"
  43339.         activate
  43340.     end tell
  43341. on error errMsg number errNum
  43342.     --enter statements to perform when no records are found such as...
  43343.     display dialog "Sorry, the item you selected could not be found."
  43344.     return
  43345. end try
  43346. e    No Changef5games sprockets sprite blitters DrawSprocket MoofWarsq
  43347. Dev.CD Nov 99 TC
  43348. fD(All Packages
  43349. Reference Library Edition
  43350. More SSW Documentation
  43351. Summary:  MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  43352. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as e
  43353. fficiently as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  43354. This version should work on any PowerMac.  It requires the DrawSprocket shared library, which can be found on the MacOS SDK and also on the Sprockets web page, http://dev.info.apple.com/games.
  43355. Issues:  There aren't any bugs that I know of.  This version runs only in 8-bit mode, although DrawSprocket should set this mo
  43356. de automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  43357. Sample Code.imgK
  43358. Oct 96L
  43359. Nov 98N5games sprockets sprite blitters DrawSprocket MoofWarsO
  43360. Dev.CD Nov 99 TC:Sample Code:P
  43361. Dev.CD Nov 99 TC
  43362.  - Sample Code
  43363. debug
  43364. build
  43365. sound
  43366. manager
  43367. 3.2.1
  43368. useful
  43369. location
  43370. manager
  43371. module
  43372. shows
  43373. eject
  43374. cards
  43375. sound
  43376. input
  43377. driver
  43378. showing
  43379. sound
  43380. primer
  43381. creating
  43382. content
  43383. routine
  43384. sending
  43385. documents
  43386. apple
  43387. event
  43388. drive
  43389. drive
  43390. gestalt
  43391. drive
  43392. setup
  43393. driver
  43394. driver
  43395. table
  43396. drivers
  43397. stylechat
  43398. dumpobj
  43399. duplication
  43400. dynamic
  43401. dynamic
  43402. linking
  43403. dynamic
  43404. scrolling
  43405. protocol
  43406. editing
  43407. editor
  43408. effects
  43409. eject
  43410. electronics
  43411. email
  43412. embed
  43413. emulator
  43414. enabled
  43415. enabler
  43416. encoding
  43417. endpoint
  43418. endpoints
  43419. address
  43420. engine
  43421. enterprise
  43422. enterprise
  43423. objects
  43424. framework
  43425. entertainment
  43426. environment
  43427. eomodeler
  43428. error
  43429. error
  43430. reports
  43431. apple
  43432. ethernet
  43433. ethernet
  43434. address
  43435. ethernet
  43436. built-in
  43437. ethernet
  43438. ethertalk
  43439. etsda
  43440. event
  43441. 2391X
  43442. Dec 99^
  43443. --set theItem to choose file -- uncomment to test in an AS editor
  43444.     tell application "Finder"
  43445.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  43446.         activate
  43447.     end tell
  43448. on error errMsg number errNum
  43449.     --enter statements to perform when no records are found such as...
  43450.     display dialog "Sorry, the item you selected could not be found."
  43451.     return
  43452. end try
  43453. Deletedq
  43454. Dev.CD Dec 99 RL
  43455. gD!All Packages
  43456. Tool Chest Edition
  43457. MoreFiles 1.4.9
  43458. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  43459. JQDisplay Device Driver Guide
  43460. Mac OS Runtime Architectures
  43461. Read Me - Other SSW DocsK
  43462. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  43463.  - Technical Documentation
  43464.  - More SSW Documentation
  43465. 2392X
  43466. Nov 99^
  43467. r--set theItem to choose file -- uncomment to test in an AS editor
  43468.     tell application "Finder"
  43469.         open item "Dev.CD Nov 99 TC:Sample Code:"
  43470.         activate
  43471.     end tell
  43472. on error errMsg number errNum
  43473.     --enter statements to perform when no records are found such as...
  43474.     display dialog "Sorry, the item you selected could not be found."
  43475.     return
  43476. end try
  43477. e    No Changef(File Manager
  43478. Desktop Manager
  43479. Sample Codeq
  43480. Dev.CD Nov 99 TC
  43481. hD!All Packages
  43482. Tool Chest Edition
  43483. MoreFinderEvents
  43484. MoreFiles is a collection of high-level routines written to answer common File Manager questions and to show how to perform common operations involving the Mac OS file system.
  43485. The routines in MoreFiles have been tested, documented, and code-reviewed by Apple.
  43486. MoreFiles provides: high-level and FSSpec style routines for parameter-block only File Manager calls; useful utility routines that perform many common File Manager related operations; a robust file copy routine; a recursive directorB
  43487. y copy routine; a catalog searching routines; high-level and FSSpec style routines for Desktop Manager calls; and routines for dealing with pathnames. See the file "!MoreFiles Read Me" for a description of fixes & improvements in version 1.4.9.
  43488. Sample Code.imgK
  43489. Nov 93L
  43490. Nov 98N*File Manager, Desktop Manager, Sample CodeO
  43491. Dev.CD Nov 99 TC:Sample Code:P
  43492. Dev.CD Nov 99 TC
  43493.  - Sample Code
  43494. wrong
  43495. wrongly
  43496. x/open
  43497. xcmds
  43498. xfcns
  43499. xmodem
  43500. xresult
  43501. xwindoid
  43502. xwindow
  43503. yahoo
  43504. years
  43505. yellow
  43506. yes/no
  43507. yield/suspend/resume
  43508. yielding
  43509. yieldtoanythread
  43510. testing
  43511. testnbp
  43512. tests
  43513. testylesample
  43514. tetextbox
  43515. encoding
  43516. converter
  43517. allows
  43518. convert
  43519. extractor
  43520. plug-ins
  43521. content
  43522. extra
  43523. text-handling
  43524. text-to-speech
  43525. textbegin/end
  43526. synchronization
  43527. backup
  43528. assistant
  43529. folder
  43530. duplicatio
  43531. system
  43532. manager
  43533. external
  43534. system
  43535. foreign
  43536. filename
  43537. files
  43538. filetool
  43539. filter
  43540. finder
  43541. finder
  43542. appleevents
  43543. finderevents
  43544. events
  43545. finder
  43546. label
  43547. finder
  43548. display
  43549. folder
  43550. launch
  43551. finderevents
  43552. firmware
  43553. folder
  43554. fonts
  43555. fontsync
  43556. foreign
  43557. formatting
  43558. forth
  43559. foundation
  43560. framework
  43561. function
  43562. function
  43563. index
  43564. inside
  43565. functions
  43566. gamepad
  43567. games
  43568. games
  43569. sprockets
  43570. sprite
  43571. blitters
  43572. drawsprocket
  43573. moofwars
  43574. gaming
  43575. gamma
  43576. gateway
  43577. generator
  43578. gestalt
  43579. 2393X
  43580. Nov 99^
  43581. --set theItem to choose file -- uncomment to test in an AS editor
  43582.     tell application "Finder"
  43583.         open item "Dev.CD Nov 99 TC:Sample Code:Interapplication Communication:MoreFinderEvents:"
  43584.         activate
  43585.     end tell
  43586. on error errMsg number errNum
  43587.     --enter statements to perform when no records are found such as...
  43588.     display dialog "Sorry, the item you selected could not be found."
  43589.     return
  43590. end try
  43591. Movedf&Finder AppleEvents FinderEvents eventsq
  43592. Dev.CD Nov 99 TC
  43593. All Packages
  43594. MoreIsBetter
  43595. A code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  43596. Wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  43597. J.MIB-Clients:
  43598. MIB-Documentation:
  43599. MIB-Libraries:K
  43600. Nov 98L
  43601. Dec 99OEDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:V
  43602. 2394X
  43603. 1e    No Change
  43604. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  43605. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  43606. Issues:
  43607. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  43608. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  43609. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  43610. [3] It's been sugges
  43611. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shou
  43612.     E\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  43613. JsMoreFinderEvents.cp
  43614. MoreFinderEvents.h
  43615. TestFinderEvents
  43616. TestFinderEvents.c
  43617. TestFinderEvents.rsrc
  43618. TestFinderEvents.
  43619. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsOMDev.CD Nov 99 TC:Sample Code:Interapplication Communication:MoreFinderEvents:PUDev.CD Nov 99 TC
  43620.  - Sample Code
  43621.  - Interapplication Communication
  43622.  - MoreFinderEvents
  43623. problem
  43624. first-person
  43625. firstly
  43626. fixed
  43627. fixes
  43628. haven't
  43629. having
  43630. havoc
  43631. hd80sc
  43632. he/she
  43633. head-patch
  43634. copy-and-paste
  43635. copy/paste
  43636. bitmask
  43637. copybits
  43638. copybitsspeedpalette
  43639. copydeepmask
  43640. copying
  43641. copymask
  43642. copyright
  43643. copyrights
  43644. copywrite
  43645. foundation
  43646. foundation
  43647. baseservices
  43648. foundation
  43649. collectionservices
  43650. foundation
  43651. documentation
  43652. foundation
  43653. propertylist
  43654. foundation
  43655. stringservices
  43656. foundationbundleserv
  43657. corners
  43658. corporate
  43659. corporation
  43660. correct
  43661. corrected
  43662. correctly
  43663. corrects
  43664. correlate
  43665. correspondence
  43666. corresponding
  43667. corresponds
  43668. corrosponding
  43669. corrupted
  43670. corruption
  43671. cosmetic
  43672. costly
  43673. costs
  43674. empty
  43675. emptying
  43676. emulate
  43677. emulated
  43678. emulates
  43679. emulation
  43680. emulator
  43681. block
  43682. theresa
  43683. tensor
  43684. information
  43685. systems
  43686. byte-load-file
  43687. bytes
  43688. c/pascal
  43689. c/symantec
  43690. cable
  43691. cache
  43692. cached
  43693. cacheline
  43694. caches
  43695. caching
  43696. calccmask
  43697. calcmask
  43698. calculate
  43699. calculates
  43700. calculates
  43701. value
  43702. counters
  43703. prescalers
  43704. calculations
  43705. calendar
  43706. calibration
  43707. block@
  43708. call@
  43709. call-backs@
  43710. caller@
  43711. calls@
  43712. calvacom@
  43713. can't@
  43714. cancelwindowcheckout@
  43715. card@
  43716. cases@
  43717. tracker
  43718. pascal
  43719. snippet
  43720. audio
  43721. tracks@
  43722. cd-rom@
  43723. changed@
  43724. characters@
  43725. checking@
  43726. chiropractic@
  43727. click-dragging@
  43728. clock@
  43729. cmchoose@
  43730. code@
  43731. sample
  43732. which
  43733. demonstrates
  43734. ethernet
  43735. driver
  43736. code-resources@
  43737. collection
  43738. inside
  43739. macintosh
  43740. books
  43741. related
  43742. programming@
  43743. color
  43744. picker
  43745. 2.1.1
  43746. contains
  43747. minor
  43748. fixes
  43749. com/mkt/maclogo@
  43750. coming@
  43751. commpiler@
  43752. communication@
  43753. compiles@
  43754. complete@
  43755. compression@
  43756. conferencing@
  43757. configuring@
  43758. consists@
  43759. constrains@
  43760. content@
  43761. contextual@
  43762. continuing@
  43763. control-key@
  43764. cool@
  43765. copy-and-paste@
  43766. copybitmask@
  43767. copyrights@
  43768. could@
  43769. two-byte
  43770. two-digit
  43771. two-dimensional
  43772. two-part
  43773. two-phase
  43774. two-way
  43775. twocolumn
  43776. twofold
  43777. txratio
  43778. typechar
  43779. typed
  43780. typeintltext
  43781. types
  43782. typeservicesforunico
  43783. typeservicesforunico
  43784. sample
  43785. application
  43786. provided
  43787. typical
  43788. typically
  43789. typing
  43790. everest
  43791. every
  43792. everybody
  43793. everyday
  43794. everyone
  43795. everything
  43796. everyware
  43797. evict
  43798. evolved
  43799. evolving
  43800. eworld
  43801. exact
  43802. exactly
  43803. examined
  43804. examines
  43805. examining
  43806. example
  43807. examples
  43808. exceeds
  43809. except
  43810. exception
  43811. exceptional
  43812. exceptions
  43813. exchange
  43814. exchanging
  43815. exciting
  43816. executable
  43817. execute
  43818. executed
  43819. ibm's
  43820. ibook
  43821. ibook
  43822. developer
  43823. ibooks
  43824. ic-savvy
  43825. illustrate
  43826. illustrated
  43827. illustrates
  43828. illustrating
  43829. illustrations
  43830. imacs
  43831. image
  43832. image's
  43833. Universal Headers 3.2NOhigh level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library codeOEDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:PPDev.CD Dec 99 RL Disk 1
  43834.  - What's New
  43835.  - Sample Code
  43836.  - Overview
  43837.  - MoreIsBetterV
  43838. 2394X
  43839. Dec 99^    RL Disk 1
  43840. --set theItem to choose file -- uncomment to test in an AS editor
  43841.     tell application "Finder"
  43842.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Overview:MoreIsBetter:"
  43843.         activate
  43844.     end tell
  43845. on error errMsg number errNum
  43846.     --enter statements to perform when no records are found such as...
  43847.     display dialog "Sorry, the item you selected could not be found."
  43848.     return
  43849. end try
  43850. e    No ChangefHhigh level
  43851. toolbox
  43852. MoreFiles
  43853. MoreIsBetter
  43854. wrapper
  43855. library codeq
  43856. Dev.CD Dec 99 RL Disk 1
  43857. All Packages
  43858. MoreNetworkSetup
  43859. 2395X
  43860. fundamental
  43861. fundamentally
  43862. further
  43863. future
  43864. futures
  43865. g3-class
  43866. g3/233
  43867. g3/266
  43868. g3/26620th
  43869. gadgets
  43870. gaining
  43871. gains
  43872. gamepads
  43873. games
  43874. gamesprcokets
  43875. gaming
  43876. garbage
  43877. gateway
  43878. gateways
  43879. gather
  43880. gathering
  43881. gathers
  43882. gb2312
  43883. gdevice
  43884. gdevice's
  43885. gdevvideo
  43886. gdrefnum
  43887. gearing
  43888. gelphman
  43889. gemma
  43890. general
  43891. general-purpose
  43892. generally
  43893. generate
  43894. generated
  43895. 2395X
  43896. Dec 99^    RL Disk 1
  43897. --set theItem to choose file -- uncomment to test in an AS editor
  43898.     tell application "Finder"
  43899.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:"
  43900.         activate
  43901.     end tell
  43902. on error errMsg number errNum
  43903.     --enter statements to perform when no records are found such as...
  43904.     display dialog "Sorry, the item you selected could not be found."
  43905.     return
  43906. end try
  43907. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  43908. Dev.CD Dec 99 RL Disk 1
  43909. kD!All Packages
  43910. Tool Chest Edition
  43911. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  43912. MountAlias Info
  43913. MountAlias Info.txtK
  43914. Vol XIM
  43915. System 7.0 requiredO3Dev.CD Nov 99 TC:Tool Chest:Toolbox:MountAlias 1.0:P;Dev.CD Nov 99 TC
  43916.  - Tool Chest
  43917.  - Toolbox
  43918.  - MountAlias 1.0V
  43919. 2396X
  43920. Nov 99^
  43921. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  43922. JQMoreInterfaceLib:
  43923. MoreSetup.h
  43924. MoreTextUtils:
  43925. NetworkSetup:
  43926. PLStringFuncs:
  43927. Read MeK
  43928. Jan 99L
  43929. Dec 99M
  43930. MoreNetworkSetup requires the Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveOKDev.CD Dec 99 RL Disk 1:What's New:Sample Code:Networking:MoreNetworkSetup:PVDev.CD Dec 99 RL Disk 1
  43931.  - What's New
  43932.  - Sample Code
  43933.  - Networking
  43934.  - MoreNetworkSetup
  43935. ke    No Changeq
  43936. Dev.CD Nov 99 TC
  43937. lD!All Packages
  43938. Tool Chest Edition
  43939. MPHelloWorld (Pascal)
  43940. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  43941. JFhelloWorld.rsrc
  43942. MPHelloWorld (Pascal)
  43943. MPHelloWorld (Pascal).
  43944. sources:K
  43945. Feb 97M2the MP library, but does not require a MP machine.N
  43946. Multi-processing,  MP PascalOcDev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):PqDev.CD Nov 99 TC
  43947.  - What's New
  43948.  - Development Kits
  43949.  - Multiprocessing SDK
  43950.  - Sample Code
  43951.  - MPHelloWorld (Pascal)V
  43952. 2397X
  43953. Nov 99^
  43954. --set theItem to choose file -- uncomment to test in an AS editor
  43955.     tell application "Finder"
  43956.         open item "Dev.CD Nov 99 TC:Tool Chest:Toolbox:MountAlias 1.0:"
  43957.         activate
  43958.     end tell
  43959. on error errMsg number errNum
  43960.     --enter statements to perform when no records are found such as...
  43961.     display dialog "Sorry, the item you selected could not be found."
  43962.     return
  43963. end try
  43964. Deletedf
  43965. Multi-processing
  43966.  MP Pascalq
  43967. Dev.CD Nov 99 TC
  43968. mD!All Packages
  43969. Tool Chest Edition
  43970. a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  43971. J'***** Readme first *****
  43972. MPing
  43973. Sources:K
  43974. Vol XO8Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Nov 99 TC
  43975.  - Tool Chest
  43976.  - Networking
  43977.  - MacTCP
  43978.  - MPing 1.1V
  43979. 2398X
  43980. Nov 99^
  43981. --set theItem to choose file -- uncomment to test in an AS editor
  43982.     tell application "Finder"
  43983.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  43984.         activate
  43985.     end tell
  43986. on error errMsg number errNum
  43987.     --enter statements to perform when no records are found such as...
  43988.     display dialog "Sorry, the item you selected could not be found."
  43989.     return
  43990. end try
  43991. end try
  43992. --set theItem to choose file -- uncomment to test in an AS editor
  43993.     tell application "Finder"
  43994.         open item "Dev.CD Nov 99 TC:What's New:Development Kits:Multiprocessing SDK:Sample Code:MPHelloWorld (Pascal):"
  43995.         activate
  43996.     end tell
  43997. on error errMsg number errNum
  43998.     --enter statements to perform when no records are found such as...
  43999.     display dialog "Sorry, the item you selected could not be found."
  44000.     return
  44001. end try
  44002. me    No Changeq
  44003. Dev.CD Nov 99 TC
  44004. nD!All Packages
  44005. Tool Chest Edition
  44006. MPW etc.
  44007. This folder contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  44008. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  44009. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power MaB
  44010. cintosh.
  44011. MPW etc.imgK
  44012. Nov 97L
  44013. Aug 99M&MPW also requires System 7.0 or later.NLMPW, compilers, assemblers, linkers, tools, debuggers, performance, analysisO1Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW:P9Dev.CD Nov 99 TC
  44014.  - Tool Chest
  44015.  - Development Kits
  44016.  - MPWV
  44017. 2399X
  44018. Nov 99^
  44019. mF    MPing 1.1
  44020. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  44021. J'***** Readme first *****
  44022. MPing
  44023. Sources:K
  44024. Vol XO8Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MPing 1.1:PCDev.CD Nov 99 TC
  44025.  - Tool Chest
  44026.  - Networking
  44027.  - MacTCP
  44028.  - MPing 1.1V
  44029. 2398X
  44030. Nov 99^
  44031. --set theItem to choose file -- uncomment to test in an AS editor
  44032.     tell application "Finder"
  44033.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:MacTCP:MPing 1.1:"
  44034.         activate
  44035.     end tell
  44036. on error errMsg number errNum
  44037.     --enter statements to perform when no records are found such as...
  44038.     display dialog "Sorry, the item you selected could not be found."
  44039.     return
  44040. end try
  44041. ne    No ChangefEMPW
  44042. compilers
  44043. assemblers
  44044. linkers
  44045. tools
  44046. debuggers
  44047. performance
  44048. analysisq
  44049. Dev.CD Nov 99 TC
  44050. oD!All Packages
  44051. Tool Chest Edition
  44052. MPW Script Tips 1.1.1
  44053. )Summary: Tips supplementing the MPW 3.0 documentation for MPW scripting
  44054. Features: The sample scripts are heavily commented so that the concepts on which they are based can be easily transferred to other scripts. Also includes tips documents on putting commands together to write useful scripts.  
  44055. J9Documents:
  44056. READMEFIRST!
  44057. Sample Makefiles:
  44058. Sample Scripts:K
  44059. Mar 92M
  44060. MPW 3.2 or laterOODev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:PZDev.CD Nov 99 TC
  44061.  - Tool Chest
  44062.  - Development Kits
  44063.  - MPW Related
  44064.  - MPW Script Tips 1.1.1V
  44065. 2400X
  44066. Nov 99^
  44067. --set theItem to choose file -- uncomment to test in an AS editor
  44068.     tell application "Finder"
  44069.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW:"
  44070.         activate
  44071.     end tell
  44072. on error errMsg number errNum
  44073.     --enter statements to perform when no records are found such as...
  44074.     display dialog "Sorry, the item you selected could not be found."
  44075.     return
  44076. end try
  44077. debuggers
  44078. debugging
  44079. debugging
  44080. optimized
  44081. debugs
  44082. debugstr
  44083. december
  44084. december
  44085. apple
  44086. directions
  44087. articles
  44088. decide
  44089. decks
  44090. declaration
  44091. declartion
  44092. decodes
  44093. oe    No Changeq
  44094. Dev.CD Nov 99 TC
  44095. pD!All Packages
  44096. Tool Chest Edition
  44097. MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  44098. This package is System 7.0 compatible.JVBuildFailed
  44099. BuildProgram
  44100. BuildSucceeded
  44101. MakeFile
  44102. MPWTool
  44103. MPWTool.c
  44104. Read Me
  44105. Read Me.txtK
  44106. Vol XIM
  44107. MPWOADev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Nov 99 TC
  44108.  - Tool Chest
  44109.  - Development Kits
  44110.  - MPW Related
  44111.  - MPWToolV
  44112. 2401X
  44113. Nov 99^
  44114. --set theItem to choose file -- uncomment to test in an AS editor
  44115.     tell application "Finder"
  44116.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  44117.         activate
  44118.     end tell
  44119. on error errMsg number errNum
  44120.     --enter statements to perform when no records are found such as...
  44121.     display dialog "Sorry, the item you selected could not be found."
  44122.     return
  44123. end try
  44124. end try
  44125. --set theItem to choose file -- uncomment to test in an AS editor
  44126.     tell application "Finder"
  44127.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  44128.         activate
  44129.     end tell
  44130. on error errMsg number errNum
  44131.     --enter statements to perform when no records are found such as...
  44132.     display dialog "Sorry, the item you selected could not be found."
  44133.     return
  44134. end try
  44135. pe    No Changeq
  44136. Dev.CD Nov 99 TC
  44137. qD!All Packages
  44138. Mac OS SDK Edition
  44139. MRJ 2.1.4 Web Install
  44140.  About Mac OS Runtime for Java 2.1.4
  44141. Mac OS Runtime for Java (MRJ) 2.1.4 is an upgrade to MRJ 2.1.3.  It fixes two severe bugs that affected Java applications, but not applets.
  44142.  In some Java applications, windows would occasionally disappear or become non-functional. 
  44143.  Quitting a Java application would occasionally cause another application to quit, or a file opened by another application to close. This would happen only when the second application had been launched, or the file opene
  44144. MPWTool 1.0I
  44145. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  44146. This package is System 7.0 compatible.JVBuildFailed
  44147. BuildProgram
  44148. BuildSucceeded
  44149. MakeFile
  44150. MPWTool
  44151. MPWTool.c
  44152. Read Me
  44153. Read Me.txtK
  44154. Vol XIM
  44155. MPWOADev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPWTool:PLDev.CD Nov 99 TC
  44156.  - Tool Chest
  44157.  - Development Kits
  44158.  - MPW Related
  44159.  - MPWToolV
  44160. 2401X
  44161. Nov 99^
  44162. --set theItem to choose file -- uncomment to test in an AS editor
  44163.     tell application "Finder"
  44164.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW Related:MPWTool:"
  44165.         activate
  44166.     end tell
  44167. on error errMsg number errNum
  44168.     --enter statements to perform when no records are found such as...
  44169.     display dialog "Sorry, the item you selected could not be found."
  44170.     return
  44171. end try
  44172. 2402X
  44173. Jan 00^
  44174. --set theItem to choose file -- uncomment to test in an AS editor
  44175.     tell application "Finder"
  44176.         open item "Dev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:"
  44177.         activate
  44178.     end tell
  44179. on error errMsg number errNum
  44180.     --enter statements to perform when no records are found such as...
  44181.     display dialog "Sorry, the item you selected could not be found."
  44182.     return
  44183. end try
  44184. e    No Changef)MRJ
  44185. MRJ 2.1
  44186. MRJ 2.1.2
  44187. MRJ 2.1.3
  44188. MRJ 2.1.4q
  44189. Dev.CD Jan 00 SDK1
  44190. All Packages
  44191. MRJ Redistribution SDK
  44192. 2403X
  44193. d, after MRJ opened a window.  
  44194. This release is Bronze certified for running applications built with Oracle Developer 1.6.1 and deployed on Oracle Developer Server using Apple Applet Runner 2.1.4.
  44195.  Apple has created a mailing list server, called MRJ-DEV, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  44196.  Do not call Apple
  44197. s 800 number(s) regarding this software since our operat
  44198. ors are not trained to support developer products. 
  44199.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  44200. Known issues
  44201.  Java Epoch Date: Java
  44202. s internal clock calculates dates as the time since January 1, 1970. If the system clock on your Macintosh is set to an earlier date, Java applets and applications may hang or exhibit other unusual behavior. Ensure that the current date 
  44203.     D4in your Date &Time Control Panel is at least 1/1/70.
  44204. MRJ 2.1.4 Web Install.imgK
  44205. Jul 98L
  44206. Oct 99
  44207. Minimum system requirements
  44208.  Macintosh computer with a PowerPC processor
  44209.  System 7.6.1 or later
  44210.  24 megabytes (MB) of RAM. For better performance, 32 MB of RAM is recommended, with virtual memory turned on and set to at least 33 MB. Installing more than 32 MB of RAM will greatly improve performance and increase the number of Java applets and applications that can run simultaneously.
  44211.  At least 20 MB of free disk space
  44212.  Using Java applets over the Internet requires Open Transport 1.1 orB
  44213.  later and an active Internet connection.
  44214.  You may experience improved performance if you have QuickTime 3.0 installed. QuickTime 3.0 is installed with Mac OS 8.5, or you can download it at http://quicktime.apple.com.
  44215. N-MRJ, MRJ 2.1, MRJ 2.1.2, MRJ 2.1.3, MRJ 2.1.4OEDev.CD Jan 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.1.4 Web Install:
  44216. qPPDev.CD Jan 00 SDK1
  44217.  - Development Kits
  44218.  - Mac OS
  44219.  - MRJ
  44220.  - MRJ 2.1.4 Web Install
  44221. installer
  44222. installer
  44223. 1.2.3
  44224. instance
  44225. instrumentation
  44226. instrumentation
  44227. 1.0.6
  44228. int'l
  44229. int'l
  44230. developer
  44231. contacts
  44232. interactive
  44233. interactive
  44234. success
  44235. guide
  44236. interapplication
  44237. interface
  44238. interfaces&libraries
  44239. international
  44240. international
  44241. 1.5.1
  44242. iso9660
  44243. issue
  44244. 1.0fc1
  44245. 2.1.4
  44246. install
  44247. redistribution
  44248. installer
  44249. 1.0.1b1c2
  44250. 2.1.2
  44251. 2.1.3
  44252. 2.1.4
  44253. resdistributor
  44254. toolkit
  44255. multi-processing
  44256. multicast
  44257. multihoming
  44258. multilingual
  44259. multilingual
  44260. editing
  44261. multilingual
  44262. editor
  44263. multimedia
  44264. multiple
  44265. multiple
  44266. monitor
  44267. multiple
  44268. multiprocessing
  44269. multitasking
  44270. music
  44271. music
  44272. movie
  44273. mutable
  44274. mutable
  44275. string
  44276. named
  44277. named
  44278. navigable
  44279. navigable
  44280. movies
  44281. navigation
  44282. navigation
  44283. services
  44284. nbplookup
  44285. neighborhood
  44286. netsprocket
  44287. netstat
  44288. netware
  44289. network
  44290. network
  44291. administrator
  44292. network
  44293. driver
  44294. network
  44295. management
  44296. 2403X
  44297. Dec 99^    RL Disk 1
  44298. --set theItem to choose file -- uncomment to test in an AS editor
  44299.     tell application "Finder"
  44300.         open item "Dev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  44301.         activate
  44302.     end tell
  44303. on error errMsg number errNum
  44304.     --enter statements to perform when no records are found such as...
  44305.     display dialog "Sorry, the item you selected could not be found."
  44306.     return
  44307. end try
  44308. e    No Changef;MRJ
  44309. MRJ SDK
  44310. MRJ 2.1.4
  44311. MRJ Resdistributor
  44312. Redistribution SDKq
  44313. Dev.CD Dec 99 RL Disk 1
  44314. sD!All Packages
  44315. Mac OS SDK Edition
  44316. MRJ SDK 2.1 EA3I
  44317. MRJ SDK 2.1 EA3 is the Beta Release of MRJ SDK 2.1. This is released by the MacOS Runtime for Java group, and replaces EA2, our Alpha release. J
  44318. MRJ SDK 2.1 EA3K
  44319. Aug 97L
  44320. Jan 99N
  44321. Java, MRJ, RuntimeO;Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:PCDev.CD Jul 99 SDK1
  44322.  - Development Kits
  44323.  - Mac OS
  44324.  - MRJ SDK 2.1 EA3V
  44325. 2404X
  44326. Jul 99^
  44327. About the MRJ  2.1.4 Redistribution SDK
  44328. The MRJ 2.1.4 Redistribution SDK enables developers to install Mac OS Runtime for Java (MRJ) 2.1.4 as part of their own installation packages. The SDK helps assure that any such redistribution complies with the terms of the Apple software licensing agreement. Before using this SDK, you must sign an Apple licensing agreement for redistributing MRJ. For more information, see the Apple Licensing web site at http://developer.apple.com/mkt/swl/. 
  44329. Java i
  44330. s evolving rapidly, and Apple frequently updates MRJ and the MRJ SDK, both as final quality for use by the general public, and as pre-release for use in testing and development.  Only the final release of MRJ 2.1.4 may be redistributed using this Redistribution SDK.  For information about the latest MRJ releases and developing in Java for the Macintosh, see Apple
  44331. s Java Developer web site at http://developer.apple.com/java/.
  44332. Contents
  44333. MRJ Redistribution.smi
  44334.  A self-mounting image which c
  44335. ontains the complete MRJ 2.1.4 package and the MRJ Redistributor.
  44336. Warning: Mounting the MRJ Redistribution.smi will automatically launch the MRJ Redistributor program. If you mount it manually to inspect its contents, you should also be sure to explicitly quit the program.
  44337. Sample Code
  44338.  Redistribution sample code that demonstrates how to write installer extensions for the Apple Installer, Installer VISE, and Stuffit InstallerMaker.
  44339. Minimum requirements
  44340. The MRJ Redistribution SDK includ
  44341. es the 
  44342. MRJ Redistribution.smi
  44343.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  44344. About MRJ 2.1.4
  44345.  for MRJ
  44346. s system requirements.
  44347.  You should be familiar with Apple Events and installer extensions to use the examples provided here.  For information on Apple Events and the Apple Event Manager, refer to the online Apple developer documentation at http://developer.a
  44348. pple.com/techpubs/.
  44349.  CodeWarrior Pro 4.1 is required for building the sample code provided in this SDK.
  44350.  Installer proprietary headers from one or more of the following installer vendors is required for building the sample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  44351.  Important:  The MRJ Redistributor returns a reply of "Restart" to indicate that a restart is required before MRJ can be used. Due to limitations in the plug-in architecture of VISE, Apple Installe
  44352. r, and Stuffit, the plug-ins generated in these examples don
  44353. t pass this restart information back to the installer application. Other installers may be able to selectively handle restarts. Because of this limitation, in using these examples, you must make sure the machine is restarted after the installation completes.
  44354. Apple Installer example
  44355.  The Apple Installer wrapper code is contained in the source files MRJAppleSetup.c and MRJApple.c.
  44356.  The Apple Installer example is comprised of two
  44357.  CodeWarrior targets that generate two resource files that perform two installer functions.  The first target 
  44358. Apple Installer Setup
  44359.  generates a resource file called APPLEMRJSETUP.rsrc.  This is to be included as a installer setup function.  The second target, 
  44360. Apple Installer
  44361.  generates a resource file called APPLEMRJ.rsrc that is to be included as an installer action atom called during the install.
  44362. Installer VISE example
  44363.  The Installer VISE wrapper code is contained in the source file
  44364.  MRJVise.c.
  44365.  The Installer VISE example generates an installer extension called VISEMRJ.rsrc.
  44366.  The Installer VISE example is set up to be called at initialization of the installer.  In the VISE External Code settings, specify that this extension needs to be called at initialization and before the install.
  44367. Stuffit InstallerMaker example
  44368.  The Stuffit InstallerMaker wrapper code is contained in the source file MRJStuffit.c.
  44369.  The Stuffit Installer example generates an installer extension 
  44370. called STUFFITMRJ.rsrc.
  44371.  The Stuffit Installer extension just needs to be included when you build the Stuffit installer and will automatically be called at the beginning of the install.
  44372. Warning: Java technology is not fault tolerant and is not designed, manufactured, or intended for use or resale for online control of equipment in nuclear facilities, aircraft navigation or communication systems, or air traffic control machines in which the failure of the Java technology or Mac OS RuntimeJd for Java could lead directly to death, personal injury, or severe physical or environmental damage.
  44373. J$MRJ Redistribution SDK.smi
  44374. Dec 99
  44375. !The MRJ Redistribution SDK includes the 
  44376. MRJ Redistribution.smi
  44377.  that you will bundle with your own product.  Installing and running MRJ will require additional memory and disk space over that needed for your product.  Refer to the document 
  44378. About MRJ 2.1.4
  44379.  for MRJ
  44380. s system requirements.
  44381. rOTDev.CD Dec 99 RL Disk 1:What's New:Development Kits:Mac OS:MRJ Redistribution SDK 
  44382. :P_Dev.CD Dec 99 RL Disk 1
  44383.  - What's New
  44384.  - Development Kits
  44385.  - Mac OS
  44386.  - MRJ Redistribution SDK 
  44387. rN?MRJ, MRJ SDK, MRJ 2.1.4, MRJ Resdistributor, Redistribution SDK
  44388. about
  44389. 2.1.4
  44390. redistribution
  44391. above
  44392. absolutely
  44393. abstract
  44394. abstraction
  44395. abstractions
  44396. abstracts
  44397. abuse
  44398. accelerated
  44399. accelerating
  44400. acceleration
  44401. accelerator
  44402. accent
  44403. accept
  44404. accepting
  44405. accepts
  44406. accesory
  44407. accessQ
  44408. must-have
  44409. mybuildmenu
  44410. mydeviceloop
  44411. myfont
  44412. myself
  44413. mysteries
  44414. mystery
  44415. naked
  44416. named
  44417. namely
  44418. names
  44419. namingtable
  44420. namingtableaccess
  44421. nastier
  44422. nasty
  44423. natick
  44424. applemrjsetup
  44425. applescript
  44426. applescript's
  44427. applescripts
  44428. applesearch
  44429. appleshare
  44430. appleshare/file
  44431. applesingle/appledou
  44432. applet
  44433. appletalkW
  44434. appletalk's
  44435. Deletedf
  44436. Runtimeq
  44437. Dev.CD Jul 99 SDK1
  44438. tD!All Packages
  44439. Tool Chest Edition
  44440. MrPlus 1.0I
  44441. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  44442. MPW etc.imgK
  44443. Nov 97M
  44444. Power Macintosh systemN
  44445. performance analysisO1Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW:P9Dev.CD Nov 99 TC
  44446.  - Tool Chest
  44447.  - Development Kits
  44448.  - MPWV
  44449. 2405X
  44450. Nov 99^
  44451. --set theItem to choose file -- uncomment to test in an AS editor
  44452.     tell application "Finder"
  44453.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:MPW:"
  44454.         activate
  44455.     end tell
  44456. on error errMsg number errNum
  44457.     --enter statements to perform when no records are found such as...
  44458.     display dialog "Sorry, the item you selected could not be found."
  44459.     return
  44460. end try
  44461. e    No Changef
  44462. performance analysisq
  44463. Dev.CD Nov 99 TC
  44464. All Packages
  44465. MultiFinder 6.1b9V
  44466. 2406X
  44467. --set theItem to choose file -- uncomment to test in an AS editor
  44468.     tell application "Finder"
  44469.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:MRJ SDK 2.1 EA3:"
  44470.         activate
  44471.     end tell
  44472. on error errMsg number errNum
  44473.     --enter statements to perform when no records are found such as...
  44474.     display dialog "Sorry, the item you selected could not be found."
  44475.     return
  44476. end try
  44477. mueller
  44478. multi-homing
  44479. multi-interface
  44480. multi-platform
  44481. multi-styled
  44482. multibuffering
  44483. multifinder
  44484. multihoming
  44485. multilingual
  44486. multimedia
  44487. multipage
  44488. multipane
  44489. multiplay
  44490. multiple
  44491. multiple-node
  44492. multiprocessing
  44493. multiprocesssing
  44494. multiprocesssing
  44495. services
  44496. technology
  44497. allows
  44498. multitasking
  44499. multithreading
  44500. music
  44501. music
  44502. quicktime
  44503. music
  44504. architecture
  44505. david
  44506. Dev.CD July 92
  44507. Dev.CD June 92
  44508. Dev.CD May 92
  44509. Dev.CD Apr 92
  44510. Dev.CD Mar 92
  44511. Dev.CD Feb 92
  44512. Dev.CD Jan 92
  44513. Dev.CD Vol. XI
  44514. Dev.CD Vol. X
  44515. Dev.CD Vol. IX
  44516. Dev.CD Vol. VII
  44517. Dev CD Vol. VI
  44518. Dev CD Vol. V
  44519. Dev CD Vol. IVP
  44520. Dev.CD July 92
  44521. Dev.CD June 92
  44522. Dev.CD May 92
  44523. Dev.CD Apr 92
  44524. Dev.CD Mar 92
  44525. Dev.CD Feb 92
  44526. Dev.CD Jan 92
  44527. Dev.CD Vol. XI
  44528. Dev.CD Vol. X
  44529. Dev.CD Vol. IX
  44530. Dev.CD Vol. VII
  44531. Dev CD Vol. VI
  44532. Dev CD Vol. V
  44533. Dev CD Vol. IV
  44534. 2406X
  44535. July 9
  44536. --set theItem to choose file -- uncomment to test in an AS editor
  44537.     tell application "Finder"
  44538.         open item "Dev.CD July 92
  44539. Dev.CD June 92
  44540. Dev.CD May 92
  44541. Dev.CD Apr 92
  44542. Dev.CD Mar 92
  44543. Dev.CD Feb 92
  44544. Dev.CD Jan 92
  44545. Dev.CD Vol. XI
  44546. Dev.CD Vol. X
  44547. Dev.CD Vol. IX
  44548. Dev.CD Vol. VII
  44549. Dev CD Vol. VI
  44550. Dev CD Vol. V
  44551. Dev CD Vol. IV"
  44552.         activate
  44553.     end tell
  44554. on error errMsg number errNum
  44555.     --enter statements to perform when no records are found such as...
  44556.     display dialog "Sorry, the item yoB2u selected could not be found."
  44557.     return
  44558. end try
  44559. All Packages
  44560. Multimedia Standards ReportsI9Summary: A collection of reports on multimedia standards.J
  44561. EIA Mini-Conference Report
  44562. How to Obtain a Standards
  44563. MM Standards Rep-ISO HyTime
  44564. MM Standards Rep-ISO/CCITT
  44565. MM Standards Rep-MM Objects
  44566. SGML Products
  44567. The SGML SIGHYPER (HYTIME)K
  44568. Mar 92M
  44569. Adobe Acrobat Reader.OUDev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:P]Dev.CD Dec 99 RL Disk 1
  44570.  - Technical Documentation
  44571.  - Misc. Standards
  44572.  - Multimedia StandardsV
  44573. 2407X
  44574. Dec 99^    RL Disk 1
  44575. --set theItem to choose file -- uncomment to test in an AS editor
  44576.     tell application "Finder"
  44577.         open item "Dev.CD Dec 99 RL Disk 1:Technical Documentation:Misc. Standards:Multimedia Standards:"
  44578.         activate
  44579.     end tell
  44580. on error errMsg number errNum
  44581.     --enter statements to perform when no records are found such as...
  44582.     display dialog "Sorry, the item you selected could not be found."
  44583.     return
  44584. end try
  44585. e    No Changeq
  44586. Dev.CD Dec 99 RL Disk 1
  44587. report
  44588. reporting
  44589. request
  44590. requests
  44591. resedit
  44592. resedit
  44593. 2.1.3
  44594. resedit
  44595. editor
  44596. 1.0b4
  44597. resedit
  44598. extensions
  44599. resedit
  44600. first
  44601. resedit
  44602. first
  44603. resedit
  44604. reference
  44605. resedit
  44606. editor
  44607. resolvealias
  44608. resolvealias
  44609. resource
  44610. resources
  44611. resources
  44612. restext
  44613. restext
  44614. restore
  44615. restore
  44616. restorectrlchars
  44617. rfc1334
  44618. rfc1334
  44619. authentication
  44620. rfc1378
  44621. rfc1378
  44622. rfc1570
  44623. rfc1570
  44624. rfc1618
  44625. rfc1618
  44626. rfc1661
  44627. rfc1661
  44628. rfc1662
  44629. rfc1662
  44630. richardson
  44631. rights
  44632. rinaldi
  44633. rincludes
  44634. roadmap
  44635. diagrams
  44636. roman
  44637. roman
  44638. romanian
  44639. romanian
  44640. modallist
  44641. module
  44642. monitor
  44643. atsui
  44644. morefinderevents
  44645. morefinderevents
  44646. morefinderevents
  44647. moreinterfacelib
  44648. moreisbetter
  44649. moresetup
  44650. moresetup
  44651. moretextutils
  44652. mountalias
  44653. mountalias
  44654. mountalias
  44655. mountprojector
  44656. mountserver
  44657. mousoid
  44658. mousoid
  44659. movie
  44660. movie
  44661. moviefile
  44662. moviefile
  44663. moviefile
  44664. moviefile
  44665. movieshop
  44666. moving
  44667. moving
  44668. source
  44669. powerpc
  44670. mphelloworld
  44671. mphelloworld
  44672. pascal
  44673. mping
  44674. program
  44675. builds
  44676. goodies
  44677. goodies
  44678. scripts
  44679. readme
  44680. scripts
  44681. readme
  44682. mpwtool
  44683. mpwtool
  44684. 1.0.1b1c2
  44685. installer
  44686. wD!All Packages
  44687. Mac OS SDK Edition
  44688. Multiprocessing SDK
  44689. Mu